COLOR #A4E8CC

HEX: #A4E8CC
RGB: (164,232,204)

Color info

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

RGB color model

#A4E8CC color RGB value is (164,232,204).

  • red value is 164;
  • green value is 232;
  • blue value is 204.
RGB:
(164,232,204)
(64%,91%,80%)

RGB channels and saturation

R 164 of 255 = 64%
G 232 of 255 = 91%
B 204 of 255 = 80%

164
232
204

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

Portions of RGB colors in percentages

R + G + B =
164 + 232 + 204 = 600 (100%)
R 164 of 600 ~ 27.33%
G 232 of 600 ~ 38.67%
B 204 of 600 ~ 34%

%27.33
%38.67
%34

CMYK color model

#A4E8CC color CMYK value is (29,0,12,9).

  • cyan value is 29.31%
  • magenta value is 0.00%
  • yellow value is 12.07%
  • key color value is 9.02%
CMYK:
(29,0,12,9)
C29M0Y12K9 
(29%,0%,12%,9%)
(0.29/0.00/0.12/0.09)	

CMYK percentages

%29.31
%0
%12.07
%9.02

Codes

Color #A4E8CC in popluar color models

A4E8CC
RGB164232204
HSL155°59.65%77.65%
HSB/HSV155°29.31%90.98%
CMYK29.31%0.00%12.07%
9.02%

Color #A4E8CC in popluar number systems.

HEXA4E8CC
Decimal164232204
Binary101001001110100011001100
Octal244350314

Shades and tints

Shades of #A4E8CC

#A4E8CC
(164,232,204)
#96D3BA
(150,211,186)
#88BEA8
(136,190,168)
#7AA996
(122,169,150)
#6C9484
(108,148,132)
#5E7F72
(94,127,114)
#506A60
(80,106,96)
#42554E
(66,85,78)
#34403C
(52,64,60)
#262B2A
(38,43,42)
#181618
(24,22,24)
#000000
(0,0,0)

Tints of #A4E8CC

#A4E8CC
(164,232,204)
#ACEAD0
(172,234,208)
#B4ECD4
(180,236,212)
#BCEED8
(188,238,216)
#C4F0DC
(196,240,220)
#CCF2E0
(204,242,224)
#D4F4E4
(212,244,228)
#DCF6E8
(220,246,232)
#E4F8EC
(228,248,236)
#ECFAF0
(236,250,240)
#F4FCF4
(244,252,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4E8CC color. Also use rgb(164,232,204) instead hex code.

Text Font Color

.myTextColor { color: #A4E8CC; }

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

This text font color is #A4E8CC.


Background Color

.myBgColor { background-color: #A4E8CC; }

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

This div background color is #A4E8CC.


Border color

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

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

This div border color is #A4E8CC.


Opacity

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

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

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

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

This text has shadow with #A4E8CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4E8CC on black background.


Color preview on white background

This text has color #A4E8CC on white background.



Black color preview on #A4E8CC background

This text has black color on #A4E8CC background.


White color preview on #A4E8CC background

This text has white color on #A4E8CC background.