COLOR #A4DFAB

HEX: #A4DFAB RGB: (164,223,171)

Color info

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

RGB color model

#A4DFAB color RGB value is (164,223,171).

RGB: (164,223,171) (64%, 87%, 67%)

RGB channels and saturation

R 164 of 255 = 64%
G 223 of 255 = 87%
B 171 of 255 = 67%

164
223
171

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

Portions of RGB colors in percentages

R + G + B = 164 + 223 + 171 = 558 (100%)
R 164 of 558 ~ 29.39%
G 223 of 558 ~ 39.96%
B 171 of 558 ~ 30.65'%

%29.39
%39.96
%30.65

CMYK color model

#A4DFAB color CMYK value is (26,0,23,13).

  • cyan value is 26.46%
  • magenta value is 0.00%
  • yellow value is 23.32%
  • key color value is 12.55%

CMYK: (26,0,23,13)
C26M0Y23K13 (26%, 0%, 23%, 13%)
(0.26 / 0.00 / 0.23 / 0.13)

CMYK percentages

%26.46
%0
%23.32
%12.55

Codes

Color #A4DFAB in popluar color models

A4 DF AB
RGB 164 223 171
HSL 127° 47.97% 75.88%
HSB/HSV 127° 26.46% 87.45%
CMYK 26.46% 0.00% 23.32%
12.55%

Color #A4DFAB in popluar number systems.

HEX A4 DF AB
Decimal 164 223 171
Binary 10100100 11011111 10101011
Octal 244 337 253

Shades and tints

Shades of #A4DFAB

#A4DFAB
(164,223,171)
#96CB9C
(150,203,156)
#88B78D
(136,183,141)
#7AA37E
(122,163,126)
#6C8F6F
(108,143,111)
#5E7B60
(94,123,96)
#506751
(80,103,81)
#425342
(66,83,66)
#343F33
(52,63,51)
#262B24
(38,43,36)
#181715
(24,23,21)
#000000
(0,0,0)

Tints of #A4DFAB

#A4DFAB
(164,223,171)
#ACE1B2
(172,225,178)
#B4E3B9
(180,227,185)
#BCE5C0
(188,229,192)
#C4E7C7
(196,231,199)
#CCE9CE
(204,233,206)
#D4EBD5
(212,235,213)
#DCEDDC
(220,237,220)
#E4EFE3
(228,239,227)
#ECF1EA
(236,241,234)
#F4F3F1
(244,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4DFAB; }

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

This text font color is #A4DFAB.

Background Color

.myBgColor { background-color: #A4DFAB; }

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

This div background color is #A4DFAB.

Border color

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

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

This div border color is #A4DFAB.

Opacity

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

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

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

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

This text has shadow with #A4DFAB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4DFAB.

Preview

Color preview on black background

This text has color #A4DFAB on black background.


Color preview on white background

This text has color #A4DFAB on white background.


Black color preview on #A4DFAB background

This text has black color on #A4DFAB background.


White color preview on #A4DFAB background

This text has white color on #A4DFAB background.


Related colors

Complementary color

Complementary color for #hex is #5B2054.


I love getcolorcode.com

Triadic colors

1 #ABA4DF and #DFABA4 with #A4DFAB are triadic colors.

2 #ABDFA4 and #DFA4AB with #A4DFAB are triadic colors.