COLOR #A8CA93

HEX: #A8CA93
RGB: (168,202,147)

Color info

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

RGB color model

#A8CA93 color RGB value is (168,202,147).

  • red value is 168;
  • green value is 202;
  • blue value is 147.
RGB:
(168,202,147)
(66%,79%,58%)

RGB channels and saturation

R 168 of 255 = 66%
G 202 of 255 = 79%
B 147 of 255 = 58%

168
202
147

R + G + B ~ 68%. #A8CA93 is quite light color.

Portions of RGB colors in percentages

R + G + B =
168 + 202 + 147 = 517 (100%)
R 168 of 517 ~ 32.5%
G 202 of 517 ~ 39.07%
B 147 of 517 ~ 28.43%

%32.5
%39.07
%28.43

CMYK color model

#A8CA93 color CMYK value is (17,0,27,21).

  • cyan value is 16.83%
  • magenta value is 0.00%
  • yellow value is 27.23%
  • key color value is 20.78%
CMYK:
(17,0,27,21)
C17M0Y27K21 
(17%,0%,27%,21%)
(0.17/0.00/0.27/0.21)	

CMYK percentages

%16.83
%0
%27.23
%20.78

Codes

Color #A8CA93 in popluar color models

A8CA93
RGB168202147
HSL97°34.16%68.43%
HSB/HSV97°27.23%79.22%
CMYK16.83%0.00%27.23%
20.78%

Color #A8CA93 in popluar number systems.

HEXA8CA93
Decimal168202147
Binary101010001100101010010011
Octal250312223

Shades and tints

Shades of #A8CA93

#A8CA93
(168,202,147)
#99B886
(153,184,134)
#8AA679
(138,166,121)
#7B946C
(123,148,108)
#6C825F
(108,130,95)
#5D7052
(93,112,82)
#4E5E45
(78,94,69)
#3F4C38
(63,76,56)
#303A2B
(48,58,43)
#21281E
(33,40,30)
#121611
(18,22,17)
#000000
(0,0,0)

Tints of #A8CA93

#A8CA93
(168,202,147)
#AFCE9C
(175,206,156)
#B6D2A5
(182,210,165)
#BDD6AE
(189,214,174)
#C4DAB7
(196,218,183)
#CBDEC0
(203,222,192)
#D2E2C9
(210,226,201)
#D9E6D2
(217,230,210)
#E0EADB
(224,234,219)
#E7EEE4
(231,238,228)
#EEF2ED
(238,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8CA93 color. Also use rgb(168,202,147) instead hex code.

Text Font Color

.myTextColor { color: #A8CA93; }

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

This text font color is #A8CA93.


Background Color

.myBgColor { background-color: #A8CA93; }

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

This div background color is #A8CA93.


Border color

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

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

This div border color is #A8CA93.


Opacity

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

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

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

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

This text has shadow with #A8CA93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8CA93 on black background.


Color preview on white background

This text has color #A8CA93 on white background.



Black color preview on #A8CA93 background

This text has black color on #A8CA93 background.


White color preview on #A8CA93 background

This text has white color on #A8CA93 background.