COLOR #9DB6D4

HEX: #9DB6D4
RGB: (157,182,212)

Color info

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

RGB color model

#9DB6D4 color RGB value is (157,182,212).

  • red value is 157;
  • green value is 182;
  • blue value is 212.
RGB:
(157,182,212)
(62%,71%,83%)

RGB channels and saturation

R 157 of 255 = 62%
G 182 of 255 = 71%
B 212 of 255 = 83%

157
182
212

R + G + B ~ 72%. #9DB6D4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
157 + 182 + 212 = 551 (100%)
R 157 of 551 ~ 28.49%
G 182 of 551 ~ 33.03%
B 212 of 551 ~ 38.48%

%28.49
%33.03
%38.48

CMYK color model

#9DB6D4 color CMYK value is (26,14,0,17).

  • cyan value is 25.94%
  • magenta value is 14.15%
  • yellow value is 0.00%
  • key color value is 16.86%
CMYK:
(26,14,0,17)
C26M14Y0K17 
(26%,14%,0%,17%)
(0.26/0.14/0.00/0.17)	

CMYK percentages

%25.94
%14.15
%0
%16.86

Codes

Color #9DB6D4 in popluar color models

9DB6D4
RGB157182212
HSL213°39.01%72.35%
HSB/HSV213°25.94%83.14%
CMYK25.94%14.15%0.00%
16.86%

Color #9DB6D4 in popluar number systems.

HEX9DB6D4
Decimal157182212
Binary100111011011011011010100
Octal235266324

Shades and tints

Shades of #9DB6D4

#9DB6D4
(157,182,212)
#8FA6C1
(143,166,193)
#8196AE
(129,150,174)
#73869B
(115,134,155)
#657688
(101,118,136)
#576675
(87,102,117)
#495662
(73,86,98)
#3B464F
(59,70,79)
#2D363C
(45,54,60)
#1F2629
(31,38,41)
#111616
(17,22,22)
#000000
(0,0,0)

Tints of #9DB6D4

#9DB6D4
(157,182,212)
#A5BCD7
(165,188,215)
#ADC2DA
(173,194,218)
#B5C8DD
(181,200,221)
#BDCEE0
(189,206,224)
#C5D4E3
(197,212,227)
#CDDAE6
(205,218,230)
#D5E0E9
(213,224,233)
#DDE6EC
(221,230,236)
#E5ECEF
(229,236,239)
#EDF2F2
(237,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9DB6D4 color. Also use rgb(157,182,212) instead hex code.

Text Font Color

.myTextColor { color: #9DB6D4; }

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

This text font color is #9DB6D4.


Background Color

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

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

This div background color is #9DB6D4.


Border color

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

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

This div border color is #9DB6D4.


Opacity

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

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

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

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

This text has shadow with #9DB6D4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DB6D4 on black background.


Color preview on white background

This text has color #9DB6D4 on white background.



Black color preview on #9DB6D4 background

This text has black color on #9DB6D4 background.


White color preview on #9DB6D4 background

This text has white color on #9DB6D4 background.