COLOR #9DB5CD

HEX: #9DB5CD
RGB: (157,181,205)

Color info

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

RGB color model

#9DB5CD color RGB value is (157,181,205).

  • red value is 157;
  • green value is 181;
  • blue value is 205.
RGB:
(157,181,205)
(62%,71%,80%)

RGB channels and saturation

R 157 of 255 = 62%
G 181 of 255 = 71%
B 205 of 255 = 80%

157
181
205

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

Portions of RGB colors in percentages

R + G + B =
157 + 181 + 205 = 543 (100%)
R 157 of 543 ~ 28.91%
G 181 of 543 ~ 33.33%
B 205 of 543 ~ 37.75%

%28.91
%33.33
%37.75

CMYK color model

#9DB5CD color CMYK value is (23,12,0,20).

  • cyan value is 23.41%
  • magenta value is 11.71%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(23,12,0,20)
C23M12Y0K20 
(23%,12%,0%,20%)
(0.23/0.12/0.00/0.20)	

CMYK percentages

%23.41
%11.71
%0
%19.61

Codes

Color #9DB5CD in popluar color models

9DB5CD
RGB157181205
HSL210°32.43%70.98%
HSB/HSV210°23.41%80.39%
CMYK23.41%11.71%0.00%
19.61%

Color #9DB5CD in popluar number systems.

HEX9DB5CD
Decimal157181205
Binary100111011011010111001101
Octal235265315

Shades and tints

Shades of #9DB5CD

#9DB5CD
(157,181,205)
#8FA5BB
(143,165,187)
#8195A9
(129,149,169)
#738597
(115,133,151)
#657585
(101,117,133)
#576573
(87,101,115)
#495561
(73,85,97)
#3B454F
(59,69,79)
#2D353D
(45,53,61)
#1F252B
(31,37,43)
#111519
(17,21,25)
#000000
(0,0,0)

Tints of #9DB5CD

#9DB5CD
(157,181,205)
#A5BBD1
(165,187,209)
#ADC1D5
(173,193,213)
#B5C7D9
(181,199,217)
#BDCDDD
(189,205,221)
#C5D3E1
(197,211,225)
#CDD9E5
(205,217,229)
#D5DFE9
(213,223,233)
#DDE5ED
(221,229,237)
#E5EBF1
(229,235,241)
#EDF1F5
(237,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9DB5CD color. Also use rgb(157,181,205) instead hex code.

Text Font Color

.myTextColor { color: #9DB5CD; }

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

This text font color is #9DB5CD.


Background Color

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

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

This div background color is #9DB5CD.


Border color

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

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

This div border color is #9DB5CD.


Opacity

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

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

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

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

This text has shadow with #9DB5CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DB5CD on black background.


Color preview on white background

This text has color #9DB5CD on white background.



Black color preview on #9DB5CD background

This text has black color on #9DB5CD background.


White color preview on #9DB5CD background

This text has white color on #9DB5CD background.