COLOR #9DA8CE

HEX: #9DA8CE
RGB: (157,168,206)

Color info

#9DA8CE contains red, green and blue colors in about the same proportion. Web safe color of #9DA8CE is #9999CC (or #99C).

RGB color model

#9DA8CE color RGB value is (157,168,206).

  • red value is 157;
  • green value is 168;
  • blue value is 206.
RGB:
(157,168,206)
(62%,66%,81%)

RGB channels and saturation

R 157 of 255 = 62%
G 168 of 255 = 66%
B 206 of 255 = 81%

157
168
206

R + G + B ~ 70%. #9DA8CE is quite light color.

Portions of RGB colors in percentages

R + G + B =
157 + 168 + 206 = 531 (100%)
R 157 of 531 ~ 29.57%
G 168 of 531 ~ 31.64%
B 206 of 531 ~ 38.79%

%29.57
%31.64
%38.79

CMYK color model

#9DA8CE color CMYK value is (24,18,0,19).

  • cyan value is 23.79%
  • magenta value is 18.45%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK:
(24,18,0,19)
C24M18Y0K19 
(24%,18%,0%,19%)
(0.24/0.18/0.00/0.19)	

CMYK percentages

%23.79
%18.45
%0
%19.22

Codes

Color #9DA8CE in popluar color models

9DA8CE
RGB157168206
HSL227°33.33%71.18%
HSB/HSV227°23.79%80.78%
CMYK23.79%18.45%0.00%
19.22%

Color #9DA8CE in popluar number systems.

HEX9DA8CE
Decimal157168206
Binary100111011010100011001110
Octal235250316

Shades and tints

Shades of #9DA8CE

#9DA8CE
(157,168,206)
#8F99BC
(143,153,188)
#818AAA
(129,138,170)
#737B98
(115,123,152)
#656C86
(101,108,134)
#575D74
(87,93,116)
#494E62
(73,78,98)
#3B3F50
(59,63,80)
#2D303E
(45,48,62)
#1F212C
(31,33,44)
#11121A
(17,18,26)
#000000
(0,0,0)

Tints of #9DA8CE

#9DA8CE
(157,168,206)
#A5AFD2
(165,175,210)
#ADB6D6
(173,182,214)
#B5BDDA
(181,189,218)
#BDC4DE
(189,196,222)
#C5CBE2
(197,203,226)
#CDD2E6
(205,210,230)
#D5D9EA
(213,217,234)
#DDE0EE
(221,224,238)
#E5E7F2
(229,231,242)
#EDEEF6
(237,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9DA8CE color. Also use rgb(157,168,206) instead hex code.

Text Font Color

.myTextColor { color: #9DA8CE; }

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

This text font color is #9DA8CE.


Background Color

.myBgColor { background-color: #9DA8CE; }

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

This div background color is #9DA8CE.


Border color

.myBorderColor { border: 1px solid #9DA8CE; }

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

This div border color is #9DA8CE.


Opacity

.myOpacity80 { color: #9DA8CE; opacity: 0.8; }

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

Text with #9DA8CE 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 #9DA8CE;}

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

This text has shadow with #9DA8CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DA8CE on black background.


Color preview on white background

This text has color #9DA8CE on white background.



Black color preview on #9DA8CE background

This text has black color on #9DA8CE background.


White color preview on #9DA8CE background

This text has white color on #9DA8CE background.