COLOR #A4E5E1

HEX: #A4E5E1 RGB: (164,229,225)

Color info

#A4E5E1 contains mainly green and blue colors. Web safe color of #A4E5E1 is #99CCCC (or #9CC).

RGB color model

#A4E5E1 color RGB value is (164,229,225).

RGB: (164,229,225) (64%, 90%, 88%)

RGB channels and saturation

R 164 of 255 = 64%
G 229 of 255 = 90%
B 225 of 255 = 88%

164
229
225

R + G + B ~ 81%. #A4E5E1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 164 + 229 + 225 = 618 (100%)
R 164 of 618 ~ 26.54%
G 229 of 618 ~ 37.06%
B 225 of 618 ~ 36.41'%

%26.54
%37.06
%36.41

CMYK color model

#A4E5E1 color CMYK value is (28,0,2,10).

  • cyan value is 28.38%
  • magenta value is 0.00%
  • yellow value is 1.75%
  • key color value is 10.20%

CMYK: (28,0,2,10)
C28M0Y2K10 (28%, 0%, 2%, 10%)
(0.28 / 0.00 / 0.02 / 0.10)

CMYK percentages

%28.38
%0
%1.75
%10.2

Codes

Color #A4E5E1 in popluar color models

A4 E5 E1
RGB 164 229 225
HSL 176° 55.56% 77.06%
HSB/HSV 176° 28.38% 89.80%
CMYK 28.38% 0.00% 1.75%
10.20%

Color #A4E5E1 in popluar number systems.

HEX A4 E5 E1
Decimal 164 229 225
Binary 10100100 11100101 11100001
Octal 244 345 341

Shades and tints

Shades of #A4E5E1

#A4E5E1
(164,229,225)
#96D1CD
(150,209,205)
#88BDB9
(136,189,185)
#7AA9A5
(122,169,165)
#6C9591
(108,149,145)
#5E817D
(94,129,125)
#506D69
(80,109,105)
#425955
(66,89,85)
#344541
(52,69,65)
#26312D
(38,49,45)
#181D19
(24,29,25)
#000000
(0,0,0)

Tints of #A4E5E1

#A4E5E1
(164,229,225)
#ACE7E3
(172,231,227)
#B4E9E5
(180,233,229)
#BCEBE7
(188,235,231)
#C4EDE9
(196,237,233)
#CCEFEB
(204,239,235)
#D4F1ED
(212,241,237)
#DCF3EF
(220,243,239)
#E4F5F1
(228,245,241)
#ECF7F3
(236,247,243)
#F4F9F5
(244,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4E5E1; }

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

This text font color is #A4E5E1.

Background Color

.myBgColor { background-color: #A4E5E1; }

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

This div background color is #A4E5E1.

Border color

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

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

This div border color is #A4E5E1.

Opacity

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

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

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

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

This text has shadow with #A4E5E1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4E5E1.

Preview

Color preview on black background

This text has color #A4E5E1 on black background.


Color preview on white background

This text has color #A4E5E1 on white background.


Black color preview on #A4E5E1 background

This text has black color on #A4E5E1 background.


White color preview on #A4E5E1 background

This text has white color on #A4E5E1 background.


Related colors

Complementary color

Complementary color for #hex is #5B1A1E.


I love getcolorcode.com

Triadic colors

1 #E1A4E5 and #E5E1A4 with #A4E5E1 are triadic colors.

2 #E1E5A4 and #E5A4E1 with #A4E5E1 are triadic colors.