COLOR #B7E5AA

HEX: #B7E5AA RGB: (183,229,170)

Color info

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

RGB color model

#B7E5AA color RGB value is (183,229,170).

RGB: (183,229,170) (72%, 90%, 67%)

RGB channels and saturation

R 183 of 255 = 72%
G 229 of 255 = 90%
B 170 of 255 = 67%

183
229
170

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

Portions of RGB colors in percentages

R + G + B = 183 + 229 + 170 = 582 (100%)
R 183 of 582 ~ 31.44%
G 229 of 582 ~ 39.35%
B 170 of 582 ~ 29.21'%

%31.44
%39.35
%29.21

CMYK color model

#B7E5AA color CMYK value is (20,0,26,10).

  • cyan value is 20.09%
  • magenta value is 0.00%
  • yellow value is 25.76%
  • key color value is 10.20%

CMYK: (20,0,26,10)
C20M0Y26K10 (20%, 0%, 26%, 10%)
(0.20 / 0.00 / 0.26 / 0.10)

CMYK percentages

%20.09
%0
%25.76
%10.2

Codes

Color #B7E5AA in popluar color models

B7 E5 AA
RGB 183 229 170
HSL 107° 53.15% 78.24%
HSB/HSV 107° 25.76% 89.80%
CMYK 20.09% 0.00% 25.76%
10.20%

Color #B7E5AA in popluar number systems.

HEX B7 E5 AA
Decimal 183 229 170
Binary 10110111 11100101 10101010
Octal 267 345 252

Shades and tints

Shades of #B7E5AA

#B7E5AA
(183,229,170)
#A7D19B
(167,209,155)
#97BD8C
(151,189,140)
#87A97D
(135,169,125)
#77956E
(119,149,110)
#67815F
(103,129,95)
#576D50
(87,109,80)
#475941
(71,89,65)
#374532
(55,69,50)
#273123
(39,49,35)
#171D14
(23,29,20)
#000000
(0,0,0)

Tints of #B7E5AA

#B7E5AA
(183,229,170)
#BDE7B1
(189,231,177)
#C3E9B8
(195,233,184)
#C9EBBF
(201,235,191)
#CFEDC6
(207,237,198)
#D5EFCD
(213,239,205)
#DBF1D4
(219,241,212)
#E1F3DB
(225,243,219)
#E7F5E2
(231,245,226)
#EDF7E9
(237,247,233)
#F3F9F0
(243,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B7E5AA color. Also use rgb(183,229,170) instead hex code.

Text Font Color

.myTextColor { color: #B7E5AA; }

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

This text font color is #B7E5AA.

Background Color

.myBgColor { background-color: #B7E5AA; }

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

This div background color is #B7E5AA.

Border color

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

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

This div border color is #B7E5AA.

Opacity

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

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

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

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

This text has shadow with #B7E5AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B7E5AA.

Preview

Color preview on black background

This text has color #B7E5AA on black background.


Color preview on white background

This text has color #B7E5AA on white background.


Black color preview on #B7E5AA background

This text has black color on #B7E5AA background.


White color preview on #B7E5AA background

This text has white color on #B7E5AA background.


Related colors

Complementary color

Complementary color for #hex is #481A55.


I love getcolorcode.com

Triadic colors

1 #AAB7E5 and #E5AAB7 with #B7E5AA are triadic colors.

2 #AAE5B7 and #E5B7AA with #B7E5AA are triadic colors.