COLOR #B9E5DB

HEX: #B9E5DB
RGB: (185,229,219)

Color info

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

RGB color model

#B9E5DB color RGB value is (185,229,219).

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

RGB channels and saturation

R 185 of 255 = 73%
G 229 of 255 = 90%
B 219 of 255 = 86%

185
229
219

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

Portions of RGB colors in percentages

R + G + B =
185 + 229 + 219 = 633 (100%)
R 185 of 633 ~ 29.23%
G 229 of 633 ~ 36.18%
B 219 of 633 ~ 34.6%

%29.23
%36.18
%34.6

CMYK color model

#B9E5DB color CMYK value is (19,0,4,10).

  • cyan value is 19.21%
  • magenta value is 0.00%
  • yellow value is 4.37%
  • key color value is 10.20%
CMYK:
(19,0,4,10)
C19M0Y4K10 
(19%,0%,4%,10%)
(0.19/0.00/0.04/0.10)	

CMYK percentages

%19.21
%0
%4.37
%10.2

Codes

Color #B9E5DB in popluar color models

B9E5DB
RGB185229219
HSL166°45.83%81.18%
HSB/HSV166°19.21%89.80%
CMYK19.21%0.00%4.37%
10.20%

Color #B9E5DB in popluar number systems.

HEXB9E5DB
Decimal185229219
Binary101110011110010111011011
Octal271345333

Shades and tints

Shades of #B9E5DB

#B9E5DB
(185,229,219)
#A9D1C8
(169,209,200)
#99BDB5
(153,189,181)
#89A9A2
(137,169,162)
#79958F
(121,149,143)
#69817C
(105,129,124)
#596D69
(89,109,105)
#495956
(73,89,86)
#394543
(57,69,67)
#293130
(41,49,48)
#191D1D
(25,29,29)
#000000
(0,0,0)

Tints of #B9E5DB

#B9E5DB
(185,229,219)
#BFE7DE
(191,231,222)
#C5E9E1
(197,233,225)
#CBEBE4
(203,235,228)
#D1EDE7
(209,237,231)
#D7EFEA
(215,239,234)
#DDF1ED
(221,241,237)
#E3F3F0
(227,243,240)
#E9F5F3
(233,245,243)
#EFF7F6
(239,247,246)
#F5F9F9
(245,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9E5DB; }

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

This text font color is #B9E5DB.


Background Color

.myBgColor { background-color: #B9E5DB; }

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

This div background color is #B9E5DB.


Border color

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

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

This div border color is #B9E5DB.


Opacity

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

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

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

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

This text has shadow with #B9E5DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9E5DB on black background.


Color preview on white background

This text has color #B9E5DB on white background.



Black color preview on #B9E5DB background

This text has black color on #B9E5DB background.


White color preview on #B9E5DB background

This text has white color on #B9E5DB background.