COLOR #706790

HEX: #706790
RGB: (112,103,144)

Color info

#706790 contains red, green and blue colors in about the same proportion. Web safe color of #706790 is #666699 (or #669).

RGB color model

#706790 color RGB value is (112,103,144).

  • red value is 112;
  • green value is 103;
  • blue value is 144.
RGB:
(112,103,144)
(44%,40%,56%)

RGB channels and saturation

R 112 of 255 = 44%
G 103 of 255 = 40%
B 144 of 255 = 56%

112
103
144

R + G + B ~ 47%. #706790 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
112 + 103 + 144 = 359 (100%)
R 112 of 359 ~ 31.2%
G 103 of 359 ~ 28.69%
B 144 of 359 ~ 40.11%

%31.2
%28.69
%40.11

CMYK color model

#706790 color CMYK value is (22,28,0,44).

  • cyan value is 22.22%
  • magenta value is 28.47%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(22,28,0,44)
C22M28Y0K44 
(22%,28%,0%,44%)
(0.22/0.28/0.00/0.44)	

CMYK percentages

%22.22
%28.47
%0
%43.53

Codes

Color #706790 in popluar color models

706790
RGB112103144
HSL253°16.60%48.43%
HSB/HSV253°28.47%56.47%
CMYK22.22%28.47%0.00%
43.53%

Color #706790 in popluar number systems.

HEX706790
Decimal112103144
Binary1110000110011110010000
Octal160147220

Shades and tints

Shades of #706790

#706790
(112,103,144)
#665E83
(102,94,131)
#5C5576
(92,85,118)
#524C69
(82,76,105)
#48435C
(72,67,92)
#3E3A4F
(62,58,79)
#343142
(52,49,66)
#2A2835
(42,40,53)
#201F28
(32,31,40)
#16161B
(22,22,27)
#0C0D0E
(12,13,14)
#000000
(0,0,0)

Tints of #706790

#706790
(112,103,144)
#7D749A
(125,116,154)
#8A81A4
(138,129,164)
#978EAE
(151,142,174)
#A49BB8
(164,155,184)
#B1A8C2
(177,168,194)
#BEB5CC
(190,181,204)
#CBC2D6
(203,194,214)
#D8CFE0
(216,207,224)
#E5DCEA
(229,220,234)
#F2E9F4
(242,233,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #706790 color. Also use rgb(112,103,144) instead hex code.

Text Font Color

.myTextColor { color: #706790; }

<p style="color:#706790">This sample text font color is #706790.</p>

This text font color is #706790.


Background Color

.myBgColor { background-color: #706790; }

<div style="background-color:#706790">Inner text</div>

This div background color is #706790.


Border color

.myBorderColor { border: 1px solid #706790; }

<div style="border:3px solid #706790">Div</div>

This div border color is #706790.


Opacity

.myOpacity80 { color: #706790; opacity: 0.8; }

<p style="color:#706790;opacity:0.8;">80%</p>

Text with #706790 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #706790;}

<p style="text-shadow: 3px 3px 1px #706790">Text here.</p>

This text has shadow with #706790 color.

.textShadow {text-shadow: 3px 3px 1px #706790, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #706790, 5px 5px 20px red">Text here.</p>

This text has shadow with #706790 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#706790, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#706790, Direction=45, Strength=4)">Text</p>

This text has shadow with #706790 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #706790;
  -webkit-box-shadow:	1px 1px 3px 2px #706790;
  box-shadow:		1px 1px 3px 2px #706790;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #706790;
-webkit-box-shadow: 1px 1px 3px 2px #706790;
box-shadow:1px 1px 3px 2px #706790;">
Div content here</div>
This div box has shadow with color #706790.

Preview

Color preview on black background

This text has color #706790 on black background.


Color preview on white background

This text has color #706790 on white background.



Black color preview on #706790 background

This text has black color on #706790 background.


White color preview on #706790 background

This text has white color on #706790 background.