COLOR #A4E0C2

HEX: #A4E0C2
RGB: (164,224,194)

Color info

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

RGB color model

#A4E0C2 color RGB value is (164,224,194).

  • red value is 164;
  • green value is 224;
  • blue value is 194.
RGB:
(164,224,194)
(64%,88%,76%)

RGB channels and saturation

R 164 of 255 = 64%
G 224 of 255 = 88%
B 194 of 255 = 76%

164
224
194

R + G + B ~ 76%. #A4E0C2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
164 + 224 + 194 = 582 (100%)
R 164 of 582 ~ 28.18%
G 224 of 582 ~ 38.49%
B 194 of 582 ~ 33.33%

%28.18
%38.49
%33.33

CMYK color model

#A4E0C2 color CMYK value is (27,0,13,12).

  • cyan value is 26.79%
  • magenta value is 0.00%
  • yellow value is 13.39%
  • key color value is 12.16%
CMYK:
(27,0,13,12)
C27M0Y13K12 
(27%,0%,13%,12%)
(0.27/0.00/0.13/0.12)	

CMYK percentages

%26.79
%0
%13.39
%12.16

Codes

Color #A4E0C2 in popluar color models

A4E0C2
RGB164224194
HSL150°49.18%76.08%
HSB/HSV150°26.79%87.84%
CMYK26.79%0.00%13.39%
12.16%

Color #A4E0C2 in popluar number systems.

HEXA4E0C2
Decimal164224194
Binary101001001110000011000010
Octal244340302

Shades and tints

Shades of #A4E0C2

#A4E0C2
(164,224,194)
#96CCB1
(150,204,177)
#88B8A0
(136,184,160)
#7AA48F
(122,164,143)
#6C907E
(108,144,126)
#5E7C6D
(94,124,109)
#50685C
(80,104,92)
#42544B
(66,84,75)
#34403A
(52,64,58)
#262C29
(38,44,41)
#181818
(24,24,24)
#000000
(0,0,0)

Tints of #A4E0C2

#A4E0C2
(164,224,194)
#ACE2C7
(172,226,199)
#B4E4CC
(180,228,204)
#BCE6D1
(188,230,209)
#C4E8D6
(196,232,214)
#CCEADB
(204,234,219)
#D4ECE0
(212,236,224)
#DCEEE5
(220,238,229)
#E4F0EA
(228,240,234)
#ECF2EF
(236,242,239)
#F4F4F4
(244,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4E0C2 color. Also use rgb(164,224,194) instead hex code.

Text Font Color

.myTextColor { color: #A4E0C2; }

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

This text font color is #A4E0C2.


Background Color

.myBgColor { background-color: #A4E0C2; }

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

This div background color is #A4E0C2.


Border color

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

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

This div border color is #A4E0C2.


Opacity

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

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

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

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

This text has shadow with #A4E0C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4E0C2 on black background.


Color preview on white background

This text has color #A4E0C2 on white background.



Black color preview on #A4E0C2 background

This text has black color on #A4E0C2 background.


White color preview on #A4E0C2 background

This text has white color on #A4E0C2 background.