COLOR #B9E5BD

HEX: #B9E5BD
RGB: (185,229,189)

Color info

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

RGB color model

#B9E5BD color RGB value is (185,229,189).

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

RGB channels and saturation

R 185 of 255 = 73%
G 229 of 255 = 90%
B 189 of 255 = 74%

185
229
189

R + G + B ~ 79%. #B9E5BD is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 229 + 189 = 603 (100%)
R 185 of 603 ~ 30.68%
G 229 of 603 ~ 37.98%
B 189 of 603 ~ 31.34%

%30.68
%37.98
%31.34

CMYK color model

#B9E5BD color CMYK value is (19,0,17,10).

  • cyan value is 19.21%
  • magenta value is 0.00%
  • yellow value is 17.47%
  • key color value is 10.20%
CMYK:
(19,0,17,10)
C19M0Y17K10 
(19%,0%,17%,10%)
(0.19/0.00/0.17/0.10)	

CMYK percentages

%19.21
%0
%17.47
%10.2

Codes

Color #B9E5BD in popluar color models

B9E5BD
RGB185229189
HSL125°45.83%81.18%
HSB/HSV125°19.21%89.80%
CMYK19.21%0.00%17.47%
10.20%

Color #B9E5BD in popluar number systems.

HEXB9E5BD
Decimal185229189
Binary101110011110010110111101
Octal271345275

Shades and tints

Shades of #B9E5BD

#B9E5BD
(185,229,189)
#A9D1AC
(169,209,172)
#99BD9B
(153,189,155)
#89A98A
(137,169,138)
#799579
(121,149,121)
#698168
(105,129,104)
#596D57
(89,109,87)
#495946
(73,89,70)
#394535
(57,69,53)
#293124
(41,49,36)
#191D13
(25,29,19)
#000000
(0,0,0)

Tints of #B9E5BD

#B9E5BD
(185,229,189)
#BFE7C3
(191,231,195)
#C5E9C9
(197,233,201)
#CBEBCF
(203,235,207)
#D1EDD5
(209,237,213)
#D7EFDB
(215,239,219)
#DDF1E1
(221,241,225)
#E3F3E7
(227,243,231)
#E9F5ED
(233,245,237)
#EFF7F3
(239,247,243)
#F5F9F9
(245,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9E5BD; }

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

This text font color is #B9E5BD.


Background Color

.myBgColor { background-color: #B9E5BD; }

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

This div background color is #B9E5BD.


Border color

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

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

This div border color is #B9E5BD.


Opacity

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

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

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

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

This text has shadow with #B9E5BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9E5BD on black background.


Color preview on white background

This text has color #B9E5BD on white background.



Black color preview on #B9E5BD background

This text has black color on #B9E5BD background.


White color preview on #B9E5BD background

This text has white color on #B9E5BD background.