COLOR #A4EDC4

HEX: #A4EDC4 RGB: (164,237,196)

Color info

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

RGB color model

#A4EDC4 color RGB value is (164,237,196).

RGB: (164,237,196) (64%, 93%, 77%)

RGB channels and saturation

R 164 of 255 = 64%
G 237 of 255 = 93%
B 196 of 255 = 77%

164
237
196

R + G + B ~ 78%. #A4EDC4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 164 + 237 + 196 = 597 (100%)
R 164 of 597 ~ 27.47%
G 237 of 597 ~ 39.7%
B 196 of 597 ~ 32.83'%

%27.47
%39.7
%32.83

CMYK color model

#A4EDC4 color CMYK value is (31,0,17,7).

  • cyan value is 30.80%
  • magenta value is 0.00%
  • yellow value is 17.30%
  • key color value is 7.06%

CMYK: (31,0,17,7)
C31M0Y17K7 (31%, 0%, 17%, 7%)
(0.31 / 0.00 / 0.17 / 0.07)

CMYK percentages

%30.8
%0
%17.3
%7.06

Codes

Color #A4EDC4 in popluar color models

A4 ED C4
RGB 164 237 196
HSL 146° 66.97% 78.63%
HSB/HSV 146° 30.80% 92.94%
CMYK 30.80% 0.00% 17.30%
7.06%

Color #A4EDC4 in popluar number systems.

HEX A4 ED C4
Decimal 164 237 196
Binary 10100100 11101101 11000100
Octal 244 355 304

Shades and tints

Shades of #A4EDC4

#A4EDC4
(164,237,196)
#96D8B3
(150,216,179)
#88C3A2
(136,195,162)
#7AAE91
(122,174,145)
#6C9980
(108,153,128)
#5E846F
(94,132,111)
#506F5E
(80,111,94)
#425A4D
(66,90,77)
#34453C
(52,69,60)
#26302B
(38,48,43)
#181B1A
(24,27,26)
#000000
(0,0,0)

Tints of #A4EDC4

#A4EDC4
(164,237,196)
#ACEEC9
(172,238,201)
#B4EFCE
(180,239,206)
#BCF0D3
(188,240,211)
#C4F1D8
(196,241,216)
#CCF2DD
(204,242,221)
#D4F3E2
(212,243,226)
#DCF4E7
(220,244,231)
#E4F5EC
(228,245,236)
#ECF6F1
(236,246,241)
#F4F7F6
(244,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4EDC4 color. Also use rgb(164,237,196) instead hex code.

Text Font Color

.myTextColor { color: #A4EDC4; }

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

This text font color is #A4EDC4.

Background Color

.myBgColor { background-color: #A4EDC4; }

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

This div background color is #A4EDC4.

Border color

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

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

This div border color is #A4EDC4.

Opacity

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

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

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

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

This text has shadow with #A4EDC4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4EDC4.

Preview

Color preview on black background

This text has color #A4EDC4 on black background.


Color preview on white background

This text has color #A4EDC4 on white background.


Black color preview on #A4EDC4 background

This text has black color on #A4EDC4 background.


White color preview on #A4EDC4 background

This text has white color on #A4EDC4 background.


Related colors

Complementary color

Complementary color for #hex is #5B123B.


I love getcolorcode.com

Triadic colors

1 #C4A4ED and #EDC4A4 with #A4EDC4 are triadic colors.

2 #C4EDA4 and #EDA4C4 with #A4EDC4 are triadic colors.