COLOR #B9EDB6

HEX: #B9EDB6
RGB: (185,237,182)

Color info

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

RGB color model

#B9EDB6 color RGB value is (185,237,182).

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

RGB channels and saturation

R 185 of 255 = 73%
G 237 of 255 = 93%
B 182 of 255 = 71%

185
237
182

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

Portions of RGB colors in percentages

R + G + B =
185 + 237 + 182 = 604 (100%)
R 185 of 604 ~ 30.63%
G 237 of 604 ~ 39.24%
B 182 of 604 ~ 30.13%

%30.63
%39.24
%30.13

CMYK color model

#B9EDB6 color CMYK value is (22,0,23,7).

  • cyan value is 21.94%
  • magenta value is 0.00%
  • yellow value is 23.21%
  • key color value is 7.06%
CMYK:
(22,0,23,7)
C22M0Y23K7 
(22%,0%,23%,7%)
(0.22/0.00/0.23/0.07)	

CMYK percentages

%21.94
%0
%23.21
%7.06

Codes

Color #B9EDB6 in popluar color models

B9EDB6
RGB185237182
HSL117°60.44%82.16%
HSB/HSV117°23.21%92.94%
CMYK21.94%0.00%23.21%
7.06%

Color #B9EDB6 in popluar number systems.

HEXB9EDB6
Decimal185237182
Binary101110011110110110110110
Octal271355266

Shades and tints

Shades of #B9EDB6

#B9EDB6
(185,237,182)
#A9D8A6
(169,216,166)
#99C396
(153,195,150)
#89AE86
(137,174,134)
#799976
(121,153,118)
#698466
(105,132,102)
#596F56
(89,111,86)
#495A46
(73,90,70)
#394536
(57,69,54)
#293026
(41,48,38)
#191B16
(25,27,22)
#000000
(0,0,0)

Tints of #B9EDB6

#B9EDB6
(185,237,182)
#BFEEBC
(191,238,188)
#C5EFC2
(197,239,194)
#CBF0C8
(203,240,200)
#D1F1CE
(209,241,206)
#D7F2D4
(215,242,212)
#DDF3DA
(221,243,218)
#E3F4E0
(227,244,224)
#E9F5E6
(233,245,230)
#EFF6EC
(239,246,236)
#F5F7F2
(245,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9EDB6; }

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

This text font color is #B9EDB6.


Background Color

.myBgColor { background-color: #B9EDB6; }

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

This div background color is #B9EDB6.


Border color

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

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

This div border color is #B9EDB6.


Opacity

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

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

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

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

This text has shadow with #B9EDB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9EDB6 on black background.


Color preview on white background

This text has color #B9EDB6 on white background.



Black color preview on #B9EDB6 background

This text has black color on #B9EDB6 background.


White color preview on #B9EDB6 background

This text has white color on #B9EDB6 background.