COLOR #B9D0D6

HEX: #B9D0D6 RGB: (185,208,214)

Color info

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

RGB color model

#B9D0D6 color RGB value is (185,208,214).

RGB: (185,208,214) (73%, 82%, 84%)

RGB channels and saturation

R 185 of 255 = 73%
G 208 of 255 = 82%
B 214 of 255 = 84%

185
208
214

R + G + B ~ 80%. #B9D0D6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 185 + 208 + 214 = 607 (100%)
R 185 of 607 ~ 30.48%
G 208 of 607 ~ 34.27%
B 214 of 607 ~ 35.26'%

%30.48
%34.27
%35.26

CMYK color model

#B9D0D6 color CMYK value is (14,3,0,16).

  • cyan value is 13.55%
  • magenta value is 2.80%
  • yellow value is 0.00%
  • key color value is 16.08%

CMYK: (14,3,0,16)
C14M3Y0K16 (14%, 3%, 0%, 16%)
(0.14 / 0.03 / 0.00 / 0.16)

CMYK percentages

%13.55
%2.8
%0
%16.08

Codes

Color #B9D0D6 in popluar color models

B9 D0 D6
RGB 185 208 214
HSL 192° 26.13% 78.24%
HSB/HSV 192° 13.55% 83.92%
CMYK 13.55% 2.80% 0.00%
16.08%

Color #B9D0D6 in popluar number systems.

HEX B9 D0 D6
Decimal 185 208 214
Binary 10111001 11010000 11010110
Octal 271 320 326

Shades and tints

Shades of #B9D0D6

#B9D0D6
(185,208,214)
#A9BEC3
(169,190,195)
#99ACB0
(153,172,176)
#899A9D
(137,154,157)
#79888A
(121,136,138)
#697677
(105,118,119)
#596464
(89,100,100)
#495251
(73,82,81)
#39403E
(57,64,62)
#292E2B
(41,46,43)
#191C18
(25,28,24)
#000000
(0,0,0)

Tints of #B9D0D6

#B9D0D6
(185,208,214)
#BFD4D9
(191,212,217)
#C5D8DC
(197,216,220)
#CBDCDF
(203,220,223)
#D1E0E2
(209,224,226)
#D7E4E5
(215,228,229)
#DDE8E8
(221,232,232)
#E3ECEB
(227,236,235)
#E9F0EE
(233,240,238)
#EFF4F1
(239,244,241)
#F5F8F4
(245,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9D0D6; }

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

This text font color is #B9D0D6.

Background Color

.myBgColor { background-color: #B9D0D6; }

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

This div background color is #B9D0D6.

Border color

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

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

This div border color is #B9D0D6.

Opacity

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

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

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

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

This text has shadow with #B9D0D6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9D0D6.

Preview

Color preview on black background

This text has color #B9D0D6 on black background.


Color preview on white background

This text has color #B9D0D6 on white background.


Black color preview on #B9D0D6 background

This text has black color on #B9D0D6 background.


White color preview on #B9D0D6 background

This text has white color on #B9D0D6 background.


Related colors

Complementary color

Complementary color for #hex is #462F29.


I love getcolorcode.com

Triadic colors

1 #D6B9D0 and #D0D6B9 with #B9D0D6 are triadic colors.

2 #D6D0B9 and #D0B9D6 with #B9D0D6 are triadic colors.