COLOR #707DA6

HEX: #707DA6
RGB: (112,125,166)

Color info

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

RGB color model

#707DA6 color RGB value is (112,125,166).

  • red value is 112;
  • green value is 125;
  • blue value is 166.
RGB:
(112,125,166)
(44%,49%,65%)

RGB channels and saturation

R 112 of 255 = 44%
G 125 of 255 = 49%
B 166 of 255 = 65%

112
125
166

R + G + B ~ 53%. #707DA6 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
112 + 125 + 166 = 403 (100%)
R 112 of 403 ~ 27.79%
G 125 of 403 ~ 31.02%
B 166 of 403 ~ 41.19%

%27.79
%31.02
%41.19

CMYK color model

#707DA6 color CMYK value is (33,25,0,35).

  • cyan value is 32.53%
  • magenta value is 24.70%
  • yellow value is 0.00%
  • key color value is 34.90%
CMYK:
(33,25,0,35)
C33M25Y0K35 
(33%,25%,0%,35%)
(0.33/0.25/0.00/0.35)	

CMYK percentages

%32.53
%24.7
%0
%34.9

Codes

Color #707DA6 in popluar color models

707DA6
RGB112125166
HSL226°23.28%54.51%
HSB/HSV226°32.53%65.10%
CMYK32.53%24.70%0.00%
34.90%

Color #707DA6 in popluar number systems.

HEX707DA6
Decimal112125166
Binary1110000111110110100110
Octal160175246

Shades and tints

Shades of #707DA6

#707DA6
(112,125,166)
#667297
(102,114,151)
#5C6788
(92,103,136)
#525C79
(82,92,121)
#48516A
(72,81,106)
#3E465B
(62,70,91)
#343B4C
(52,59,76)
#2A303D
(42,48,61)
#20252E
(32,37,46)
#161A1F
(22,26,31)
#0C0F10
(12,15,16)
#000000
(0,0,0)

Tints of #707DA6

#707DA6
(112,125,166)
#7D88AE
(125,136,174)
#8A93B6
(138,147,182)
#979EBE
(151,158,190)
#A4A9C6
(164,169,198)
#B1B4CE
(177,180,206)
#BEBFD6
(190,191,214)
#CBCADE
(203,202,222)
#D8D5E6
(216,213,230)
#E5E0EE
(229,224,238)
#F2EBF6
(242,235,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #707DA6 color. Also use rgb(112,125,166) instead hex code.

Text Font Color

.myTextColor { color: #707DA6; }

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

This text font color is #707DA6.


Background Color

.myBgColor { background-color: #707DA6; }

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

This div background color is #707DA6.


Border color

.myBorderColor { border: 1px solid #707DA6; }

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

This div border color is #707DA6.


Opacity

.myOpacity80 { color: #707DA6; opacity: 0.8; }

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

Text with #707DA6 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 #707DA6;}

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

This text has shadow with #707DA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #707DA6 on black background.


Color preview on white background

This text has color #707DA6 on white background.



Black color preview on #707DA6 background

This text has black color on #707DA6 background.


White color preview on #707DA6 background

This text has white color on #707DA6 background.