COLOR #B8E2AB

HEX: #B8E2AB
RGB: (184,226,171)

Color info

#B8E2AB contains red, green and blue colors in about the same proportion. Web safe color of #B8E2AB is #CCCC99 (or #CC9).

RGB color model

#B8E2AB color RGB value is (184,226,171).

  • red value is 184;
  • green value is 226;
  • blue value is 171.
RGB:
(184,226,171)
(72%,89%,67%)

RGB channels and saturation

R 184 of 255 = 72%
G 226 of 255 = 89%
B 171 of 255 = 67%

184
226
171

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

Portions of RGB colors in percentages

R + G + B =
184 + 226 + 171 = 581 (100%)
R 184 of 581 ~ 31.67%
G 226 of 581 ~ 38.9%
B 171 of 581 ~ 29.43%

%31.67
%38.9
%29.43

CMYK color model

#B8E2AB color CMYK value is (19,0,24,11).

  • cyan value is 18.58%
  • magenta value is 0.00%
  • yellow value is 24.34%
  • key color value is 11.37%
CMYK:
(19,0,24,11)
C19M0Y24K11 
(19%,0%,24%,11%)
(0.19/0.00/0.24/0.11)	

CMYK percentages

%18.58
%0
%24.34
%11.37

Codes

Color #B8E2AB in popluar color models

B8E2AB
RGB184226171
HSL106°48.67%77.84%
HSB/HSV106°24.34%88.63%
CMYK18.58%0.00%24.34%
11.37%

Color #B8E2AB in popluar number systems.

HEXB8E2AB
Decimal184226171
Binary101110001110001010101011
Octal270342253

Shades and tints

Shades of #B8E2AB

#B8E2AB
(184,226,171)
#A8CE9C
(168,206,156)
#98BA8D
(152,186,141)
#88A67E
(136,166,126)
#78926F
(120,146,111)
#687E60
(104,126,96)
#586A51
(88,106,81)
#485642
(72,86,66)
#384233
(56,66,51)
#282E24
(40,46,36)
#181A15
(24,26,21)
#000000
(0,0,0)

Tints of #B8E2AB

#B8E2AB
(184,226,171)
#BEE4B2
(190,228,178)
#C4E6B9
(196,230,185)
#CAE8C0
(202,232,192)
#D0EAC7
(208,234,199)
#D6ECCE
(214,236,206)
#DCEED5
(220,238,213)
#E2F0DC
(226,240,220)
#E8F2E3
(232,242,227)
#EEF4EA
(238,244,234)
#F4F6F1
(244,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B8E2AB color. Also use rgb(184,226,171) instead hex code.

Text Font Color

.myTextColor { color: #B8E2AB; }

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

This text font color is #B8E2AB.


Background Color

.myBgColor { background-color: #B8E2AB; }

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

This div background color is #B8E2AB.


Border color

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

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

This div border color is #B8E2AB.


Opacity

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

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

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

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

This text has shadow with #B8E2AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8E2AB on black background.


Color preview on white background

This text has color #B8E2AB on white background.



Black color preview on #B8E2AB background

This text has black color on #B8E2AB background.


White color preview on #B8E2AB background

This text has white color on #B8E2AB background.