COLOR #A8CC9F

HEX: #A8CC9F RGB: (168,204,159)

Color info

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

RGB color model

#A8CC9F color RGB value is (168,204,159).

RGB: (168,204,159) (66%, 80%, 62%)

RGB channels and saturation

R 168 of 255 = 66%
G 204 of 255 = 80%
B 159 of 255 = 62%

168
204
159

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

Portions of RGB colors in percentages

R + G + B = 168 + 204 + 159 = 531 (100%)
R 168 of 531 ~ 31.64%
G 204 of 531 ~ 38.42%
B 159 of 531 ~ 29.94'%

%31.64
%38.42
%29.94

CMYK color model

#A8CC9F color CMYK value is (18,0,22,20).

  • cyan value is 17.65%
  • magenta value is 0.00%
  • yellow value is 22.06%
  • key color value is 20.00%

CMYK: (18,0,22,20)
C18M0Y22K20 (18%, 0%, 22%, 20%)
(0.18 / 0.00 / 0.22 / 0.20)

CMYK percentages

%17.65
%0
%22.06
%20

Codes

Color #A8CC9F in popluar color models

A8 CC 9F
RGB 168 204 159
HSL 108° 30.61% 71.18%
HSB/HSV 108° 22.06% 80.00%
CMYK 17.65% 0.00% 22.06%
20.00%

Color #A8CC9F in popluar number systems.

HEX A8 CC 9F
Decimal 168 204 159
Binary 10101000 11001100 10011111
Octal 250 314 237

Shades and tints

Shades of #A8CC9F

#A8CC9F
(168,204,159)
#99BA91
(153,186,145)
#8AA883
(138,168,131)
#7B9675
(123,150,117)
#6C8467
(108,132,103)
#5D7259
(93,114,89)
#4E604B
(78,96,75)
#3F4E3D
(63,78,61)
#303C2F
(48,60,47)
#212A21
(33,42,33)
#121813
(18,24,19)
#000000
(0,0,0)

Tints of #A8CC9F

#A8CC9F
(168,204,159)
#AFD0A7
(175,208,167)
#B6D4AF
(182,212,175)
#BDD8B7
(189,216,183)
#C4DCBF
(196,220,191)
#CBE0C7
(203,224,199)
#D2E4CF
(210,228,207)
#D9E8D7
(217,232,215)
#E0ECDF
(224,236,223)
#E7F0E7
(231,240,231)
#EEF4EF
(238,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8CC9F color. Also use rgb(168,204,159) instead hex code.

Text Font Color

.myTextColor { color: #A8CC9F; }

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

This text font color is #A8CC9F.

Background Color

.myBgColor { background-color: #A8CC9F; }

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

This div background color is #A8CC9F.

Border color

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

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

This div border color is #A8CC9F.

Opacity

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

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

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

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

This text has shadow with #A8CC9F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8CC9F.

Preview

Color preview on black background

This text has color #A8CC9F on black background.


Color preview on white background

This text has color #A8CC9F on white background.


Black color preview on #A8CC9F background

This text has black color on #A8CC9F background.


White color preview on #A8CC9F background

This text has white color on #A8CC9F background.


Related colors

Complementary color

Complementary color for #hex is #573360.


I love getcolorcode.com

Triadic colors

1 #9FA8CC and #CC9FA8 with #A8CC9F are triadic colors.

2 #9FCCA8 and #CCA89F with #A8CC9F are triadic colors.