COLOR #A8C09C

HEX: #A8C09C
RGB: (168,192,156)

Color info

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

RGB color model

#A8C09C color RGB value is (168,192,156).

  • red value is 168;
  • green value is 192;
  • blue value is 156.
RGB:
(168,192,156)
(66%,75%,61%)

RGB channels and saturation

R 168 of 255 = 66%
G 192 of 255 = 75%
B 156 of 255 = 61%

168
192
156

R + G + B ~ 67%. #A8C09C is quite light color.

Portions of RGB colors in percentages

R + G + B =
168 + 192 + 156 = 516 (100%)
R 168 of 516 ~ 32.56%
G 192 of 516 ~ 37.21%
B 156 of 516 ~ 30.23%

%32.56
%37.21
%30.23

CMYK color model

#A8C09C color CMYK value is (13,0,19,25).

  • cyan value is 12.50%
  • magenta value is 0.00%
  • yellow value is 18.75%
  • key color value is 24.71%
CMYK:
(13,0,19,25)
C13M0Y19K25 
(13%,0%,19%,25%)
(0.13/0.00/0.19/0.25)	

CMYK percentages

%12.5
%0
%18.75
%24.71

Codes

Color #A8C09C in popluar color models

A8C09C
RGB168192156
HSL100°22.22%68.24%
HSB/HSV100°18.75%75.29%
CMYK12.50%0.00%18.75%
24.71%

Color #A8C09C in popluar number systems.

HEXA8C09C
Decimal168192156
Binary101010001100000010011100
Octal250300234

Shades and tints

Shades of #A8C09C

#A8C09C
(168,192,156)
#99AF8E
(153,175,142)
#8A9E80
(138,158,128)
#7B8D72
(123,141,114)
#6C7C64
(108,124,100)
#5D6B56
(93,107,86)
#4E5A48
(78,90,72)
#3F493A
(63,73,58)
#30382C
(48,56,44)
#21271E
(33,39,30)
#121610
(18,22,16)
#000000
(0,0,0)

Tints of #A8C09C

#A8C09C
(168,192,156)
#AFC5A5
(175,197,165)
#B6CAAE
(182,202,174)
#BDCFB7
(189,207,183)
#C4D4C0
(196,212,192)
#CBD9C9
(203,217,201)
#D2DED2
(210,222,210)
#D9E3DB
(217,227,219)
#E0E8E4
(224,232,228)
#E7EDED
(231,237,237)
#EEF2F6
(238,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8C09C color. Also use rgb(168,192,156) instead hex code.

Text Font Color

.myTextColor { color: #A8C09C; }

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

This text font color is #A8C09C.


Background Color

.myBgColor { background-color: #A8C09C; }

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

This div background color is #A8C09C.


Border color

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

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

This div border color is #A8C09C.


Opacity

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

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

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

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

This text has shadow with #A8C09C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8C09C on black background.


Color preview on white background

This text has color #A8C09C on white background.



Black color preview on #A8C09C background

This text has black color on #A8C09C background.


White color preview on #A8C09C background

This text has white color on #A8C09C background.