COLOR #B9D7D6

HEX: #B9D7D6 RGB: (185,215,214)

Color info

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

RGB color model

#B9D7D6 color RGB value is (185,215,214).

RGB: (185,215,214) (73%, 84%, 84%)

RGB channels and saturation

R 185 of 255 = 73%
G 215 of 255 = 84%
B 214 of 255 = 84%

185
215
214

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

Portions of RGB colors in percentages

R + G + B = 185 + 215 + 214 = 614 (100%)
R 185 of 614 ~ 30.13%
G 215 of 614 ~ 35.02%
B 214 of 614 ~ 34.85'%

%30.13
%35.02
%34.85

CMYK color model

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

  • cyan value is 13.95%
  • magenta value is 0.00%
  • yellow value is 0.47%
  • key color value is 15.69%

CMYK: (14,0,0,16)
C14M0Y0K16 (14%, 0%, 0%, 16%)
(0.14 / 0.00 / 0.00 / 0.16)

CMYK percentages

%13.95
%0
%0.47
%15.69

Codes

Color #B9D7D6 in popluar color models

B9 D7 D6
RGB 185 215 214
HSL 178° 27.27% 78.43%
HSB/HSV 178° 13.95% 84.31%
CMYK 13.95% 0.00% 0.47%
15.69%

Color #B9D7D6 in popluar number systems.

HEX B9 D7 D6
Decimal 185 215 214
Binary 10111001 11010111 11010110
Octal 271 327 326

Shades and tints

Shades of #B9D7D6

#B9D7D6
(185,215,214)
#A9C4C3
(169,196,195)
#99B1B0
(153,177,176)
#899E9D
(137,158,157)
#798B8A
(121,139,138)
#697877
(105,120,119)
#596564
(89,101,100)
#495251
(73,82,81)
#393F3E
(57,63,62)
#292C2B
(41,44,43)
#191918
(25,25,24)
#000000
(0,0,0)

Tints of #B9D7D6

#B9D7D6
(185,215,214)
#BFDAD9
(191,218,217)
#C5DDDC
(197,221,220)
#CBE0DF
(203,224,223)
#D1E3E2
(209,227,226)
#D7E6E5
(215,230,229)
#DDE9E8
(221,233,232)
#E3ECEB
(227,236,235)
#E9EFEE
(233,239,238)
#EFF2F1
(239,242,241)
#F5F5F4
(245,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9D7D6; }

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

This text font color is #B9D7D6.

Background Color

.myBgColor { background-color: #B9D7D6; }

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

This div background color is #B9D7D6.

Border color

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

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

This div border color is #B9D7D6.

Opacity

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

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

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

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

This text has shadow with #B9D7D6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9D7D6.

Preview

Color preview on black background

This text has color #B9D7D6 on black background.


Color preview on white background

This text has color #B9D7D6 on white background.


Black color preview on #B9D7D6 background

This text has black color on #B9D7D6 background.


White color preview on #B9D7D6 background

This text has white color on #B9D7D6 background.


Related colors

Complementary color

Complementary color for #hex is #462829.


I love getcolorcode.com

Triadic colors

1 #D6B9D7 and #D7D6B9 with #B9D7D6 are triadic colors.

2 #D6D7B9 and #D7B9D6 with #B9D7D6 are triadic colors.