COLOR #A4E7C6

HEX: #A4E7C6
RGB: (164,231,198)

Color info

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

RGB color model

#A4E7C6 color RGB value is (164,231,198).

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

RGB channels and saturation

R 164 of 255 = 64%
G 231 of 255 = 91%
B 198 of 255 = 78%

164
231
198

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

Portions of RGB colors in percentages

R + G + B =
164 + 231 + 198 = 593 (100%)
R 164 of 593 ~ 27.66%
G 231 of 593 ~ 38.95%
B 198 of 593 ~ 33.39%

%27.66
%38.95
%33.39

CMYK color model

#A4E7C6 color CMYK value is (29,0,14,9).

  • cyan value is 29.00%
  • magenta value is 0.00%
  • yellow value is 14.29%
  • key color value is 9.41%
CMYK:
(29,0,14,9)
C29M0Y14K9 
(29%,0%,14%,9%)
(0.29/0.00/0.14/0.09)	

CMYK percentages

%29
%0
%14.29
%9.41

Codes

Color #A4E7C6 in popluar color models

A4E7C6
RGB164231198
HSL150°58.26%77.45%
HSB/HSV150°29.00%90.59%
CMYK29.00%0.00%14.29%
9.41%

Color #A4E7C6 in popluar number systems.

HEXA4E7C6
Decimal164231198
Binary101001001110011111000110
Octal244347306

Shades and tints

Shades of #A4E7C6

#A4E7C6
(164,231,198)
#96D2B4
(150,210,180)
#88BDA2
(136,189,162)
#7AA890
(122,168,144)
#6C937E
(108,147,126)
#5E7E6C
(94,126,108)
#50695A
(80,105,90)
#425448
(66,84,72)
#343F36
(52,63,54)
#262A24
(38,42,36)
#181512
(24,21,18)
#000000
(0,0,0)

Tints of #A4E7C6

#A4E7C6
(164,231,198)
#ACE9CB
(172,233,203)
#B4EBD0
(180,235,208)
#BCEDD5
(188,237,213)
#C4EFDA
(196,239,218)
#CCF1DF
(204,241,223)
#D4F3E4
(212,243,228)
#DCF5E9
(220,245,233)
#E4F7EE
(228,247,238)
#ECF9F3
(236,249,243)
#F4FBF8
(244,251,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4E7C6; }

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

This text font color is #A4E7C6.


Background Color

.myBgColor { background-color: #A4E7C6; }

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

This div background color is #A4E7C6.


Border color

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

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

This div border color is #A4E7C6.


Opacity

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

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

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

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

This text has shadow with #A4E7C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4E7C6 on black background.


Color preview on white background

This text has color #A4E7C6 on white background.



Black color preview on #A4E7C6 background

This text has black color on #A4E7C6 background.


White color preview on #A4E7C6 background

This text has white color on #A4E7C6 background.