COLOR #A8C4AE

HEX: #A8C4AE RGB: (168,196,174)

Color info

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

RGB color model

#A8C4AE color RGB value is (168,196,174).

RGB: (168,196,174) (66%, 77%, 68%)

RGB channels and saturation

R 168 of 255 = 66%
G 196 of 255 = 77%
B 174 of 255 = 68%

168
196
174

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

Portions of RGB colors in percentages

R + G + B = 168 + 196 + 174 = 538 (100%)
R 168 of 538 ~ 31.23%
G 196 of 538 ~ 36.43%
B 174 of 538 ~ 32.34'%

%31.23
%36.43
%32.34

CMYK color model

#A8C4AE color CMYK value is (14,0,11,23).

  • cyan value is 14.29%
  • magenta value is 0.00%
  • yellow value is 11.22%
  • key color value is 23.14%

CMYK: (14,0,11,23)
C14M0Y11K23 (14%, 0%, 11%, 23%)
(0.14 / 0.00 / 0.11 / 0.23)

CMYK percentages

%14.29
%0
%11.22
%23.14

Codes

Color #A8C4AE in popluar color models

A8 C4 AE
RGB 168 196 174
HSL 133° 19.18% 71.37%
HSB/HSV 133° 14.29% 76.86%
CMYK 14.29% 0.00% 11.22%
23.14%

Color #A8C4AE in popluar number systems.

HEX A8 C4 AE
Decimal 168 196 174
Binary 10101000 11000100 10101110
Octal 250 304 256

Shades and tints

Shades of #A8C4AE

#A8C4AE
(168,196,174)
#99B39F
(153,179,159)
#8AA290
(138,162,144)
#7B9181
(123,145,129)
#6C8072
(108,128,114)
#5D6F63
(93,111,99)
#4E5E54
(78,94,84)
#3F4D45
(63,77,69)
#303C36
(48,60,54)
#212B27
(33,43,39)
#121A18
(18,26,24)
#000000
(0,0,0)

Tints of #A8C4AE

#A8C4AE
(168,196,174)
#AFC9B5
(175,201,181)
#B6CEBC
(182,206,188)
#BDD3C3
(189,211,195)
#C4D8CA
(196,216,202)
#CBDDD1
(203,221,209)
#D2E2D8
(210,226,216)
#D9E7DF
(217,231,223)
#E0ECE6
(224,236,230)
#E7F1ED
(231,241,237)
#EEF6F4
(238,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8C4AE; }

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

This text font color is #A8C4AE.

Background Color

.myBgColor { background-color: #A8C4AE; }

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

This div background color is #A8C4AE.

Border color

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

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

This div border color is #A8C4AE.

Opacity

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

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

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

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

This text has shadow with #A8C4AE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8C4AE.

Preview

Color preview on black background

This text has color #A8C4AE on black background.


Color preview on white background

This text has color #A8C4AE on white background.


Black color preview on #A8C4AE background

This text has black color on #A8C4AE background.


White color preview on #A8C4AE background

This text has white color on #A8C4AE background.


Related colors

Complementary color

Complementary color for #hex is #573B51.


I love getcolorcode.com

Triadic colors

1 #AEA8C4 and #C4AEA8 with #A8C4AE are triadic colors.

2 #AEC4A8 and #C4A8AE with #A8C4AE are triadic colors.