COLOR #B5E5AC

HEX: #B5E5AC RGB: (181,229,172)

Color info

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

RGB color model

#B5E5AC color RGB value is (181,229,172).

RGB: (181,229,172) (71%, 90%, 67%)

RGB channels and saturation

R 181 of 255 = 71%
G 229 of 255 = 90%
B 172 of 255 = 67%

181
229
172

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

Portions of RGB colors in percentages

R + G + B = 181 + 229 + 172 = 582 (100%)
R 181 of 582 ~ 31.1%
G 229 of 582 ~ 39.35%
B 172 of 582 ~ 29.55'%

%31.1
%39.35
%29.55

CMYK color model

#B5E5AC color CMYK value is (21,0,25,10).

  • cyan value is 20.96%
  • magenta value is 0.00%
  • yellow value is 24.89%
  • key color value is 10.20%

CMYK: (21,0,25,10)
C21M0Y25K10 (21%, 0%, 25%, 10%)
(0.21 / 0.00 / 0.25 / 0.10)

CMYK percentages

%20.96
%0
%24.89
%10.2

Codes

Color #B5E5AC in popluar color models

B5 E5 AC
RGB 181 229 172
HSL 111° 52.29% 78.63%
HSB/HSV 111° 24.89% 89.80%
CMYK 20.96% 0.00% 24.89%
10.20%

Color #B5E5AC in popluar number systems.

HEX B5 E5 AC
Decimal 181 229 172
Binary 10110101 11100101 10101100
Octal 265 345 254

Shades and tints

Shades of #B5E5AC

#B5E5AC
(181,229,172)
#A5D19D
(165,209,157)
#95BD8E
(149,189,142)
#85A97F
(133,169,127)
#759570
(117,149,112)
#658161
(101,129,97)
#556D52
(85,109,82)
#455943
(69,89,67)
#354534
(53,69,52)
#253125
(37,49,37)
#151D16
(21,29,22)
#000000
(0,0,0)

Tints of #B5E5AC

#B5E5AC
(181,229,172)
#BBE7B3
(187,231,179)
#C1E9BA
(193,233,186)
#C7EBC1
(199,235,193)
#CDEDC8
(205,237,200)
#D3EFCF
(211,239,207)
#D9F1D6
(217,241,214)
#DFF3DD
(223,243,221)
#E5F5E4
(229,245,228)
#EBF7EB
(235,247,235)
#F1F9F2
(241,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5E5AC color. Also use rgb(181,229,172) instead hex code.

Text Font Color

.myTextColor { color: #B5E5AC; }

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

This text font color is #B5E5AC.

Background Color

.myBgColor { background-color: #B5E5AC; }

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

This div background color is #B5E5AC.

Border color

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

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

This div border color is #B5E5AC.

Opacity

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

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

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

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

This text has shadow with #B5E5AC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B5E5AC.

Preview

Color preview on black background

This text has color #B5E5AC on black background.


Color preview on white background

This text has color #B5E5AC on white background.


Black color preview on #B5E5AC background

This text has black color on #B5E5AC background.


White color preview on #B5E5AC background

This text has white color on #B5E5AC background.


Related colors

Complementary color

Complementary color for #hex is #4A1A53.


I love getcolorcode.com

Triadic colors

1 #ACB5E5 and #E5ACB5 with #B5E5AC are triadic colors.

2 #ACE5B5 and #E5B5AC with #B5E5AC are triadic colors.