COLOR #B9EDBE

HEX: #B9EDBE
RGB: (185,237,190)

Color info

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

RGB color model

#B9EDBE color RGB value is (185,237,190).

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

RGB channels and saturation

R 185 of 255 = 73%
G 237 of 255 = 93%
B 190 of 255 = 75%

185
237
190

R + G + B ~ 80%. #B9EDBE is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 237 + 190 = 612 (100%)
R 185 of 612 ~ 30.23%
G 237 of 612 ~ 38.73%
B 190 of 612 ~ 31.05%

%30.23
%38.73
%31.05

CMYK color model

#B9EDBE color CMYK value is (22,0,20,7).

  • cyan value is 21.94%
  • magenta value is 0.00%
  • yellow value is 19.83%
  • key color value is 7.06%
CMYK:
(22,0,20,7)
C22M0Y20K7 
(22%,0%,20%,7%)
(0.22/0.00/0.20/0.07)	

CMYK percentages

%21.94
%0
%19.83
%7.06

Codes

Color #B9EDBE in popluar color models

B9EDBE
RGB185237190
HSL126°59.09%82.75%
HSB/HSV126°21.94%92.94%
CMYK21.94%0.00%19.83%
7.06%

Color #B9EDBE in popluar number systems.

HEXB9EDBE
Decimal185237190
Binary101110011110110110111110
Octal271355276

Shades and tints

Shades of #B9EDBE

#B9EDBE
(185,237,190)
#A9D8AD
(169,216,173)
#99C39C
(153,195,156)
#89AE8B
(137,174,139)
#79997A
(121,153,122)
#698469
(105,132,105)
#596F58
(89,111,88)
#495A47
(73,90,71)
#394536
(57,69,54)
#293025
(41,48,37)
#191B14
(25,27,20)
#000000
(0,0,0)

Tints of #B9EDBE

#B9EDBE
(185,237,190)
#BFEEC3
(191,238,195)
#C5EFC8
(197,239,200)
#CBF0CD
(203,240,205)
#D1F1D2
(209,241,210)
#D7F2D7
(215,242,215)
#DDF3DC
(221,243,220)
#E3F4E1
(227,244,225)
#E9F5E6
(233,245,230)
#EFF6EB
(239,246,235)
#F5F7F0
(245,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9EDBE; }

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

This text font color is #B9EDBE.


Background Color

.myBgColor { background-color: #B9EDBE; }

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

This div background color is #B9EDBE.


Border color

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

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

This div border color is #B9EDBE.


Opacity

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

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

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

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

This text has shadow with #B9EDBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9EDBE on black background.


Color preview on white background

This text has color #B9EDBE on white background.



Black color preview on #B9EDBE background

This text has black color on #B9EDBE background.


White color preview on #B9EDBE background

This text has white color on #B9EDBE background.