COLOR #A8C4AA

HEX: #A8C4AA
RGB: (168,196,170)

Color info

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

RGB color model

#A8C4AA color RGB value is (168,196,170).

  • red value is 168;
  • green value is 196;
  • blue value is 170.
RGB:
(168,196,170)
(66%,77%,67%)

RGB channels and saturation

R 168 of 255 = 66%
G 196 of 255 = 77%
B 170 of 255 = 67%

168
196
170

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

Portions of RGB colors in percentages

R + G + B =
168 + 196 + 170 = 534 (100%)
R 168 of 534 ~ 31.46%
G 196 of 534 ~ 36.7%
B 170 of 534 ~ 31.84%

%31.46
%36.7
%31.84

CMYK color model

#A8C4AA color CMYK value is (14,0,13,23).

  • cyan value is 14.29%
  • magenta value is 0.00%
  • yellow value is 13.27%
  • key color value is 23.14%
CMYK:
(14,0,13,23)
C14M0Y13K23 
(14%,0%,13%,23%)
(0.14/0.00/0.13/0.23)	

CMYK percentages

%14.29
%0
%13.27
%23.14

Codes

Color #A8C4AA in popluar color models

A8C4AA
RGB168196170
HSL124°19.18%71.37%
HSB/HSV124°14.29%76.86%
CMYK14.29%0.00%13.27%
23.14%

Color #A8C4AA in popluar number systems.

HEXA8C4AA
Decimal168196170
Binary101010001100010010101010
Octal250304252

Shades and tints

Shades of #A8C4AA

#A8C4AA
(168,196,170)
#99B39B
(153,179,155)
#8AA28C
(138,162,140)
#7B917D
(123,145,125)
#6C806E
(108,128,110)
#5D6F5F
(93,111,95)
#4E5E50
(78,94,80)
#3F4D41
(63,77,65)
#303C32
(48,60,50)
#212B23
(33,43,35)
#121A14
(18,26,20)
#000000
(0,0,0)

Tints of #A8C4AA

#A8C4AA
(168,196,170)
#AFC9B1
(175,201,177)
#B6CEB8
(182,206,184)
#BDD3BF
(189,211,191)
#C4D8C6
(196,216,198)
#CBDDCD
(203,221,205)
#D2E2D4
(210,226,212)
#D9E7DB
(217,231,219)
#E0ECE2
(224,236,226)
#E7F1E9
(231,241,233)
#EEF6F0
(238,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8C4AA; }

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

This text font color is #A8C4AA.


Background Color

.myBgColor { background-color: #A8C4AA; }

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

This div background color is #A8C4AA.


Border color

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

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

This div border color is #A8C4AA.


Opacity

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

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

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

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

This text has shadow with #A8C4AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8C4AA on black background.


Color preview on white background

This text has color #A8C4AA on white background.



Black color preview on #A8C4AA background

This text has black color on #A8C4AA background.


White color preview on #A8C4AA background

This text has white color on #A8C4AA background.