COLOR #A4EED5

HEX: #A4EED5 RGB: (164,238,213)

Color info

#A4EED5 contains mainly green and blue colors. Web safe color of #A4EED5 is #99FFCC (or #9FC).

RGB color model

#A4EED5 color RGB value is (164,238,213).

RGB: (164,238,213) (64%, 93%, 84%)

RGB channels and saturation

R 164 of 255 = 64%
G 238 of 255 = 93%
B 213 of 255 = 84%

164
238
213

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

Portions of RGB colors in percentages

R + G + B = 164 + 238 + 213 = 615 (100%)
R 164 of 615 ~ 26.67%
G 238 of 615 ~ 38.7%
B 213 of 615 ~ 34.63'%

%26.67
%38.7
%34.63

CMYK color model

#A4EED5 color CMYK value is (31,0,11,7).

  • cyan value is 31.09%
  • magenta value is 0.00%
  • yellow value is 10.50%
  • key color value is 6.67%
CMYK: (31,0,11,7) C31M0Y11K7 (31%,0%,11%,7%) (0.31/0.00/0.11/0.07) 

CMYK percentages

%31.09
%0
%10.5
%6.67

Codes

Color #A4EED5 in popluar color models

A4 EE D5
RGB 164 238 213
HSL 160° 68.52% 78.82%
HSB/HSV 160° 31.09% 93.33%
CMYK 31.09% 0.00% 10.50%
6.67%

Color #A4EED5 in popluar number systems.

HEX A4 EE D5
Decimal 164 238 213
Binary 10100100 11101110 11010101
Octal 244 356 325

Shades and tints

Shades of #A4EED5

#A4EED5
(164,238,213)
#96D9C2
(150,217,194)
#88C4AF
(136,196,175)
#7AAF9C
(122,175,156)
#6C9A89
(108,154,137)
#5E8576
(94,133,118)
#507063
(80,112,99)
#425B50
(66,91,80)
#34463D
(52,70,61)
#26312A
(38,49,42)
#181C17
(24,28,23)
#000000
(0,0,0)

Tints of #A4EED5

#A4EED5
(164,238,213)
#ACEFD8
(172,239,216)
#B4F0DB
(180,240,219)
#BCF1DE
(188,241,222)
#C4F2E1
(196,242,225)
#CCF3E4
(204,243,228)
#D4F4E7
(212,244,231)
#DCF5EA
(220,245,234)
#E4F6ED
(228,246,237)
#ECF7F0
(236,247,240)
#F4F8F3
(244,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4EED5 color. Also use rgb(164,238,213) instead hex code.

Text Font Color

.myTextColor { color: #A4EED5; }

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

This text font color is #A4EED5.

Background Color

.myBgColor { background-color: #A4EED5; }

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

This div background color is #A4EED5.

Border color

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

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

This div border color is #A4EED5.

Opacity

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

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

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

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

This text has shadow with #A4EED5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4EED5.

Preview

Color preview on black background

This text has color #A4EED5 on black background.


Color preview on white background

This text has color #A4EED5 on white background.


Black color preview on #A4EED5 background

This text has black color on #A4EED5 background.


White color preview on #A4EED5 background

This text has white color on #A4EED5 background.


Related colors

Complementary color

Complementary color for #hex is #5B112A.


I love getcolorcode.com

Triadic colors

1 #D5A4EE and #EED5A4 with #A4EED5 are triadic colors.

2 #D5EEA4 and #EEA4D5 with #A4EED5 are triadic colors.