COLOR #B9DDDA

HEX: #B9DDDA
RGB: (185,221,218)

Color info

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

RGB color model

#B9DDDA color RGB value is (185,221,218).

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

RGB channels and saturation

R 185 of 255 = 73%
G 221 of 255 = 87%
B 218 of 255 = 85%

185
221
218

R + G + B ~ 82%. #B9DDDA is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 221 + 218 = 624 (100%)
R 185 of 624 ~ 29.65%
G 221 of 624 ~ 35.42%
B 218 of 624 ~ 34.94%

%29.65
%35.42
%34.94

CMYK color model

#B9DDDA color CMYK value is (16,0,1,13).

  • cyan value is 16.29%
  • magenta value is 0.00%
  • yellow value is 1.36%
  • key color value is 13.33%
CMYK:
(16,0,1,13)
C16M0Y1K13 
(16%,0%,1%,13%)
(0.16/0.00/0.01/0.13)	

CMYK percentages

%16.29
%0
%1.36
%13.33

Codes

Color #B9DDDA in popluar color models

B9DDDA
RGB185221218
HSL175°34.62%79.61%
HSB/HSV175°16.29%86.67%
CMYK16.29%0.00%1.36%
13.33%

Color #B9DDDA in popluar number systems.

HEXB9DDDA
Decimal185221218
Binary101110011101110111011010
Octal271335332

Shades and tints

Shades of #B9DDDA

#B9DDDA
(185,221,218)
#A9C9C7
(169,201,199)
#99B5B4
(153,181,180)
#89A1A1
(137,161,161)
#798D8E
(121,141,142)
#69797B
(105,121,123)
#596568
(89,101,104)
#495155
(73,81,85)
#393D42
(57,61,66)
#29292F
(41,41,47)
#19151C
(25,21,28)
#000000
(0,0,0)

Tints of #B9DDDA

#B9DDDA
(185,221,218)
#BFE0DD
(191,224,221)
#C5E3E0
(197,227,224)
#CBE6E3
(203,230,227)
#D1E9E6
(209,233,230)
#D7ECE9
(215,236,233)
#DDEFEC
(221,239,236)
#E3F2EF
(227,242,239)
#E9F5F2
(233,245,242)
#EFF8F5
(239,248,245)
#F5FBF8
(245,251,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9DDDA; }

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

This text font color is #B9DDDA.


Background Color

.myBgColor { background-color: #B9DDDA; }

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

This div background color is #B9DDDA.


Border color

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

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

This div border color is #B9DDDA.


Opacity

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

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

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

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

This text has shadow with #B9DDDA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9DDDA on black background.


Color preview on white background

This text has color #B9DDDA on white background.



Black color preview on #B9DDDA background

This text has black color on #B9DDDA background.


White color preview on #B9DDDA background

This text has white color on #B9DDDA background.