COLOR #9DB4CF

HEX: #9DB4CF
RGB: (157,180,207)

Color info

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

RGB color model

#9DB4CF color RGB value is (157,180,207).

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

RGB channels and saturation

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

157
180
207

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

Portions of RGB colors in percentages

R + G + B =
157 + 180 + 207 = 544 (100%)
R 157 of 544 ~ 28.86%
G 180 of 544 ~ 33.09%
B 207 of 544 ~ 38.05%

%28.86
%33.09
%38.05

CMYK color model

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

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

CMYK percentages

%24.15
%13.04
%0
%18.82

Codes

Color #9DB4CF in popluar color models

9DB4CF
RGB157180207
HSL212°34.25%71.37%
HSB/HSV212°24.15%81.18%
CMYK24.15%13.04%0.00%
18.82%

Color #9DB4CF in popluar number systems.

HEX9DB4CF
Decimal157180207
Binary100111011011010011001111
Octal235264317

Shades and tints

Shades of #9DB4CF

#9DB4CF
(157,180,207)
#8FA4BD
(143,164,189)
#8194AB
(129,148,171)
#738499
(115,132,153)
#657487
(101,116,135)
#576475
(87,100,117)
#495463
(73,84,99)
#3B4451
(59,68,81)
#2D343F
(45,52,63)
#1F242D
(31,36,45)
#11141B
(17,20,27)
#000000
(0,0,0)

Tints of #9DB4CF

#9DB4CF
(157,180,207)
#A5BAD3
(165,186,211)
#ADC0D7
(173,192,215)
#B5C6DB
(181,198,219)
#BDCCDF
(189,204,223)
#C5D2E3
(197,210,227)
#CDD8E7
(205,216,231)
#D5DEEB
(213,222,235)
#DDE4EF
(221,228,239)
#E5EAF3
(229,234,243)
#EDF0F7
(237,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9DB4CF; }

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

This text font color is #9DB4CF.


Background Color

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

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

This div background color is #9DB4CF.


Border color

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

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

This div border color is #9DB4CF.


Opacity

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

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

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

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

This text has shadow with #9DB4CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DB4CF on black background.


Color preview on white background

This text has color #9DB4CF on white background.



Black color preview on #9DB4CF background

This text has black color on #9DB4CF background.


White color preview on #9DB4CF background

This text has white color on #9DB4CF background.