COLOR #B9E0BD

HEX: #B9E0BD
RGB: (185,224,189)

Color info

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

RGB color model

#B9E0BD color RGB value is (185,224,189).

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

RGB channels and saturation

R 185 of 255 = 73%
G 224 of 255 = 88%
B 189 of 255 = 74%

185
224
189

R + G + B ~ 78%. #B9E0BD is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 224 + 189 = 598 (100%)
R 185 of 598 ~ 30.94%
G 224 of 598 ~ 37.46%
B 189 of 598 ~ 31.61%

%30.94
%37.46
%31.61

CMYK color model

#B9E0BD color CMYK value is (17,0,16,12).

  • cyan value is 17.41%
  • magenta value is 0.00%
  • yellow value is 15.63%
  • key color value is 12.16%
CMYK:
(17,0,16,12)
C17M0Y16K12 
(17%,0%,16%,12%)
(0.17/0.00/0.16/0.12)	

CMYK percentages

%17.41
%0
%15.63
%12.16

Codes

Color #B9E0BD in popluar color models

B9E0BD
RGB185224189
HSL126°38.61%80.20%
HSB/HSV126°17.41%87.84%
CMYK17.41%0.00%15.63%
12.16%

Color #B9E0BD in popluar number systems.

HEXB9E0BD
Decimal185224189
Binary101110011110000010111101
Octal271340275

Shades and tints

Shades of #B9E0BD

#B9E0BD
(185,224,189)
#A9CCAC
(169,204,172)
#99B89B
(153,184,155)
#89A48A
(137,164,138)
#799079
(121,144,121)
#697C68
(105,124,104)
#596857
(89,104,87)
#495446
(73,84,70)
#394035
(57,64,53)
#292C24
(41,44,36)
#191813
(25,24,19)
#000000
(0,0,0)

Tints of #B9E0BD

#B9E0BD
(185,224,189)
#BFE2C3
(191,226,195)
#C5E4C9
(197,228,201)
#CBE6CF
(203,230,207)
#D1E8D5
(209,232,213)
#D7EADB
(215,234,219)
#DDECE1
(221,236,225)
#E3EEE7
(227,238,231)
#E9F0ED
(233,240,237)
#EFF2F3
(239,242,243)
#F5F4F9
(245,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9E0BD; }

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

This text font color is #B9E0BD.


Background Color

.myBgColor { background-color: #B9E0BD; }

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

This div background color is #B9E0BD.


Border color

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

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

This div border color is #B9E0BD.


Opacity

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

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

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

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

This text has shadow with #B9E0BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9E0BD on black background.


Color preview on white background

This text has color #B9E0BD on white background.



Black color preview on #B9E0BD background

This text has black color on #B9E0BD background.


White color preview on #B9E0BD background

This text has white color on #B9E0BD background.