COLOR #A4E3E1

HEX: #A4E3E1 RGB: (164,227,225)

Color info

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

RGB color model

#A4E3E1 color RGB value is (164,227,225).

RGB: (164,227,225) (64%, 89%, 88%)

RGB channels and saturation

R 164 of 255 = 64%
G 227 of 255 = 89%
B 225 of 255 = 88%

164
227
225

R + G + B ~ 80%. #A4E3E1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 164 + 227 + 225 = 616 (100%)
R 164 of 616 ~ 26.62%
G 227 of 616 ~ 36.85%
B 225 of 616 ~ 36.53'%

%26.62
%36.85
%36.53

CMYK color model

#A4E3E1 color CMYK value is (28,0,1,11).

  • cyan value is 27.75%
  • magenta value is 0.00%
  • yellow value is 0.88%
  • key color value is 10.98%

CMYK: (28,0,1,11)
C28M0Y1K11 (28%, 0%, 1%, 11%)
(0.28 / 0.00 / 0.01 / 0.11)

CMYK percentages

%27.75
%0
%0.88
%10.98

Codes

Color #A4E3E1 in popluar color models

A4 E3 E1
RGB 164 227 225
HSL 178° 52.94% 76.67%
HSB/HSV 178° 27.75% 89.02%
CMYK 27.75% 0.00% 0.88%
10.98%

Color #A4E3E1 in popluar number systems.

HEX A4 E3 E1
Decimal 164 227 225
Binary 10100100 11100011 11100001
Octal 244 343 341

Shades and tints

Shades of #A4E3E1

#A4E3E1
(164,227,225)
#96CFCD
(150,207,205)
#88BBB9
(136,187,185)
#7AA7A5
(122,167,165)
#6C9391
(108,147,145)
#5E7F7D
(94,127,125)
#506B69
(80,107,105)
#425755
(66,87,85)
#344341
(52,67,65)
#262F2D
(38,47,45)
#181B19
(24,27,25)
#000000
(0,0,0)

Tints of #A4E3E1

#A4E3E1
(164,227,225)
#ACE5E3
(172,229,227)
#B4E7E5
(180,231,229)
#BCE9E7
(188,233,231)
#C4EBE9
(196,235,233)
#CCEDEB
(204,237,235)
#D4EFED
(212,239,237)
#DCF1EF
(220,241,239)
#E4F3F1
(228,243,241)
#ECF5F3
(236,245,243)
#F4F7F5
(244,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4E3E1; }

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

This text font color is #A4E3E1.

Background Color

.myBgColor { background-color: #A4E3E1; }

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

This div background color is #A4E3E1.

Border color

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

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

This div border color is #A4E3E1.

Opacity

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

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

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

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

This text has shadow with #A4E3E1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4E3E1.

Preview

Color preview on black background

This text has color #A4E3E1 on black background.


Color preview on white background

This text has color #A4E3E1 on white background.


Black color preview on #A4E3E1 background

This text has black color on #A4E3E1 background.


White color preview on #A4E3E1 background

This text has white color on #A4E3E1 background.


Related colors

Complementary color

Complementary color for #hex is #5B1C1E.


I love getcolorcode.com

Triadic colors

1 #E1A4E3 and #E3E1A4 with #A4E3E1 are triadic colors.

2 #E1E3A4 and #E3A4E1 with #A4E3E1 are triadic colors.