COLOR #A4DFAE

HEX: #A4DFAE
RGB: (164,223,174)

Color info

#A4DFAE contains red, green and blue colors in about the same proportion. Web safe color of #A4DFAE is #99CC99 (or #9C9).

RGB color model

#A4DFAE color RGB value is (164,223,174).

  • red value is 164;
  • green value is 223;
  • blue value is 174.
RGB:
(164,223,174)
(64%,87%,68%)

RGB channels and saturation

R 164 of 255 = 64%
G 223 of 255 = 87%
B 174 of 255 = 68%

164
223
174

R + G + B ~ 73%. #A4DFAE is quite light color.

Portions of RGB colors in percentages

R + G + B =
164 + 223 + 174 = 561 (100%)
R 164 of 561 ~ 29.23%
G 223 of 561 ~ 39.75%
B 174 of 561 ~ 31.02%

%29.23
%39.75
%31.02

CMYK color model

#A4DFAE color CMYK value is (26,0,22,13).

  • cyan value is 26.46%
  • magenta value is 0.00%
  • yellow value is 21.97%
  • key color value is 12.55%
CMYK:
(26,0,22,13)
C26M0Y22K13 
(26%,0%,22%,13%)
(0.26/0.00/0.22/0.13)	

CMYK percentages

%26.46
%0
%21.97
%12.55

Codes

Color #A4DFAE in popluar color models

A4DFAE
RGB164223174
HSL130°47.97%75.88%
HSB/HSV130°26.46%87.45%
CMYK26.46%0.00%21.97%
12.55%

Color #A4DFAE in popluar number systems.

HEXA4DFAE
Decimal164223174
Binary101001001101111110101110
Octal244337256

Shades and tints

Shades of #A4DFAE

#A4DFAE
(164,223,174)
#96CB9F
(150,203,159)
#88B790
(136,183,144)
#7AA381
(122,163,129)
#6C8F72
(108,143,114)
#5E7B63
(94,123,99)
#506754
(80,103,84)
#425345
(66,83,69)
#343F36
(52,63,54)
#262B27
(38,43,39)
#181718
(24,23,24)
#000000
(0,0,0)

Tints of #A4DFAE

#A4DFAE
(164,223,174)
#ACE1B5
(172,225,181)
#B4E3BC
(180,227,188)
#BCE5C3
(188,229,195)
#C4E7CA
(196,231,202)
#CCE9D1
(204,233,209)
#D4EBD8
(212,235,216)
#DCEDDF
(220,237,223)
#E4EFE6
(228,239,230)
#ECF1ED
(236,241,237)
#F4F3F4
(244,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4DFAE color. Also use rgb(164,223,174) instead hex code.

Text Font Color

.myTextColor { color: #A4DFAE; }

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

This text font color is #A4DFAE.


Background Color

.myBgColor { background-color: #A4DFAE; }

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

This div background color is #A4DFAE.


Border color

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

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

This div border color is #A4DFAE.


Opacity

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

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

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

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

This text has shadow with #A4DFAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4DFAE on black background.


Color preview on white background

This text has color #A4DFAE on white background.



Black color preview on #A4DFAE background

This text has black color on #A4DFAE background.


White color preview on #A4DFAE background

This text has white color on #A4DFAE background.