COLOR #A8D5AD

HEX: #A8D5AD
RGB: (168,213,173)

Color info

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

RGB color model

#A8D5AD color RGB value is (168,213,173).

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

RGB channels and saturation

R 168 of 255 = 66%
G 213 of 255 = 84%
B 173 of 255 = 68%

168
213
173

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

Portions of RGB colors in percentages

R + G + B =
168 + 213 + 173 = 554 (100%)
R 168 of 554 ~ 30.32%
G 213 of 554 ~ 38.45%
B 173 of 554 ~ 31.23%

%30.32
%38.45
%31.23

CMYK color model

#A8D5AD color CMYK value is (21,0,19,16).

  • cyan value is 21.13%
  • magenta value is 0.00%
  • yellow value is 18.78%
  • key color value is 16.47%
CMYK:
(21,0,19,16)
C21M0Y19K16 
(21%,0%,19%,16%)
(0.21/0.00/0.19/0.16)	

CMYK percentages

%21.13
%0
%18.78
%16.47

Codes

Color #A8D5AD in popluar color models

A8D5AD
RGB168213173
HSL127°34.88%74.71%
HSB/HSV127°21.13%83.53%
CMYK21.13%0.00%18.78%
16.47%

Color #A8D5AD in popluar number systems.

HEXA8D5AD
Decimal168213173
Binary101010001101010110101101
Octal250325255

Shades and tints

Shades of #A8D5AD

#A8D5AD
(168,213,173)
#99C29E
(153,194,158)
#8AAF8F
(138,175,143)
#7B9C80
(123,156,128)
#6C8971
(108,137,113)
#5D7662
(93,118,98)
#4E6353
(78,99,83)
#3F5044
(63,80,68)
#303D35
(48,61,53)
#212A26
(33,42,38)
#121717
(18,23,23)
#000000
(0,0,0)

Tints of #A8D5AD

#A8D5AD
(168,213,173)
#AFD8B4
(175,216,180)
#B6DBBB
(182,219,187)
#BDDEC2
(189,222,194)
#C4E1C9
(196,225,201)
#CBE4D0
(203,228,208)
#D2E7D7
(210,231,215)
#D9EADE
(217,234,222)
#E0EDE5
(224,237,229)
#E7F0EC
(231,240,236)
#EEF3F3
(238,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8D5AD; }

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

This text font color is #A8D5AD.


Background Color

.myBgColor { background-color: #A8D5AD; }

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

This div background color is #A8D5AD.


Border color

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

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

This div border color is #A8D5AD.


Opacity

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

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

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

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

This text has shadow with #A8D5AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8D5AD on black background.


Color preview on white background

This text has color #A8D5AD on white background.



Black color preview on #A8D5AD background

This text has black color on #A8D5AD background.


White color preview on #A8D5AD background

This text has white color on #A8D5AD background.