COLOR #A8D3AA

HEX: #A8D3AA RGB: (168,211,170)

Color info

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

RGB color model

#A8D3AA color RGB value is (168,211,170).

RGB: (168,211,170) (66%, 83%, 67%)

RGB channels and saturation

R 168 of 255 = 66%
G 211 of 255 = 83%
B 170 of 255 = 67%

168
211
170

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

Portions of RGB colors in percentages

R + G + B = 168 + 211 + 170 = 549 (100%)
R 168 of 549 ~ 30.6%
G 211 of 549 ~ 38.43%
B 170 of 549 ~ 30.97'%

%30.6
%38.43
%30.97

CMYK color model

#A8D3AA color CMYK value is (20,0,19,17).

  • cyan value is 20.38%
  • magenta value is 0.00%
  • yellow value is 19.43%
  • key color value is 17.25%

CMYK: (20,0,19,17)
C20M0Y19K17 (20%, 0%, 19%, 17%)
(0.20 / 0.00 / 0.19 / 0.17)

CMYK percentages

%20.38
%0
%19.43
%17.25

Codes

Color #A8D3AA in popluar color models

A8 D3 AA
RGB 168 211 170
HSL 123° 32.82% 74.31%
HSB/HSV 123° 20.38% 82.75%
CMYK 20.38% 0.00% 19.43%
17.25%

Color #A8D3AA in popluar number systems.

HEX A8 D3 AA
Decimal 168 211 170
Binary 10101000 11010011 10101010
Octal 250 323 252

Shades and tints

Shades of #A8D3AA

#A8D3AA
(168,211,170)
#99C09B
(153,192,155)
#8AAD8C
(138,173,140)
#7B9A7D
(123,154,125)
#6C876E
(108,135,110)
#5D745F
(93,116,95)
#4E6150
(78,97,80)
#3F4E41
(63,78,65)
#303B32
(48,59,50)
#212823
(33,40,35)
#121514
(18,21,20)
#000000
(0,0,0)

Tints of #A8D3AA

#A8D3AA
(168,211,170)
#AFD7B1
(175,215,177)
#B6DBB8
(182,219,184)
#BDDFBF
(189,223,191)
#C4E3C6
(196,227,198)
#CBE7CD
(203,231,205)
#D2EBD4
(210,235,212)
#D9EFDB
(217,239,219)
#E0F3E2
(224,243,226)
#E7F7E9
(231,247,233)
#EEFBF0
(238,251,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8D3AA color. Also use rgb(168,211,170) instead hex code.

Text Font Color

.myTextColor { color: #A8D3AA; }

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

This text font color is #A8D3AA.

Background Color

.myBgColor { background-color: #A8D3AA; }

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

This div background color is #A8D3AA.

Border color

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

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

This div border color is #A8D3AA.

Opacity

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

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

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

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

This text has shadow with #A8D3AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8D3AA.

Preview

Color preview on black background

This text has color #A8D3AA on black background.


Color preview on white background

This text has color #A8D3AA on white background.


Black color preview on #A8D3AA background

This text has black color on #A8D3AA background.


White color preview on #A8D3AA background

This text has white color on #A8D3AA background.


Related colors

Complementary color

Complementary color for #hex is #572C55.


I love getcolorcode.com

Triadic colors

1 #AAA8D3 and #D3AAA8 with #A8D3AA are triadic colors.

2 #AAD3A8 and #D3A8AA with #A8D3AA are triadic colors.