COLOR #B9EBAE

HEX: #B9EBAE
RGB: (185,235,174)

Color info

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

RGB color model

#B9EBAE color RGB value is (185,235,174).

  • red value is 185;
  • green value is 235;
  • blue value is 174.
RGB:
(185,235,174)
(73%,92%,68%)

RGB channels and saturation

R 185 of 255 = 73%
G 235 of 255 = 92%
B 174 of 255 = 68%

185
235
174

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

Portions of RGB colors in percentages

R + G + B =
185 + 235 + 174 = 594 (100%)
R 185 of 594 ~ 31.14%
G 235 of 594 ~ 39.56%
B 174 of 594 ~ 29.29%

%31.14
%39.56
%29.29

CMYK color model

#B9EBAE color CMYK value is (21,0,26,8).

  • cyan value is 21.28%
  • magenta value is 0.00%
  • yellow value is 25.96%
  • key color value is 7.84%
CMYK:
(21,0,26,8)
C21M0Y26K8 
(21%,0%,26%,8%)
(0.21/0.00/0.26/0.08)	

CMYK percentages

%21.28
%0
%25.96
%7.84

Codes

Color #B9EBAE in popluar color models

B9EBAE
RGB185235174
HSL109°60.40%80.20%
HSB/HSV109°25.96%92.16%
CMYK21.28%0.00%25.96%
7.84%

Color #B9EBAE in popluar number systems.

HEXB9EBAE
Decimal185235174
Binary101110011110101110101110
Octal271353256

Shades and tints

Shades of #B9EBAE

#B9EBAE
(185,235,174)
#A9D69F
(169,214,159)
#99C190
(153,193,144)
#89AC81
(137,172,129)
#799772
(121,151,114)
#698263
(105,130,99)
#596D54
(89,109,84)
#495845
(73,88,69)
#394336
(57,67,54)
#292E27
(41,46,39)
#191918
(25,25,24)
#000000
(0,0,0)

Tints of #B9EBAE

#B9EBAE
(185,235,174)
#BFECB5
(191,236,181)
#C5EDBC
(197,237,188)
#CBEEC3
(203,238,195)
#D1EFCA
(209,239,202)
#D7F0D1
(215,240,209)
#DDF1D8
(221,241,216)
#E3F2DF
(227,242,223)
#E9F3E6
(233,243,230)
#EFF4ED
(239,244,237)
#F5F5F4
(245,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9EBAE color. Also use rgb(185,235,174) instead hex code.

Text Font Color

.myTextColor { color: #B9EBAE; }

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

This text font color is #B9EBAE.


Background Color

.myBgColor { background-color: #B9EBAE; }

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

This div background color is #B9EBAE.


Border color

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

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

This div border color is #B9EBAE.


Opacity

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

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

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

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

This text has shadow with #B9EBAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9EBAE on black background.


Color preview on white background

This text has color #B9EBAE on white background.



Black color preview on #B9EBAE background

This text has black color on #B9EBAE background.


White color preview on #B9EBAE background

This text has white color on #B9EBAE background.