COLOR #A4EAC7

HEX: #A4EAC7
RGB: (164,234,199)

Color info

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

RGB color model

#A4EAC7 color RGB value is (164,234,199).

  • red value is 164;
  • green value is 234;
  • blue value is 199.
RGB:
(164,234,199)
(64%,92%,78%)

RGB channels and saturation

R 164 of 255 = 64%
G 234 of 255 = 92%
B 199 of 255 = 78%

164
234
199

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

Portions of RGB colors in percentages

R + G + B =
164 + 234 + 199 = 597 (100%)
R 164 of 597 ~ 27.47%
G 234 of 597 ~ 39.2%
B 199 of 597 ~ 33.33%

%27.47
%39.2
%33.33

CMYK color model

#A4EAC7 color CMYK value is (30,0,15,8).

  • cyan value is 29.91%
  • magenta value is 0.00%
  • yellow value is 14.96%
  • key color value is 8.24%
CMYK:
(30,0,15,8)
C30M0Y15K8 
(30%,0%,15%,8%)
(0.30/0.00/0.15/0.08)	

CMYK percentages

%29.91
%0
%14.96
%8.24

Codes

Color #A4EAC7 in popluar color models

A4EAC7
RGB164234199
HSL150°62.50%78.04%
HSB/HSV150°29.91%91.76%
CMYK29.91%0.00%14.96%
8.24%

Color #A4EAC7 in popluar number systems.

HEXA4EAC7
Decimal164234199
Binary101001001110101011000111
Octal244352307

Shades and tints

Shades of #A4EAC7

#A4EAC7
(164,234,199)
#96D5B5
(150,213,181)
#88C0A3
(136,192,163)
#7AAB91
(122,171,145)
#6C967F
(108,150,127)
#5E816D
(94,129,109)
#506C5B
(80,108,91)
#425749
(66,87,73)
#344237
(52,66,55)
#262D25
(38,45,37)
#181813
(24,24,19)
#000000
(0,0,0)

Tints of #A4EAC7

#A4EAC7
(164,234,199)
#ACEBCC
(172,235,204)
#B4ECD1
(180,236,209)
#BCEDD6
(188,237,214)
#C4EEDB
(196,238,219)
#CCEFE0
(204,239,224)
#D4F0E5
(212,240,229)
#DCF1EA
(220,241,234)
#E4F2EF
(228,242,239)
#ECF3F4
(236,243,244)
#F4F4F9
(244,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4EAC7 color. Also use rgb(164,234,199) instead hex code.

Text Font Color

.myTextColor { color: #A4EAC7; }

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

This text font color is #A4EAC7.


Background Color

.myBgColor { background-color: #A4EAC7; }

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

This div background color is #A4EAC7.


Border color

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

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

This div border color is #A4EAC7.


Opacity

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

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

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

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

This text has shadow with #A4EAC7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4EAC7 on black background.


Color preview on white background

This text has color #A4EAC7 on white background.



Black color preview on #A4EAC7 background

This text has black color on #A4EAC7 background.


White color preview on #A4EAC7 background

This text has white color on #A4EAC7 background.