COLOR #B9D9D6

HEX: #B9D9D6 RGB: (185,217,214)

Color info

#B9D9D6 contains red, green and blue colors in about the same proportion. Web safe color of #B9D9D6 is #CCCCCC (or #CCC).

RGB color model

#B9D9D6 color RGB value is (185,217,214).

RGB: (185,217,214) (73%, 85%, 84%)

RGB channels and saturation

R 185 of 255 = 73%
G 217 of 255 = 85%
B 214 of 255 = 84%

185
217
214

R + G + B ~ 81%. #B9D9D6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 185 + 217 + 214 = 616 (100%)
R 185 of 616 ~ 30.03%
G 217 of 616 ~ 35.23%
B 214 of 616 ~ 34.74'%

%30.03
%35.23
%34.74

CMYK color model

#B9D9D6 color CMYK value is (15,0,1,15).

  • cyan value is 14.75%
  • magenta value is 0.00%
  • yellow value is 1.38%
  • key color value is 14.90%

CMYK: (15,0,1,15)
C15M0Y1K15 (15%, 0%, 1%, 15%)
(0.15 / 0.00 / 0.01 / 0.15)

CMYK percentages

%14.75
%0
%1.38
%14.9

Codes

Color #B9D9D6 in popluar color models

B9 D9 D6
RGB 185 217 214
HSL 174° 29.63% 78.82%
HSB/HSV 174° 14.75% 85.10%
CMYK 14.75% 0.00% 1.38%
14.90%

Color #B9D9D6 in popluar number systems.

HEX B9 D9 D6
Decimal 185 217 214
Binary 10111001 11011001 11010110
Octal 271 331 326

Shades and tints

Shades of #B9D9D6

#B9D9D6
(185,217,214)
#A9C6C3
(169,198,195)
#99B3B0
(153,179,176)
#89A09D
(137,160,157)
#798D8A
(121,141,138)
#697A77
(105,122,119)
#596764
(89,103,100)
#495451
(73,84,81)
#39413E
(57,65,62)
#292E2B
(41,46,43)
#191B18
(25,27,24)
#000000
(0,0,0)

Tints of #B9D9D6

#B9D9D6
(185,217,214)
#BFDCD9
(191,220,217)
#C5DFDC
(197,223,220)
#CBE2DF
(203,226,223)
#D1E5E2
(209,229,226)
#D7E8E5
(215,232,229)
#DDEBE8
(221,235,232)
#E3EEEB
(227,238,235)
#E9F1EE
(233,241,238)
#EFF4F1
(239,244,241)
#F5F7F4
(245,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9D9D6 color. Also use rgb(185,217,214) instead hex code.

Text Font Color

.myTextColor { color: #B9D9D6; }

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

This text font color is #B9D9D6.

Background Color

.myBgColor { background-color: #B9D9D6; }

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

This div background color is #B9D9D6.

Border color

.myBorderColor { border: 1px solid #B9D9D6; }

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

This div border color is #B9D9D6.

Opacity

.myOpacity80 { color: #B9D9D6; opacity: 0.8; }

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

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

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

This text has shadow with #B9D9D6 color.


.textShadow {text-shadow: 3px 3px 1px #B9D9D6', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #B9D9D6; -webkit-box-shadow: 1px 1px 3px 2px #B9D9D6; box-shadow:1px 1px 3px 2px #B9D9D6;">
Div content here
</div>

This div box has shadow with color #B9D9D6.

Preview

Color preview on black background

This text has color #B9D9D6 on black background.


Color preview on white background

This text has color #B9D9D6 on white background.


Black color preview on #B9D9D6 background

This text has black color on #B9D9D6 background.


White color preview on #B9D9D6 background

This text has white color on #B9D9D6 background.


Related colors

Complementary color

Complementary color for #hex is #462629.


I love getcolorcode.com

Triadic colors

1 #D6B9D9 and #D9D6B9 with #B9D9D6 are triadic colors.

2 #D6D9B9 and #D9B9D6 with #B9D9D6 are triadic colors.