COLOR #B5E1AA

HEX: #B5E1AA RGB: (181,225,170)

Color info

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

RGB color model

#B5E1AA color RGB value is (181,225,170).

RGB: (181,225,170) (71%, 88%, 67%)

RGB channels and saturation

R 181 of 255 = 71%
G 225 of 255 = 88%
B 170 of 255 = 67%

181
225
170

R + G + B ~ 75%. #B5E1AA is quite light color.

Portions of RGB colors in percentages

R + G + B = 181 + 225 + 170 = 576 (100%)
R 181 of 576 ~ 31.42%
G 225 of 576 ~ 39.06%
B 170 of 576 ~ 29.51'%

%31.42
%39.06
%29.51

CMYK color model

#B5E1AA color CMYK value is (20,0,24,12).

  • cyan value is 19.56%
  • magenta value is 0.00%
  • yellow value is 24.44%
  • key color value is 11.76%
CMYK: (20,0,24,12) C20M0Y24K12 (20%,0%,24%,12%) (0.20/0.00/0.24/0.12) 

CMYK percentages

%19.56
%0
%24.44
%11.76

Codes

Color #B5E1AA in popluar color models

B5 E1 AA
RGB 181 225 170
HSL 108° 47.83% 77.45%
HSB/HSV 108° 24.44% 88.24%
CMYK 19.56% 0.00% 24.44%
11.76%

Color #B5E1AA in popluar number systems.

HEX B5 E1 AA
Decimal 181 225 170
Binary 10110101 11100001 10101010
Octal 265 341 252

Shades and tints

Shades of #B5E1AA

#B5E1AA
(181,225,170)
#A5CD9B
(165,205,155)
#95B98C
(149,185,140)
#85A57D
(133,165,125)
#75916E
(117,145,110)
#657D5F
(101,125,95)
#556950
(85,105,80)
#455541
(69,85,65)
#354132
(53,65,50)
#252D23
(37,45,35)
#151914
(21,25,20)
#000000
(0,0,0)

Tints of #B5E1AA

#B5E1AA
(181,225,170)
#BBE3B1
(187,227,177)
#C1E5B8
(193,229,184)
#C7E7BF
(199,231,191)
#CDE9C6
(205,233,198)
#D3EBCD
(211,235,205)
#D9EDD4
(217,237,212)
#DFEFDB
(223,239,219)
#E5F1E2
(229,241,226)
#EBF3E9
(235,243,233)
#F1F5F0
(241,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5E1AA color. Also use rgb(181,225,170) instead hex code.

Text Font Color

.myTextColor { color: #B5E1AA; }

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

This text font color is #B5E1AA.

Background Color

.myBgColor { background-color: #B5E1AA; }

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

This div background color is #B5E1AA.

Border color

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

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

This div border color is #B5E1AA.

Opacity

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

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

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

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

This text has shadow with #B5E1AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B5E1AA.

Preview

Color preview on black background

This text has color #B5E1AA on black background.


Color preview on white background

This text has color #B5E1AA on white background.


Black color preview on #B5E1AA background

This text has black color on #B5E1AA background.


White color preview on #B5E1AA background

This text has white color on #B5E1AA background.


Related colors

Complementary color

Complementary color for #hex is #4A1E55.


I love getcolorcode.com

Triadic colors

1 #AAB5E1 and #E1AAB5 with #B5E1AA are triadic colors.

2 #AAE1B5 and #E1B5AA with #B5E1AA are triadic colors.