COLOR #A4E7C9

HEX: #A4E7C9
RGB: (164,231,201)

Color info

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

RGB color model

#A4E7C9 color RGB value is (164,231,201).

  • red value is 164;
  • green value is 231;
  • blue value is 201.
RGB:
(164,231,201)
(64%,91%,79%)

RGB channels and saturation

R 164 of 255 = 64%
G 231 of 255 = 91%
B 201 of 255 = 79%

164
231
201

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

Portions of RGB colors in percentages

R + G + B =
164 + 231 + 201 = 596 (100%)
R 164 of 596 ~ 27.52%
G 231 of 596 ~ 38.76%
B 201 of 596 ~ 33.72%

%27.52
%38.76
%33.72

CMYK color model

#A4E7C9 color CMYK value is (29,0,13,9).

  • cyan value is 29.00%
  • magenta value is 0.00%
  • yellow value is 12.99%
  • key color value is 9.41%
CMYK:
(29,0,13,9)
C29M0Y13K9 
(29%,0%,13%,9%)
(0.29/0.00/0.13/0.09)	

CMYK percentages

%29
%0
%12.99
%9.41

Codes

Color #A4E7C9 in popluar color models

A4E7C9
RGB164231201
HSL153°58.26%77.45%
HSB/HSV153°29.00%90.59%
CMYK29.00%0.00%12.99%
9.41%

Color #A4E7C9 in popluar number systems.

HEXA4E7C9
Decimal164231201
Binary101001001110011111001001
Octal244347311

Shades and tints

Shades of #A4E7C9

#A4E7C9
(164,231,201)
#96D2B7
(150,210,183)
#88BDA5
(136,189,165)
#7AA893
(122,168,147)
#6C9381
(108,147,129)
#5E7E6F
(94,126,111)
#50695D
(80,105,93)
#42544B
(66,84,75)
#343F39
(52,63,57)
#262A27
(38,42,39)
#181515
(24,21,21)
#000000
(0,0,0)

Tints of #A4E7C9

#A4E7C9
(164,231,201)
#ACE9CD
(172,233,205)
#B4EBD1
(180,235,209)
#BCEDD5
(188,237,213)
#C4EFD9
(196,239,217)
#CCF1DD
(204,241,221)
#D4F3E1
(212,243,225)
#DCF5E5
(220,245,229)
#E4F7E9
(228,247,233)
#ECF9ED
(236,249,237)
#F4FBF1
(244,251,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4E7C9 color. Also use rgb(164,231,201) instead hex code.

Text Font Color

.myTextColor { color: #A4E7C9; }

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

This text font color is #A4E7C9.


Background Color

.myBgColor { background-color: #A4E7C9; }

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

This div background color is #A4E7C9.


Border color

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

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

This div border color is #A4E7C9.


Opacity

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

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

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

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

This text has shadow with #A4E7C9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4E7C9 on black background.


Color preview on white background

This text has color #A4E7C9 on white background.



Black color preview on #A4E7C9 background

This text has black color on #A4E7C9 background.


White color preview on #A4E7C9 background

This text has white color on #A4E7C9 background.