COLOR #B9E7AB

HEX: #B9E7AB RGB: (185,231,171)

Color info

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

RGB color model

#B9E7AB color RGB value is (185,231,171).

RGB: (185,231,171) (73%, 91%, 67%)

RGB channels and saturation

R 185 of 255 = 73%
G 231 of 255 = 91%
B 171 of 255 = 67%

185
231
171

R + G + B ~ 77%. #B9E7AB is quite light color.

Portions of RGB colors in percentages

R + G + B = 185 + 231 + 171 = 587 (100%)
R 185 of 587 ~ 31.52%
G 231 of 587 ~ 39.35%
B 171 of 587 ~ 29.13'%

%31.52
%39.35
%29.13

CMYK color model

#B9E7AB color CMYK value is (20,0,26,9).

  • cyan value is 19.91%
  • magenta value is 0.00%
  • yellow value is 25.97%
  • key color value is 9.41%
CMYK: (20,0,26,9) C20M0Y26K9 (20%,0%,26%,9%) (0.20/0.00/0.26/0.09) 

CMYK percentages

%19.91
%0
%25.97
%9.41

Codes

Color #B9E7AB in popluar color models

B9 E7 AB
RGB 185 231 171
HSL 106° 55.56% 78.82%
HSB/HSV 106° 25.97% 90.59%
CMYK 19.91% 0.00% 25.97%
9.41%

Color #B9E7AB in popluar number systems.

HEX B9 E7 AB
Decimal 185 231 171
Binary 10111001 11100111 10101011
Octal 271 347 253

Shades and tints

Shades of #B9E7AB

#B9E7AB
(185,231,171)
#A9D29C
(169,210,156)
#99BD8D
(153,189,141)
#89A87E
(137,168,126)
#79936F
(121,147,111)
#697E60
(105,126,96)
#596951
(89,105,81)
#495442
(73,84,66)
#393F33
(57,63,51)
#292A24
(41,42,36)
#191515
(25,21,21)
#000000
(0,0,0)

Tints of #B9E7AB

#B9E7AB
(185,231,171)
#BFE9B2
(191,233,178)
#C5EBB9
(197,235,185)
#CBEDC0
(203,237,192)
#D1EFC7
(209,239,199)
#D7F1CE
(215,241,206)
#DDF3D5
(221,243,213)
#E3F5DC
(227,245,220)
#E9F7E3
(233,247,227)
#EFF9EA
(239,249,234)
#F5FBF1
(245,251,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9E7AB color. Also use rgb(185,231,171) instead hex code.

Text Font Color

.myTextColor { color: #B9E7AB; }

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

This text font color is #B9E7AB.

Background Color

.myBgColor { background-color: #B9E7AB; }

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

This div background color is #B9E7AB.

Border color

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

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

This div border color is #B9E7AB.

Opacity

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

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

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

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

This text has shadow with #B9E7AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9E7AB.

Preview

Color preview on black background

This text has color #B9E7AB on black background.


Color preview on white background

This text has color #B9E7AB on white background.


Black color preview on #B9E7AB background

This text has black color on #B9E7AB background.


White color preview on #B9E7AB background

This text has white color on #B9E7AB background.


Related colors

Complementary color

Complementary color for #hex is #461854.


I love getcolorcode.com

Triadic colors

1 #ABB9E7 and #E7ABB9 with #B9E7AB are triadic colors.

2 #ABE7B9 and #E7B9AB with #B9E7AB are triadic colors.