COLOR #B9EDAD

HEX: #B9EDAD
RGB: (185,237,173)

Color info

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

RGB color model

#B9EDAD color RGB value is (185,237,173).

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

RGB channels and saturation

R 185 of 255 = 73%
G 237 of 255 = 93%
B 173 of 255 = 68%

185
237
173

R + G + B ~ 78%. #B9EDAD is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 237 + 173 = 595 (100%)
R 185 of 595 ~ 31.09%
G 237 of 595 ~ 39.83%
B 173 of 595 ~ 29.08%

%31.09
%39.83
%29.08

CMYK color model

#B9EDAD color CMYK value is (22,0,27,7).

  • cyan value is 21.94%
  • magenta value is 0.00%
  • yellow value is 27.00%
  • key color value is 7.06%
CMYK:
(22,0,27,7)
C22M0Y27K7 
(22%,0%,27%,7%)
(0.22/0.00/0.27/0.07)	

CMYK percentages

%21.94
%0
%27
%7.06

Codes

Color #B9EDAD in popluar color models

B9EDAD
RGB185237173
HSL109°64.00%80.39%
HSB/HSV109°27.00%92.94%
CMYK21.94%0.00%27.00%
7.06%

Color #B9EDAD in popluar number systems.

HEXB9EDAD
Decimal185237173
Binary101110011110110110101101
Octal271355255

Shades and tints

Shades of #B9EDAD

#B9EDAD
(185,237,173)
#A9D89E
(169,216,158)
#99C38F
(153,195,143)
#89AE80
(137,174,128)
#799971
(121,153,113)
#698462
(105,132,98)
#596F53
(89,111,83)
#495A44
(73,90,68)
#394535
(57,69,53)
#293026
(41,48,38)
#191B17
(25,27,23)
#000000
(0,0,0)

Tints of #B9EDAD

#B9EDAD
(185,237,173)
#BFEEB4
(191,238,180)
#C5EFBB
(197,239,187)
#CBF0C2
(203,240,194)
#D1F1C9
(209,241,201)
#D7F2D0
(215,242,208)
#DDF3D7
(221,243,215)
#E3F4DE
(227,244,222)
#E9F5E5
(233,245,229)
#EFF6EC
(239,246,236)
#F5F7F3
(245,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9EDAD; }

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

This text font color is #B9EDAD.


Background Color

.myBgColor { background-color: #B9EDAD; }

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

This div background color is #B9EDAD.


Border color

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

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

This div border color is #B9EDAD.


Opacity

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

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

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

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

This text has shadow with #B9EDAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9EDAD on black background.


Color preview on white background

This text has color #B9EDAD on white background.



Black color preview on #B9EDAD background

This text has black color on #B9EDAD background.


White color preview on #B9EDAD background

This text has white color on #B9EDAD background.