COLOR #B9DDD6

HEX: #B9DDD6
RGB: (185,221,214)

Color info

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

RGB color model

#B9DDD6 color RGB value is (185,221,214).

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

RGB channels and saturation

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

185
221
214

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

Portions of RGB colors in percentages

R + G + B =
185 + 221 + 214 = 620 (100%)
R 185 of 620 ~ 29.84%
G 221 of 620 ~ 35.65%
B 214 of 620 ~ 34.52%

%29.84
%35.65
%34.52

CMYK color model

#B9DDD6 color CMYK value is (16,0,3,13).

  • cyan value is 16.29%
  • magenta value is 0.00%
  • yellow value is 3.17%
  • key color value is 13.33%
CMYK:
(16,0,3,13)
C16M0Y3K13 
(16%,0%,3%,13%)
(0.16/0.00/0.03/0.13)	

CMYK percentages

%16.29
%0
%3.17
%13.33

Codes

Color #B9DDD6 in popluar color models

B9DDD6
RGB185221214
HSL168°34.62%79.61%
HSB/HSV168°16.29%86.67%
CMYK16.29%0.00%3.17%
13.33%

Color #B9DDD6 in popluar number systems.

HEXB9DDD6
Decimal185221214
Binary101110011101110111010110
Octal271335326

Shades and tints

Shades of #B9DDD6

#B9DDD6
(185,221,214)
#A9C9C3
(169,201,195)
#99B5B0
(153,181,176)
#89A19D
(137,161,157)
#798D8A
(121,141,138)
#697977
(105,121,119)
#596564
(89,101,100)
#495151
(73,81,81)
#393D3E
(57,61,62)
#29292B
(41,41,43)
#191518
(25,21,24)
#000000
(0,0,0)

Tints of #B9DDD6

#B9DDD6
(185,221,214)
#BFE0D9
(191,224,217)
#C5E3DC
(197,227,220)
#CBE6DF
(203,230,223)
#D1E9E2
(209,233,226)
#D7ECE5
(215,236,229)
#DDEFE8
(221,239,232)
#E3F2EB
(227,242,235)
#E9F5EE
(233,245,238)
#EFF8F1
(239,248,241)
#F5FBF4
(245,251,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9DDD6; }

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

This text font color is #B9DDD6.


Background Color

.myBgColor { background-color: #B9DDD6; }

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

This div background color is #B9DDD6.


Border color

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

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

This div border color is #B9DDD6.


Opacity

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

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

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

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

This text has shadow with #B9DDD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9DDD6 on black background.


Color preview on white background

This text has color #B9DDD6 on white background.



Black color preview on #B9DDD6 background

This text has black color on #B9DDD6 background.


White color preview on #B9DDD6 background

This text has white color on #B9DDD6 background.