COLOR #A8D09E

HEX: #A8D09E RGB: (168,208,158)

Color info

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

RGB color model

#A8D09E color RGB value is (168,208,158).

RGB: (168,208,158) (66%, 82%, 62%)

RGB channels and saturation

R 168 of 255 = 66%
G 208 of 255 = 82%
B 158 of 255 = 62%

168
208
158

R + G + B ~ 70%. #A8D09E is quite light color.

Portions of RGB colors in percentages

R + G + B = 168 + 208 + 158 = 534 (100%)
R 168 of 534 ~ 31.46%
G 208 of 534 ~ 38.95%
B 158 of 534 ~ 29.59'%

%31.46
%38.95
%29.59

CMYK color model

#A8D09E color CMYK value is (19,0,24,18).

  • cyan value is 19.23%
  • magenta value is 0.00%
  • yellow value is 24.04%
  • key color value is 18.43%

CMYK: (19,0,24,18)
C19M0Y24K18 (19%, 0%, 24%, 18%)
(0.19 / 0.00 / 0.24 / 0.18)

CMYK percentages

%19.23
%0
%24.04
%18.43

Codes

Color #A8D09E in popluar color models

A8 D0 9E
RGB 168 208 158
HSL 108° 34.72% 71.76%
HSB/HSV 108° 24.04% 81.57%
CMYK 19.23% 0.00% 24.04%
18.43%

Color #A8D09E in popluar number systems.

HEX A8 D0 9E
Decimal 168 208 158
Binary 10101000 11010000 10011110
Octal 250 320 236

Shades and tints

Shades of #A8D09E

#A8D09E
(168,208,158)
#99BE90
(153,190,144)
#8AAC82
(138,172,130)
#7B9A74
(123,154,116)
#6C8866
(108,136,102)
#5D7658
(93,118,88)
#4E644A
(78,100,74)
#3F523C
(63,82,60)
#30402E
(48,64,46)
#212E20
(33,46,32)
#121C12
(18,28,18)
#000000
(0,0,0)

Tints of #A8D09E

#A8D09E
(168,208,158)
#AFD4A6
(175,212,166)
#B6D8AE
(182,216,174)
#BDDCB6
(189,220,182)
#C4E0BE
(196,224,190)
#CBE4C6
(203,228,198)
#D2E8CE
(210,232,206)
#D9ECD6
(217,236,214)
#E0F0DE
(224,240,222)
#E7F4E6
(231,244,230)
#EEF8EE
(238,248,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8D09E color. Also use rgb(168,208,158) instead hex code.

Text Font Color

.myTextColor { color: #A8D09E; }

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

This text font color is #A8D09E.

Background Color

.myBgColor { background-color: #A8D09E; }

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

This div background color is #A8D09E.

Border color

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

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

This div border color is #A8D09E.

Opacity

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

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

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

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

This text has shadow with #A8D09E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8D09E.

Preview

Color preview on black background

This text has color #A8D09E on black background.


Color preview on white background

This text has color #A8D09E on white background.


Black color preview on #A8D09E background

This text has black color on #A8D09E background.


White color preview on #A8D09E background

This text has white color on #A8D09E background.


Related colors

Complementary color

Complementary color for #hex is #572F61.


I love getcolorcode.com

Triadic colors

1 #9EA8D0 and #D09EA8 with #A8D09E are triadic colors.

2 #9ED0A8 and #D0A89E with #A8D09E are triadic colors.