COLOR #A8CE8A

HEX: #A8CE8A
RGB: (168,206,138)

Color info

#A8CE8A contains mainly red and green colors. Web safe color of #A8CE8A is #99CC99 (or #9C9).

RGB color model

#A8CE8A color RGB value is (168,206,138).

  • red value is 168;
  • green value is 206;
  • blue value is 138.
RGB:
(168,206,138)
(66%,81%,54%)

RGB channels and saturation

R 168 of 255 = 66%
G 206 of 255 = 81%
B 138 of 255 = 54%

168
206
138

R + G + B ~ 67%. #A8CE8A is quite light color.

Portions of RGB colors in percentages

R + G + B =
168 + 206 + 138 = 512 (100%)
R 168 of 512 ~ 32.81%
G 206 of 512 ~ 40.23%
B 138 of 512 ~ 26.95%

%32.81
%40.23
%26.95

CMYK color model

#A8CE8A color CMYK value is (18,0,33,19).

  • cyan value is 18.45%
  • magenta value is 0.00%
  • yellow value is 33.01%
  • key color value is 19.22%
CMYK:
(18,0,33,19)
C18M0Y33K19 
(18%,0%,33%,19%)
(0.18/0.00/0.33/0.19)	

CMYK percentages

%18.45
%0
%33.01
%19.22

Codes

Color #A8CE8A in popluar color models

A8CE8A
RGB168206138
HSL94°40.96%67.45%
HSB/HSV94°33.01%80.78%
CMYK18.45%0.00%33.01%
19.22%

Color #A8CE8A in popluar number systems.

HEXA8CE8A
Decimal168206138
Binary101010001100111010001010
Octal250316212

Shades and tints

Shades of #A8CE8A

#A8CE8A
(168,206,138)
#99BC7E
(153,188,126)
#8AAA72
(138,170,114)
#7B9866
(123,152,102)
#6C865A
(108,134,90)
#5D744E
(93,116,78)
#4E6242
(78,98,66)
#3F5036
(63,80,54)
#303E2A
(48,62,42)
#212C1E
(33,44,30)
#121A12
(18,26,18)
#000000
(0,0,0)

Tints of #A8CE8A

#A8CE8A
(168,206,138)
#AFD294
(175,210,148)
#B6D69E
(182,214,158)
#BDDAA8
(189,218,168)
#C4DEB2
(196,222,178)
#CBE2BC
(203,226,188)
#D2E6C6
(210,230,198)
#D9EAD0
(217,234,208)
#E0EEDA
(224,238,218)
#E7F2E4
(231,242,228)
#EEF6EE
(238,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8CE8A color. Also use rgb(168,206,138) instead hex code.

Text Font Color

.myTextColor { color: #A8CE8A; }

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

This text font color is #A8CE8A.


Background Color

.myBgColor { background-color: #A8CE8A; }

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

This div background color is #A8CE8A.


Border color

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

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

This div border color is #A8CE8A.


Opacity

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

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

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

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

This text has shadow with #A8CE8A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8CE8A on black background.


Color preview on white background

This text has color #A8CE8A on white background.



Black color preview on #A8CE8A background

This text has black color on #A8CE8A background.


White color preview on #A8CE8A background

This text has white color on #A8CE8A background.