COLOR #A4EAAD

HEX: #A4EAAD
RGB: (164,234,173)

Color info

#A4EAAD contains mainly green color. Web safe color of #A4EAAD is #99FF99 (or #9F9).

RGB color model

#A4EAAD color RGB value is (164,234,173).

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

RGB channels and saturation

R 164 of 255 = 64%
G 234 of 255 = 92%
B 173 of 255 = 68%

164
234
173

R + G + B ~ 75%. #A4EAAD is quite light color.

Portions of RGB colors in percentages

R + G + B =
164 + 234 + 173 = 571 (100%)
R 164 of 571 ~ 28.72%
G 234 of 571 ~ 40.98%
B 173 of 571 ~ 30.3%

%28.72
%40.98
%30.3

CMYK color model

#A4EAAD color CMYK value is (30,0,26,8).

  • cyan value is 29.91%
  • magenta value is 0.00%
  • yellow value is 26.07%
  • key color value is 8.24%
CMYK:
(30,0,26,8)
C30M0Y26K8 
(30%,0%,26%,8%)
(0.30/0.00/0.26/0.08)	

CMYK percentages

%29.91
%0
%26.07
%8.24

Codes

Color #A4EAAD in popluar color models

A4EAAD
RGB164234173
HSL128°62.50%78.04%
HSB/HSV128°29.91%91.76%
CMYK29.91%0.00%26.07%
8.24%

Color #A4EAAD in popluar number systems.

HEXA4EAAD
Decimal164234173
Binary101001001110101010101101
Octal244352255

Shades and tints

Shades of #A4EAAD

#A4EAAD
(164,234,173)
#96D59E
(150,213,158)
#88C08F
(136,192,143)
#7AAB80
(122,171,128)
#6C9671
(108,150,113)
#5E8162
(94,129,98)
#506C53
(80,108,83)
#425744
(66,87,68)
#344235
(52,66,53)
#262D26
(38,45,38)
#181817
(24,24,23)
#000000
(0,0,0)

Tints of #A4EAAD

#A4EAAD
(164,234,173)
#ACEBB4
(172,235,180)
#B4ECBB
(180,236,187)
#BCEDC2
(188,237,194)
#C4EEC9
(196,238,201)
#CCEFD0
(204,239,208)
#D4F0D7
(212,240,215)
#DCF1DE
(220,241,222)
#E4F2E5
(228,242,229)
#ECF3EC
(236,243,236)
#F4F4F3
(244,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4EAAD; }

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

This text font color is #A4EAAD.


Background Color

.myBgColor { background-color: #A4EAAD; }

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

This div background color is #A4EAAD.


Border color

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

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

This div border color is #A4EAAD.


Opacity

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

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

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

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

This text has shadow with #A4EAAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4EAAD on black background.


Color preview on white background

This text has color #A4EAAD on white background.



Black color preview on #A4EAAD background

This text has black color on #A4EAAD background.


White color preview on #A4EAAD background

This text has white color on #A4EAAD background.