COLOR #9DB3CB

HEX: #9DB3CB
RGB: (157,179,203)

Color info

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

RGB color model

#9DB3CB color RGB value is (157,179,203).

  • red value is 157;
  • green value is 179;
  • blue value is 203.
RGB:
(157,179,203)
(62%,70%,80%)

RGB channels and saturation

R 157 of 255 = 62%
G 179 of 255 = 70%
B 203 of 255 = 80%

157
179
203

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

Portions of RGB colors in percentages

R + G + B =
157 + 179 + 203 = 539 (100%)
R 157 of 539 ~ 29.13%
G 179 of 539 ~ 33.21%
B 203 of 539 ~ 37.66%

%29.13
%33.21
%37.66

CMYK color model

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

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

CMYK percentages

%22.66
%11.82
%0
%20.39

Codes

Color #9DB3CB in popluar color models

9DB3CB
RGB157179203
HSL211°30.67%70.59%
HSB/HSV211°22.66%79.61%
CMYK22.66%11.82%0.00%
20.39%

Color #9DB3CB in popluar number systems.

HEX9DB3CB
Decimal157179203
Binary100111011011001111001011
Octal235263313

Shades and tints

Shades of #9DB3CB

#9DB3CB
(157,179,203)
#8FA3B9
(143,163,185)
#8193A7
(129,147,167)
#738395
(115,131,149)
#657383
(101,115,131)
#576371
(87,99,113)
#49535F
(73,83,95)
#3B434D
(59,67,77)
#2D333B
(45,51,59)
#1F2329
(31,35,41)
#111317
(17,19,23)
#000000
(0,0,0)

Tints of #9DB3CB

#9DB3CB
(157,179,203)
#A5B9CF
(165,185,207)
#ADBFD3
(173,191,211)
#B5C5D7
(181,197,215)
#BDCBDB
(189,203,219)
#C5D1DF
(197,209,223)
#CDD7E3
(205,215,227)
#D5DDE7
(213,221,231)
#DDE3EB
(221,227,235)
#E5E9EF
(229,233,239)
#EDEFF3
(237,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9DB3CB color. Also use rgb(157,179,203) instead hex code.

Text Font Color

.myTextColor { color: #9DB3CB; }

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

This text font color is #9DB3CB.


Background Color

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

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

This div background color is #9DB3CB.


Border color

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

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

This div border color is #9DB3CB.


Opacity

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

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

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

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

This text has shadow with #9DB3CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DB3CB on black background.


Color preview on white background

This text has color #9DB3CB on white background.



Black color preview on #9DB3CB background

This text has black color on #9DB3CB background.


White color preview on #9DB3CB background

This text has white color on #9DB3CB background.