COLOR #B9DFD6

HEX: #B9DFD6
RGB: (185,223,214)

Color info

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

RGB color model

#B9DFD6 color RGB value is (185,223,214).

  • red value is 185;
  • green value is 223;
  • blue value is 214.
RGB:
(185,223,214)
(73%,87%,84%)

RGB channels and saturation

R 185 of 255 = 73%
G 223 of 255 = 87%
B 214 of 255 = 84%

185
223
214

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

Portions of RGB colors in percentages

R + G + B =
185 + 223 + 214 = 622 (100%)
R 185 of 622 ~ 29.74%
G 223 of 622 ~ 35.85%
B 214 of 622 ~ 34.41%

%29.74
%35.85
%34.41

CMYK color model

#B9DFD6 color CMYK value is (17,0,4,13).

  • cyan value is 17.04%
  • magenta value is 0.00%
  • yellow value is 4.04%
  • key color value is 12.55%
CMYK:
(17,0,4,13)
C17M0Y4K13 
(17%,0%,4%,13%)
(0.17/0.00/0.04/0.13)	

CMYK percentages

%17.04
%0
%4.04
%12.55

Codes

Color #B9DFD6 in popluar color models

B9DFD6
RGB185223214
HSL166°37.25%80.00%
HSB/HSV166°17.04%87.45%
CMYK17.04%0.00%4.04%
12.55%

Color #B9DFD6 in popluar number systems.

HEXB9DFD6
Decimal185223214
Binary101110011101111111010110
Octal271337326

Shades and tints

Shades of #B9DFD6

#B9DFD6
(185,223,214)
#A9CBC3
(169,203,195)
#99B7B0
(153,183,176)
#89A39D
(137,163,157)
#798F8A
(121,143,138)
#697B77
(105,123,119)
#596764
(89,103,100)
#495351
(73,83,81)
#393F3E
(57,63,62)
#292B2B
(41,43,43)
#191718
(25,23,24)
#000000
(0,0,0)

Tints of #B9DFD6

#B9DFD6
(185,223,214)
#BFE1D9
(191,225,217)
#C5E3DC
(197,227,220)
#CBE5DF
(203,229,223)
#D1E7E2
(209,231,226)
#D7E9E5
(215,233,229)
#DDEBE8
(221,235,232)
#E3EDEB
(227,237,235)
#E9EFEE
(233,239,238)
#EFF1F1
(239,241,241)
#F5F3F4
(245,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9DFD6; }

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

This text font color is #B9DFD6.


Background Color

.myBgColor { background-color: #B9DFD6; }

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

This div background color is #B9DFD6.


Border color

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

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

This div border color is #B9DFD6.


Opacity

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

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

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

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

This text has shadow with #B9DFD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9DFD6 on black background.


Color preview on white background

This text has color #B9DFD6 on white background.



Black color preview on #B9DFD6 background

This text has black color on #B9DFD6 background.


White color preview on #B9DFD6 background

This text has white color on #B9DFD6 background.