COLOR #B9EDCE

HEX: #B9EDCE
RGB: (185,237,206)

Color info

#B9EDCE contains red, green and blue colors in about the same proportion. Web safe color of #B9EDCE is #CCFFCC (or #CFC).

RGB color model

#B9EDCE color RGB value is (185,237,206).

  • red value is 185;
  • green value is 237;
  • blue value is 206.
RGB:
(185,237,206)
(73%,93%,81%)

RGB channels and saturation

R 185 of 255 = 73%
G 237 of 255 = 93%
B 206 of 255 = 81%

185
237
206

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

Portions of RGB colors in percentages

R + G + B =
185 + 237 + 206 = 628 (100%)
R 185 of 628 ~ 29.46%
G 237 of 628 ~ 37.74%
B 206 of 628 ~ 32.8%

%29.46
%37.74
%32.8

CMYK color model

#B9EDCE color CMYK value is (22,0,13,7).

  • cyan value is 21.94%
  • magenta value is 0.00%
  • yellow value is 13.08%
  • key color value is 7.06%
CMYK:
(22,0,13,7)
C22M0Y13K7 
(22%,0%,13%,7%)
(0.22/0.00/0.13/0.07)	

CMYK percentages

%21.94
%0
%13.08
%7.06

Codes

Color #B9EDCE in popluar color models

B9EDCE
RGB185237206
HSL144°59.09%82.75%
HSB/HSV144°21.94%92.94%
CMYK21.94%0.00%13.08%
7.06%

Color #B9EDCE in popluar number systems.

HEXB9EDCE
Decimal185237206
Binary101110011110110111001110
Octal271355316

Shades and tints

Shades of #B9EDCE

#B9EDCE
(185,237,206)
#A9D8BC
(169,216,188)
#99C3AA
(153,195,170)
#89AE98
(137,174,152)
#799986
(121,153,134)
#698474
(105,132,116)
#596F62
(89,111,98)
#495A50
(73,90,80)
#39453E
(57,69,62)
#29302C
(41,48,44)
#191B1A
(25,27,26)
#000000
(0,0,0)

Tints of #B9EDCE

#B9EDCE
(185,237,206)
#BFEED2
(191,238,210)
#C5EFD6
(197,239,214)
#CBF0DA
(203,240,218)
#D1F1DE
(209,241,222)
#D7F2E2
(215,242,226)
#DDF3E6
(221,243,230)
#E3F4EA
(227,244,234)
#E9F5EE
(233,245,238)
#EFF6F2
(239,246,242)
#F5F7F6
(245,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9EDCE color. Also use rgb(185,237,206) instead hex code.

Text Font Color

.myTextColor { color: #B9EDCE; }

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

This text font color is #B9EDCE.


Background Color

.myBgColor { background-color: #B9EDCE; }

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

This div background color is #B9EDCE.


Border color

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

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

This div border color is #B9EDCE.


Opacity

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

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

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

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

This text has shadow with #B9EDCE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9EDCE on black background.


Color preview on white background

This text has color #B9EDCE on white background.



Black color preview on #B9EDCE background

This text has black color on #B9EDCE background.


White color preview on #B9EDCE background

This text has white color on #B9EDCE background.