COLOR #9DB4CE

HEX: #9DB4CE
RGB: (157,180,206)

Color info

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

RGB color model

#9DB4CE color RGB value is (157,180,206).

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

RGB channels and saturation

R 157 of 255 = 62%
G 180 of 255 = 71%
B 206 of 255 = 81%

157
180
206

R + G + B ~ 71%. #9DB4CE is quite light color.

Portions of RGB colors in percentages

R + G + B =
157 + 180 + 206 = 543 (100%)
R 157 of 543 ~ 28.91%
G 180 of 543 ~ 33.15%
B 206 of 543 ~ 37.94%

%28.91
%33.15
%37.94

CMYK color model

#9DB4CE color CMYK value is (24,13,0,19).

  • cyan value is 23.79%
  • magenta value is 12.62%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK:
(24,13,0,19)
C24M13Y0K19 
(24%,13%,0%,19%)
(0.24/0.13/0.00/0.19)	

CMYK percentages

%23.79
%12.62
%0
%19.22

Codes

Color #9DB4CE in popluar color models

9DB4CE
RGB157180206
HSL212°33.33%71.18%
HSB/HSV212°23.79%80.78%
CMYK23.79%12.62%0.00%
19.22%

Color #9DB4CE in popluar number systems.

HEX9DB4CE
Decimal157180206
Binary100111011011010011001110
Octal235264316

Shades and tints

Shades of #9DB4CE

#9DB4CE
(157,180,206)
#8FA4BC
(143,164,188)
#8194AA
(129,148,170)
#738498
(115,132,152)
#657486
(101,116,134)
#576474
(87,100,116)
#495462
(73,84,98)
#3B4450
(59,68,80)
#2D343E
(45,52,62)
#1F242C
(31,36,44)
#11141A
(17,20,26)
#000000
(0,0,0)

Tints of #9DB4CE

#9DB4CE
(157,180,206)
#A5BAD2
(165,186,210)
#ADC0D6
(173,192,214)
#B5C6DA
(181,198,218)
#BDCCDE
(189,204,222)
#C5D2E2
(197,210,226)
#CDD8E6
(205,216,230)
#D5DEEA
(213,222,234)
#DDE4EE
(221,228,238)
#E5EAF2
(229,234,242)
#EDF0F6
(237,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9DB4CE; }

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

This text font color is #9DB4CE.


Background Color

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

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

This div background color is #9DB4CE.


Border color

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

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

This div border color is #9DB4CE.


Opacity

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

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

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

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

This text has shadow with #9DB4CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DB4CE on black background.


Color preview on white background

This text has color #9DB4CE on white background.



Black color preview on #9DB4CE background

This text has black color on #9DB4CE background.


White color preview on #9DB4CE background

This text has white color on #9DB4CE background.