COLOR #9DAEBB

HEX: #9DAEBB
RGB: (157,174,187)

Color info

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

RGB color model

#9DAEBB color RGB value is (157,174,187).

  • red value is 157;
  • green value is 174;
  • blue value is 187.
RGB:
(157,174,187)
(62%,68%,73%)

RGB channels and saturation

R 157 of 255 = 62%
G 174 of 255 = 68%
B 187 of 255 = 73%

157
174
187

R + G + B ~ 68%. #9DAEBB is quite light color.

Portions of RGB colors in percentages

R + G + B =
157 + 174 + 187 = 518 (100%)
R 157 of 518 ~ 30.31%
G 174 of 518 ~ 33.59%
B 187 of 518 ~ 36.1%

%30.31
%33.59
%36.1

CMYK color model

#9DAEBB color CMYK value is (16,7,0,27).

  • cyan value is 16.04%
  • magenta value is 6.95%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(16,7,0,27)
C16M7Y0K27 
(16%,7%,0%,27%)
(0.16/0.07/0.00/0.27)	

CMYK percentages

%16.04
%6.95
%0
%26.67

Codes

Color #9DAEBB in popluar color models

9DAEBB
RGB157174187
HSL206°18.07%67.45%
HSB/HSV206°16.04%73.33%
CMYK16.04%6.95%0.00%
26.67%

Color #9DAEBB in popluar number systems.

HEX9DAEBB
Decimal157174187
Binary100111011010111010111011
Octal235256273

Shades and tints

Shades of #9DAEBB

#9DAEBB
(157,174,187)
#8F9FAA
(143,159,170)
#819099
(129,144,153)
#738188
(115,129,136)
#657277
(101,114,119)
#576366
(87,99,102)
#495455
(73,84,85)
#3B4544
(59,69,68)
#2D3633
(45,54,51)
#1F2722
(31,39,34)
#111811
(17,24,17)
#000000
(0,0,0)

Tints of #9DAEBB

#9DAEBB
(157,174,187)
#A5B5C1
(165,181,193)
#ADBCC7
(173,188,199)
#B5C3CD
(181,195,205)
#BDCAD3
(189,202,211)
#C5D1D9
(197,209,217)
#CDD8DF
(205,216,223)
#D5DFE5
(213,223,229)
#DDE6EB
(221,230,235)
#E5EDF1
(229,237,241)
#EDF4F7
(237,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9DAEBB color. Also use rgb(157,174,187) instead hex code.

Text Font Color

.myTextColor { color: #9DAEBB; }

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

This text font color is #9DAEBB.


Background Color

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

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

This div background color is #9DAEBB.


Border color

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

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

This div border color is #9DAEBB.


Opacity

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

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

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

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

This text has shadow with #9DAEBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DAEBB on black background.


Color preview on white background

This text has color #9DAEBB on white background.



Black color preview on #9DAEBB background

This text has black color on #9DAEBB background.


White color preview on #9DAEBB background

This text has white color on #9DAEBB background.