COLOR #B8E2AC

HEX: #B8E2AC RGB: (184,226,172)

Color info

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

RGB color model

#B8E2AC color RGB value is (184,226,172).

RGB: (184,226,172) (72%, 89%, 67%)

RGB channels and saturation

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

184
226
172

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

Portions of RGB colors in percentages

R + G + B = 184 + 226 + 172 = 582 (100%)
R 184 of 582 ~ 31.62%
G 226 of 582 ~ 38.83%
B 172 of 582 ~ 29.55'%

%31.62
%38.83
%29.55

CMYK color model

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

  • cyan value is 18.58%
  • magenta value is 0.00%
  • yellow value is 23.89%
  • 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
%23.89
%11.37

Codes

Color #B8E2AC in popluar color models

B8 E2 AC
RGB 184 226 172
HSL 107° 48.21% 78.04%
HSB/HSV 107° 23.89% 88.63%
CMYK 18.58% 0.00% 23.89%
11.37%

Color #B8E2AC in popluar number systems.

HEX B8 E2 AC
Decimal 184 226 172
Binary 10111000 11100010 10101100
Octal 270 342 254

Shades and tints

Shades of #B8E2AC

#B8E2AC
(184,226,172)
#A8CE9D
(168,206,157)
#98BA8E
(152,186,142)
#88A67F
(136,166,127)
#789270
(120,146,112)
#687E61
(104,126,97)
#586A52
(88,106,82)
#485643
(72,86,67)
#384234
(56,66,52)
#282E25
(40,46,37)
#181A16
(24,26,22)
#000000
(0,0,0)

Tints of #B8E2AC

#B8E2AC
(184,226,172)
#BEE4B3
(190,228,179)
#C4E6BA
(196,230,186)
#CAE8C1
(202,232,193)
#D0EAC8
(208,234,200)
#D6ECCF
(214,236,207)
#DCEED6
(220,238,214)
#E2F0DD
(226,240,221)
#E8F2E4
(232,242,228)
#EEF4EB
(238,244,235)
#F4F6F2
(244,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B8E2AC; }

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

This text font color is #B8E2AC.

Background Color

.myBgColor { background-color: #B8E2AC; }

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

This div background color is #B8E2AC.

Border color

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

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

This div border color is #B8E2AC.

Opacity

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

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

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

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

This text has shadow with #B8E2AC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B8E2AC.

Preview

Color preview on black background

This text has color #B8E2AC on black background.


Color preview on white background

This text has color #B8E2AC on white background.


Black color preview on #B8E2AC background

This text has black color on #B8E2AC background.


White color preview on #B8E2AC background

This text has white color on #B8E2AC background.


Related colors

Complementary color

Complementary color for #hex is #471D53.


I love getcolorcode.com

Triadic colors

1 #ACB8E2 and #E2ACB8 with #B8E2AC are triadic colors.

2 #ACE2B8 and #E2B8AC with #B8E2AC are triadic colors.