COLOR #B8E8AB

HEX: #B8E8AB RGB: (184,232,171)

Color info

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

RGB color model

#B8E8AB color RGB value is (184,232,171).

RGB: (184,232,171) (72%, 91%, 67%)

RGB channels and saturation

R 184 of 255 = 72%
G 232 of 255 = 91%
B 171 of 255 = 67%

184
232
171

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

Portions of RGB colors in percentages

R + G + B = 184 + 232 + 171 = 587 (100%)
R 184 of 587 ~ 31.35%
G 232 of 587 ~ 39.52%
B 171 of 587 ~ 29.13'%

%31.35
%39.52
%29.13

CMYK color model

#B8E8AB color CMYK value is (21,0,26,9).

  • cyan value is 20.69%
  • magenta value is 0.00%
  • yellow value is 26.29%
  • key color value is 9.02%
CMYK: (21,0,26,9) C21M0Y26K9 (21%,0%,26%,9%) (0.21/0.00/0.26/0.09) 

CMYK percentages

%20.69
%0
%26.29
%9.02

Codes

Color #B8E8AB in popluar color models

B8 E8 AB
RGB 184 232 171
HSL 107° 57.01% 79.02%
HSB/HSV 107° 26.29% 90.98%
CMYK 20.69% 0.00% 26.29%
9.02%

Color #B8E8AB in popluar number systems.

HEX B8 E8 AB
Decimal 184 232 171
Binary 10111000 11101000 10101011
Octal 270 350 253

Shades and tints

Shades of #B8E8AB

#B8E8AB
(184,232,171)
#A8D39C
(168,211,156)
#98BE8D
(152,190,141)
#88A97E
(136,169,126)
#78946F
(120,148,111)
#687F60
(104,127,96)
#586A51
(88,106,81)
#485542
(72,85,66)
#384033
(56,64,51)
#282B24
(40,43,36)
#181615
(24,22,21)
#000000
(0,0,0)

Tints of #B8E8AB

#B8E8AB
(184,232,171)
#BEEAB2
(190,234,178)
#C4ECB9
(196,236,185)
#CAEEC0
(202,238,192)
#D0F0C7
(208,240,199)
#D6F2CE
(214,242,206)
#DCF4D5
(220,244,213)
#E2F6DC
(226,246,220)
#E8F8E3
(232,248,227)
#EEFAEA
(238,250,234)
#F4FCF1
(244,252,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B8E8AB; }

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

This text font color is #B8E8AB.

Background Color

.myBgColor { background-color: #B8E8AB; }

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

This div background color is #B8E8AB.

Border color

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

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

This div border color is #B8E8AB.

Opacity

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

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

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

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

This text has shadow with #B8E8AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B8E8AB.

Preview

Color preview on black background

This text has color #B8E8AB on black background.


Color preview on white background

This text has color #B8E8AB on white background.


Black color preview on #B8E8AB background

This text has black color on #B8E8AB background.


White color preview on #B8E8AB background

This text has white color on #B8E8AB background.


Related colors

Complementary color

Complementary color for #hex is #471754.


I love getcolorcode.com

Triadic colors

1 #ABB8E8 and #E8ABB8 with #B8E8AB are triadic colors.

2 #ABE8B8 and #E8B8AB with #B8E8AB are triadic colors.