COLOR #B9EDCD

HEX: #B9EDCD
RGB: (185,237,205)

Color info

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

RGB color model

#B9EDCD color RGB value is (185,237,205).

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

RGB channels and saturation

R 185 of 255 = 73%
G 237 of 255 = 93%
B 205 of 255 = 80%

185
237
205

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

Portions of RGB colors in percentages

R + G + B =
185 + 237 + 205 = 627 (100%)
R 185 of 627 ~ 29.51%
G 237 of 627 ~ 37.8%
B 205 of 627 ~ 32.7%

%29.51
%37.8
%32.7

CMYK color model

#B9EDCD color CMYK value is (22,0,14,7).

  • cyan value is 21.94%
  • magenta value is 0.00%
  • yellow value is 13.50%
  • key color value is 7.06%
CMYK:
(22,0,14,7)
C22M0Y14K7 
(22%,0%,14%,7%)
(0.22/0.00/0.14/0.07)	

CMYK percentages

%21.94
%0
%13.5
%7.06

Codes

Color #B9EDCD in popluar color models

B9EDCD
RGB185237205
HSL143°59.09%82.75%
HSB/HSV143°21.94%92.94%
CMYK21.94%0.00%13.50%
7.06%

Color #B9EDCD in popluar number systems.

HEXB9EDCD
Decimal185237205
Binary101110011110110111001101
Octal271355315

Shades and tints

Shades of #B9EDCD

#B9EDCD
(185,237,205)
#A9D8BB
(169,216,187)
#99C3A9
(153,195,169)
#89AE97
(137,174,151)
#799985
(121,153,133)
#698473
(105,132,115)
#596F61
(89,111,97)
#495A4F
(73,90,79)
#39453D
(57,69,61)
#29302B
(41,48,43)
#191B19
(25,27,25)
#000000
(0,0,0)

Tints of #B9EDCD

#B9EDCD
(185,237,205)
#BFEED1
(191,238,209)
#C5EFD5
(197,239,213)
#CBF0D9
(203,240,217)
#D1F1DD
(209,241,221)
#D7F2E1
(215,242,225)
#DDF3E5
(221,243,229)
#E3F4E9
(227,244,233)
#E9F5ED
(233,245,237)
#EFF6F1
(239,246,241)
#F5F7F5
(245,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9EDCD; }

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

This text font color is #B9EDCD.


Background Color

.myBgColor { background-color: #B9EDCD; }

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

This div background color is #B9EDCD.


Border color

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

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

This div border color is #B9EDCD.


Opacity

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

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

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

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

This text has shadow with #B9EDCD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9EDCD on black background.


Color preview on white background

This text has color #B9EDCD on white background.



Black color preview on #B9EDCD background

This text has black color on #B9EDCD background.


White color preview on #B9EDCD background

This text has white color on #B9EDCD background.