COLOR #A8C3A4

HEX: #A8C3A4 RGB: (168,195,164)

Color info

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

RGB color model

#A8C3A4 color RGB value is (168,195,164).

RGB: (168,195,164) (66%, 76%, 64%)

RGB channels and saturation

R 168 of 255 = 66%
G 195 of 255 = 76%
B 164 of 255 = 64%

168
195
164

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

Portions of RGB colors in percentages

R + G + B = 168 + 195 + 164 = 527 (100%)
R 168 of 527 ~ 31.88%
G 195 of 527 ~ 37%
B 164 of 527 ~ 31.12'%

%31.88
%37
%31.12

CMYK color model

#A8C3A4 color CMYK value is (14,0,16,24).

  • cyan value is 13.85%
  • magenta value is 0.00%
  • yellow value is 15.90%
  • key color value is 23.53%

CMYK: (14,0,16,24)
C14M0Y16K24 (14%, 0%, 16%, 24%)
(0.14 / 0.00 / 0.16 / 0.24)

CMYK percentages

%13.85
%0
%15.9
%23.53

Codes

Color #A8C3A4 in popluar color models

A8 C3 A4
RGB 168 195 164
HSL 112° 20.53% 70.39%
HSB/HSV 112° 15.90% 76.47%
CMYK 13.85% 0.00% 15.90%
23.53%

Color #A8C3A4 in popluar number systems.

HEX A8 C3 A4
Decimal 168 195 164
Binary 10101000 11000011 10100100
Octal 250 303 244

Shades and tints

Shades of #A8C3A4

#A8C3A4
(168,195,164)
#99B296
(153,178,150)
#8AA188
(138,161,136)
#7B907A
(123,144,122)
#6C7F6C
(108,127,108)
#5D6E5E
(93,110,94)
#4E5D50
(78,93,80)
#3F4C42
(63,76,66)
#303B34
(48,59,52)
#212A26
(33,42,38)
#121918
(18,25,24)
#000000
(0,0,0)

Tints of #A8C3A4

#A8C3A4
(168,195,164)
#AFC8AC
(175,200,172)
#B6CDB4
(182,205,180)
#BDD2BC
(189,210,188)
#C4D7C4
(196,215,196)
#CBDCCC
(203,220,204)
#D2E1D4
(210,225,212)
#D9E6DC
(217,230,220)
#E0EBE4
(224,235,228)
#E7F0EC
(231,240,236)
#EEF5F4
(238,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8C3A4 color. Also use rgb(168,195,164) instead hex code.

Text Font Color

.myTextColor { color: #A8C3A4; }

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

This text font color is #A8C3A4.

Background Color

.myBgColor { background-color: #A8C3A4; }

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

This div background color is #A8C3A4.

Border color

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

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

This div border color is #A8C3A4.

Opacity

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

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

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

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

This text has shadow with #A8C3A4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8C3A4.

Preview

Color preview on black background

This text has color #A8C3A4 on black background.


Color preview on white background

This text has color #A8C3A4 on white background.


Black color preview on #A8C3A4 background

This text has black color on #A8C3A4 background.


White color preview on #A8C3A4 background

This text has white color on #A8C3A4 background.


Related colors

Complementary color

Complementary color for #hex is #573C5B.


I love getcolorcode.com

Triadic colors

1 #A4A8C3 and #C3A4A8 with #A8C3A4 are triadic colors.

2 #A4C3A8 and #C3A8A4 with #A8C3A4 are triadic colors.