COLOR #A8DC8E

HEX: #A8DC8E RGB: (168,220,142)

Color info

#A8DC8E contains mainly red and green colors. Web safe color of #A8DC8E is #99CC99 (or #9C9).

RGB color model

#A8DC8E color RGB value is (168,220,142).

RGB: (168,220,142) (66%, 86%, 56%)

RGB channels and saturation

R 168 of 255 = 66%
G 220 of 255 = 86%
B 142 of 255 = 56%

168
220
142

R + G + B ~ 69%. #A8DC8E is quite light color.

Portions of RGB colors in percentages

R + G + B = 168 + 220 + 142 = 530 (100%)
R 168 of 530 ~ 31.7%
G 220 of 530 ~ 41.51%
B 142 of 530 ~ 26.79'%

%31.7
%41.51
%26.79

CMYK color model

#A8DC8E color CMYK value is (24,0,35,14).

  • cyan value is 23.64%
  • magenta value is 0.00%
  • yellow value is 35.45%
  • key color value is 13.73%

CMYK: (24,0,35,14)
C24M0Y35K14 (24%, 0%, 35%, 14%)
(0.24 / 0.00 / 0.35 / 0.14)

CMYK percentages

%23.64
%0
%35.45
%13.73

Codes

Color #A8DC8E in popluar color models

A8 DC 8E
RGB 168 220 142
HSL 100° 52.70% 70.98%
HSB/HSV 100° 35.45% 86.27%
CMYK 23.64% 0.00% 35.45%
13.73%

Color #A8DC8E in popluar number systems.

HEX A8 DC 8E
Decimal 168 220 142
Binary 10101000 11011100 10001110
Octal 250 334 216

Shades and tints

Shades of #A8DC8E

#A8DC8E
(168,220,142)
#99C882
(153,200,130)
#8AB476
(138,180,118)
#7BA06A
(123,160,106)
#6C8C5E
(108,140,94)
#5D7852
(93,120,82)
#4E6446
(78,100,70)
#3F503A
(63,80,58)
#303C2E
(48,60,46)
#212822
(33,40,34)
#121416
(18,20,22)
#000000
(0,0,0)

Tints of #A8DC8E

#A8DC8E
(168,220,142)
#AFDF98
(175,223,152)
#B6E2A2
(182,226,162)
#BDE5AC
(189,229,172)
#C4E8B6
(196,232,182)
#CBEBC0
(203,235,192)
#D2EECA
(210,238,202)
#D9F1D4
(217,241,212)
#E0F4DE
(224,244,222)
#E7F7E8
(231,247,232)
#EEFAF2
(238,250,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8DC8E color. Also use rgb(168,220,142) instead hex code.

Text Font Color

.myTextColor { color: #A8DC8E; }

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

This text font color is #A8DC8E.

Background Color

.myBgColor { background-color: #A8DC8E; }

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

This div background color is #A8DC8E.

Border color

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

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

This div border color is #A8DC8E.

Opacity

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

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

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

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

This text has shadow with #A8DC8E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8DC8E.

Preview

Color preview on black background

This text has color #A8DC8E on black background.


Color preview on white background

This text has color #A8DC8E on white background.


Black color preview on #A8DC8E background

This text has black color on #A8DC8E background.


White color preview on #A8DC8E background

This text has white color on #A8DC8E background.


Related colors

Complementary color

Complementary color for #hex is #572371.


I love getcolorcode.com

Triadic colors

1 #8EA8DC and #DC8EA8 with #A8DC8E are triadic colors.

2 #8EDCA8 and #DCA88E with #A8DC8E are triadic colors.