COLOR #A4ECD5

HEX: #A4ECD5
RGB: (164,236,213)

Color info

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

RGB color model

#A4ECD5 color RGB value is (164,236,213).

  • red value is 164;
  • green value is 236;
  • blue value is 213.
RGB:
(164,236,213)
(64%,93%,84%)

RGB channels and saturation

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

164
236
213

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

Portions of RGB colors in percentages

R + G + B =
164 + 236 + 213 = 613 (100%)
R 164 of 613 ~ 26.75%
G 236 of 613 ~ 38.5%
B 213 of 613 ~ 34.75%

%26.75
%38.5
%34.75

CMYK color model

#A4ECD5 color CMYK value is (31,0,10,7).

  • cyan value is 30.51%
  • magenta value is 0.00%
  • yellow value is 9.75%
  • key color value is 7.45%
CMYK:
(31,0,10,7)
C31M0Y10K7 
(31%,0%,10%,7%)
(0.31/0.00/0.10/0.07)	

CMYK percentages

%30.51
%0
%9.75
%7.45

Codes

Color #A4ECD5 in popluar color models

A4ECD5
RGB164236213
HSL161°65.45%78.43%
HSB/HSV161°30.51%92.55%
CMYK30.51%0.00%9.75%
7.45%

Color #A4ECD5 in popluar number systems.

HEXA4ECD5
Decimal164236213
Binary101001001110110011010101
Octal244354325

Shades and tints

Shades of #A4ECD5

#A4ECD5
(164,236,213)
#96D7C2
(150,215,194)
#88C2AF
(136,194,175)
#7AAD9C
(122,173,156)
#6C9889
(108,152,137)
#5E8376
(94,131,118)
#506E63
(80,110,99)
#425950
(66,89,80)
#34443D
(52,68,61)
#262F2A
(38,47,42)
#181A17
(24,26,23)
#000000
(0,0,0)

Tints of #A4ECD5

#A4ECD5
(164,236,213)
#ACEDD8
(172,237,216)
#B4EEDB
(180,238,219)
#BCEFDE
(188,239,222)
#C4F0E1
(196,240,225)
#CCF1E4
(204,241,228)
#D4F2E7
(212,242,231)
#DCF3EA
(220,243,234)
#E4F4ED
(228,244,237)
#ECF5F0
(236,245,240)
#F4F6F3
(244,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4ECD5; }

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

This text font color is #A4ECD5.


Background Color

.myBgColor { background-color: #A4ECD5; }

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

This div background color is #A4ECD5.


Border color

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

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

This div border color is #A4ECD5.


Opacity

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

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

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

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

This text has shadow with #A4ECD5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4ECD5 on black background.


Color preview on white background

This text has color #A4ECD5 on white background.



Black color preview on #A4ECD5 background

This text has black color on #A4ECD5 background.


White color preview on #A4ECD5 background

This text has white color on #A4ECD5 background.