COLOR #A8C4A6

HEX: #A8C4A6
RGB: (168,196,166)

Color info

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

RGB color model

#A8C4A6 color RGB value is (168,196,166).

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

RGB channels and saturation

R 168 of 255 = 66%
G 196 of 255 = 77%
B 166 of 255 = 65%

168
196
166

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

Portions of RGB colors in percentages

R + G + B =
168 + 196 + 166 = 530 (100%)
R 168 of 530 ~ 31.7%
G 196 of 530 ~ 36.98%
B 166 of 530 ~ 31.32%

%31.7
%36.98
%31.32

CMYK color model

#A8C4A6 color CMYK value is (14,0,15,23).

  • cyan value is 14.29%
  • magenta value is 0.00%
  • yellow value is 15.31%
  • key color value is 23.14%
CMYK:
(14,0,15,23)
C14M0Y15K23 
(14%,0%,15%,23%)
(0.14/0.00/0.15/0.23)	

CMYK percentages

%14.29
%0
%15.31
%23.14

Codes

Color #A8C4A6 in popluar color models

A8C4A6
RGB168196166
HSL116°20.27%70.98%
HSB/HSV116°15.31%76.86%
CMYK14.29%0.00%15.31%
23.14%

Color #A8C4A6 in popluar number systems.

HEXA8C4A6
Decimal168196166
Binary101010001100010010100110
Octal250304246

Shades and tints

Shades of #A8C4A6

#A8C4A6
(168,196,166)
#99B397
(153,179,151)
#8AA288
(138,162,136)
#7B9179
(123,145,121)
#6C806A
(108,128,106)
#5D6F5B
(93,111,91)
#4E5E4C
(78,94,76)
#3F4D3D
(63,77,61)
#303C2E
(48,60,46)
#212B1F
(33,43,31)
#121A10
(18,26,16)
#000000
(0,0,0)

Tints of #A8C4A6

#A8C4A6
(168,196,166)
#AFC9AE
(175,201,174)
#B6CEB6
(182,206,182)
#BDD3BE
(189,211,190)
#C4D8C6
(196,216,198)
#CBDDCE
(203,221,206)
#D2E2D6
(210,226,214)
#D9E7DE
(217,231,222)
#E0ECE6
(224,236,230)
#E7F1EE
(231,241,238)
#EEF6F6
(238,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8C4A6; }

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

This text font color is #A8C4A6.


Background Color

.myBgColor { background-color: #A8C4A6; }

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

This div background color is #A8C4A6.


Border color

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

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

This div border color is #A8C4A6.


Opacity

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

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

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

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

This text has shadow with #A8C4A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8C4A6 on black background.


Color preview on white background

This text has color #A8C4A6 on white background.



Black color preview on #A8C4A6 background

This text has black color on #A8C4A6 background.


White color preview on #A8C4A6 background

This text has white color on #A8C4A6 background.