COLOR #A8D4AD

HEX: #A8D4AD
RGB: (168,212,173)

Color info

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

RGB color model

#A8D4AD color RGB value is (168,212,173).

  • red value is 168;
  • green value is 212;
  • blue value is 173.
RGB:
(168,212,173)
(66%,83%,68%)

RGB channels and saturation

R 168 of 255 = 66%
G 212 of 255 = 83%
B 173 of 255 = 68%

168
212
173

R + G + B ~ 72%. #A8D4AD is quite light color.

Portions of RGB colors in percentages

R + G + B =
168 + 212 + 173 = 553 (100%)
R 168 of 553 ~ 30.38%
G 212 of 553 ~ 38.34%
B 173 of 553 ~ 31.28%

%30.38
%38.34
%31.28

CMYK color model

#A8D4AD color CMYK value is (21,0,18,17).

  • cyan value is 20.75%
  • magenta value is 0.00%
  • yellow value is 18.40%
  • key color value is 16.86%
CMYK:
(21,0,18,17)
C21M0Y18K17 
(21%,0%,18%,17%)
(0.21/0.00/0.18/0.17)	

CMYK percentages

%20.75
%0
%18.4
%16.86

Codes

Color #A8D4AD in popluar color models

A8D4AD
RGB168212173
HSL127°33.85%74.51%
HSB/HSV127°20.75%83.14%
CMYK20.75%0.00%18.40%
16.86%

Color #A8D4AD in popluar number systems.

HEXA8D4AD
Decimal168212173
Binary101010001101010010101101
Octal250324255

Shades and tints

Shades of #A8D4AD

#A8D4AD
(168,212,173)
#99C19E
(153,193,158)
#8AAE8F
(138,174,143)
#7B9B80
(123,155,128)
#6C8871
(108,136,113)
#5D7562
(93,117,98)
#4E6253
(78,98,83)
#3F4F44
(63,79,68)
#303C35
(48,60,53)
#212926
(33,41,38)
#121617
(18,22,23)
#000000
(0,0,0)

Tints of #A8D4AD

#A8D4AD
(168,212,173)
#AFD7B4
(175,215,180)
#B6DABB
(182,218,187)
#BDDDC2
(189,221,194)
#C4E0C9
(196,224,201)
#CBE3D0
(203,227,208)
#D2E6D7
(210,230,215)
#D9E9DE
(217,233,222)
#E0ECE5
(224,236,229)
#E7EFEC
(231,239,236)
#EEF2F3
(238,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8D4AD color. Also use rgb(168,212,173) instead hex code.

Text Font Color

.myTextColor { color: #A8D4AD; }

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

This text font color is #A8D4AD.


Background Color

.myBgColor { background-color: #A8D4AD; }

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

This div background color is #A8D4AD.


Border color

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

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

This div border color is #A8D4AD.


Opacity

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

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

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

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

This text has shadow with #A8D4AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8D4AD on black background.


Color preview on white background

This text has color #A8D4AD on white background.



Black color preview on #A8D4AD background

This text has black color on #A8D4AD background.


White color preview on #A8D4AD background

This text has white color on #A8D4AD background.