COLOR #B9E5DD

HEX: #B9E5DD
RGB: (185,229,221)

Color info

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

RGB color model

#B9E5DD color RGB value is (185,229,221).

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

RGB channels and saturation

R 185 of 255 = 73%
G 229 of 255 = 90%
B 221 of 255 = 87%

185
229
221

R + G + B ~ 83%. #B9E5DD is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 229 + 221 = 635 (100%)
R 185 of 635 ~ 29.13%
G 229 of 635 ~ 36.06%
B 221 of 635 ~ 34.8%

%29.13
%36.06
%34.8

CMYK color model

#B9E5DD color CMYK value is (19,0,3,10).

  • cyan value is 19.21%
  • magenta value is 0.00%
  • yellow value is 3.49%
  • key color value is 10.20%
CMYK:
(19,0,3,10)
C19M0Y3K10 
(19%,0%,3%,10%)
(0.19/0.00/0.03/0.10)	

CMYK percentages

%19.21
%0
%3.49
%10.2

Codes

Color #B9E5DD in popluar color models

B9E5DD
RGB185229221
HSL169°45.83%81.18%
HSB/HSV169°19.21%89.80%
CMYK19.21%0.00%3.49%
10.20%

Color #B9E5DD in popluar number systems.

HEXB9E5DD
Decimal185229221
Binary101110011110010111011101
Octal271345335

Shades and tints

Shades of #B9E5DD

#B9E5DD
(185,229,221)
#A9D1C9
(169,209,201)
#99BDB5
(153,189,181)
#89A9A1
(137,169,161)
#79958D
(121,149,141)
#698179
(105,129,121)
#596D65
(89,109,101)
#495951
(73,89,81)
#39453D
(57,69,61)
#293129
(41,49,41)
#191D15
(25,29,21)
#000000
(0,0,0)

Tints of #B9E5DD

#B9E5DD
(185,229,221)
#BFE7E0
(191,231,224)
#C5E9E3
(197,233,227)
#CBEBE6
(203,235,230)
#D1EDE9
(209,237,233)
#D7EFEC
(215,239,236)
#DDF1EF
(221,241,239)
#E3F3F2
(227,243,242)
#E9F5F5
(233,245,245)
#EFF7F8
(239,247,248)
#F5F9FB
(245,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9E5DD; }

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

This text font color is #B9E5DD.


Background Color

.myBgColor { background-color: #B9E5DD; }

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

This div background color is #B9E5DD.


Border color

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

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

This div border color is #B9E5DD.


Opacity

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

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

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

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

This text has shadow with #B9E5DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9E5DD on black background.


Color preview on white background

This text has color #B9E5DD on white background.



Black color preview on #B9E5DD background

This text has black color on #B9E5DD background.


White color preview on #B9E5DD background

This text has white color on #B9E5DD background.