COLOR #A4E1B0

HEX: #A4E1B0 RGB: (164,225,176)

Color info

#A4E1B0 contains mainly green and blue colors. Web safe color of #A4E1B0 is #99CC99 (or #9C9).

RGB color model

#A4E1B0 color RGB value is (164,225,176).

RGB: (164,225,176) (64%, 88%, 69%)

RGB channels and saturation

R 164 of 255 = 64%
G 225 of 255 = 88%
B 176 of 255 = 69%

164
225
176

R + G + B ~ 74%. #A4E1B0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 164 + 225 + 176 = 565 (100%)
R 164 of 565 ~ 29.03%
G 225 of 565 ~ 39.82%
B 176 of 565 ~ 31.15'%

%29.03
%39.82
%31.15

CMYK color model

#A4E1B0 color CMYK value is (27,0,22,12).

  • cyan value is 27.11%
  • magenta value is 0.00%
  • yellow value is 21.78%
  • key color value is 11.76%

CMYK: (27,0,22,12)
C27M0Y22K12 (27%, 0%, 22%, 12%)
(0.27 / 0.00 / 0.22 / 0.12)

CMYK percentages

%27.11
%0
%21.78
%11.76

Codes

Color #A4E1B0 in popluar color models

A4 E1 B0
RGB 164 225 176
HSL 132° 50.41% 76.27%
HSB/HSV 132° 27.11% 88.24%
CMYK 27.11% 0.00% 21.78%
11.76%

Color #A4E1B0 in popluar number systems.

HEX A4 E1 B0
Decimal 164 225 176
Binary 10100100 11100001 10110000
Octal 244 341 260

Shades and tints

Shades of #A4E1B0

#A4E1B0
(164,225,176)
#96CDA0
(150,205,160)
#88B990
(136,185,144)
#7AA580
(122,165,128)
#6C9170
(108,145,112)
#5E7D60
(94,125,96)
#506950
(80,105,80)
#425540
(66,85,64)
#344130
(52,65,48)
#262D20
(38,45,32)
#181910
(24,25,16)
#000000
(0,0,0)

Tints of #A4E1B0

#A4E1B0
(164,225,176)
#ACE3B7
(172,227,183)
#B4E5BE
(180,229,190)
#BCE7C5
(188,231,197)
#C4E9CC
(196,233,204)
#CCEBD3
(204,235,211)
#D4EDDA
(212,237,218)
#DCEFE1
(220,239,225)
#E4F1E8
(228,241,232)
#ECF3EF
(236,243,239)
#F4F5F6
(244,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4E1B0 color. Also use rgb(164,225,176) instead hex code.

Text Font Color

.myTextColor { color: #A4E1B0; }

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

This text font color is #A4E1B0.

Background Color

.myBgColor { background-color: #A4E1B0; }

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

This div background color is #A4E1B0.

Border color

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

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

This div border color is #A4E1B0.

Opacity

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

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

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

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

This text has shadow with #A4E1B0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4E1B0.

Preview

Color preview on black background

This text has color #A4E1B0 on black background.


Color preview on white background

This text has color #A4E1B0 on white background.


Black color preview on #A4E1B0 background

This text has black color on #A4E1B0 background.


White color preview on #A4E1B0 background

This text has white color on #A4E1B0 background.


Related colors

Complementary color

Complementary color for #hex is #5B1E4F.


I love getcolorcode.com

Triadic colors

1 #B0A4E1 and #E1B0A4 with #A4E1B0 are triadic colors.

2 #B0E1A4 and #E1A4B0 with #A4E1B0 are triadic colors.