COLOR #B9EDA1

HEX: #B9EDA1
RGB: (185,237,161)

Color info

#B9EDA1 contains mainly red and green colors. Web safe color of #B9EDA1 is #CCFF99 (or #CF9).

RGB color model

#B9EDA1 color RGB value is (185,237,161).

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

RGB channels and saturation

R 185 of 255 = 73%
G 237 of 255 = 93%
B 161 of 255 = 63%

185
237
161

R + G + B ~ 76%. #B9EDA1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 237 + 161 = 583 (100%)
R 185 of 583 ~ 31.73%
G 237 of 583 ~ 40.65%
B 161 of 583 ~ 27.62%

%31.73
%40.65
%27.62

CMYK color model

#B9EDA1 color CMYK value is (22,0,32,7).

  • cyan value is 21.94%
  • magenta value is 0.00%
  • yellow value is 32.07%
  • key color value is 7.06%
CMYK:
(22,0,32,7)
C22M0Y32K7 
(22%,0%,32%,7%)
(0.22/0.00/0.32/0.07)	

CMYK percentages

%21.94
%0
%32.07
%7.06

Codes

Color #B9EDA1 in popluar color models

B9EDA1
RGB185237161
HSL101°67.86%78.04%
HSB/HSV101°32.07%92.94%
CMYK21.94%0.00%32.07%
7.06%

Color #B9EDA1 in popluar number systems.

HEXB9EDA1
Decimal185237161
Binary101110011110110110100001
Octal271355241

Shades and tints

Shades of #B9EDA1

#B9EDA1
(185,237,161)
#A9D893
(169,216,147)
#99C385
(153,195,133)
#89AE77
(137,174,119)
#799969
(121,153,105)
#69845B
(105,132,91)
#596F4D
(89,111,77)
#495A3F
(73,90,63)
#394531
(57,69,49)
#293023
(41,48,35)
#191B15
(25,27,21)
#000000
(0,0,0)

Tints of #B9EDA1

#B9EDA1
(185,237,161)
#BFEEA9
(191,238,169)
#C5EFB1
(197,239,177)
#CBF0B9
(203,240,185)
#D1F1C1
(209,241,193)
#D7F2C9
(215,242,201)
#DDF3D1
(221,243,209)
#E3F4D9
(227,244,217)
#E9F5E1
(233,245,225)
#EFF6E9
(239,246,233)
#F5F7F1
(245,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9EDA1; }

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

This text font color is #B9EDA1.


Background Color

.myBgColor { background-color: #B9EDA1; }

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

This div background color is #B9EDA1.


Border color

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

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

This div border color is #B9EDA1.


Opacity

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

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

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

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

This text has shadow with #B9EDA1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9EDA1 on black background.


Color preview on white background

This text has color #B9EDA1 on white background.



Black color preview on #B9EDA1 background

This text has black color on #B9EDA1 background.


White color preview on #B9EDA1 background

This text has white color on #B9EDA1 background.