COLOR #A4D1AD

HEX: #A4D1AD
RGB: (164,209,173)

Color info

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

RGB color model

#A4D1AD color RGB value is (164,209,173).

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

RGB channels and saturation

R 164 of 255 = 64%
G 209 of 255 = 82%
B 173 of 255 = 68%

164
209
173

R + G + B ~ 71%. #A4D1AD is quite light color.

Portions of RGB colors in percentages

R + G + B =
164 + 209 + 173 = 546 (100%)
R 164 of 546 ~ 30.04%
G 209 of 546 ~ 38.28%
B 173 of 546 ~ 31.68%

%30.04
%38.28
%31.68

CMYK color model

#A4D1AD color CMYK value is (22,0,17,18).

  • cyan value is 21.53%
  • magenta value is 0.00%
  • yellow value is 17.22%
  • key color value is 18.04%
CMYK:
(22,0,17,18)
C22M0Y17K18 
(22%,0%,17%,18%)
(0.22/0.00/0.17/0.18)	

CMYK percentages

%21.53
%0
%17.22
%18.04

Codes

Color #A4D1AD in popluar color models

A4D1AD
RGB164209173
HSL132°32.85%73.14%
HSB/HSV132°21.53%81.96%
CMYK21.53%0.00%17.22%
18.04%

Color #A4D1AD in popluar number systems.

HEXA4D1AD
Decimal164209173
Binary101001001101000110101101
Octal244321255

Shades and tints

Shades of #A4D1AD

#A4D1AD
(164,209,173)
#96BE9E
(150,190,158)
#88AB8F
(136,171,143)
#7A9880
(122,152,128)
#6C8571
(108,133,113)
#5E7262
(94,114,98)
#505F53
(80,95,83)
#424C44
(66,76,68)
#343935
(52,57,53)
#262626
(38,38,38)
#181317
(24,19,23)
#000000
(0,0,0)

Tints of #A4D1AD

#A4D1AD
(164,209,173)
#ACD5B4
(172,213,180)
#B4D9BB
(180,217,187)
#BCDDC2
(188,221,194)
#C4E1C9
(196,225,201)
#CCE5D0
(204,229,208)
#D4E9D7
(212,233,215)
#DCEDDE
(220,237,222)
#E4F1E5
(228,241,229)
#ECF5EC
(236,245,236)
#F4F9F3
(244,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4D1AD; }

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

This text font color is #A4D1AD.


Background Color

.myBgColor { background-color: #A4D1AD; }

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

This div background color is #A4D1AD.


Border color

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

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

This div border color is #A4D1AD.


Opacity

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

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

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

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

This text has shadow with #A4D1AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4D1AD on black background.


Color preview on white background

This text has color #A4D1AD on white background.



Black color preview on #A4D1AD background

This text has black color on #A4D1AD background.


White color preview on #A4D1AD background

This text has white color on #A4D1AD background.