COLOR #A8CE9D

HEX: #A8CE9D
RGB: (168,206,157)

Color info

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

RGB color model

#A8CE9D color RGB value is (168,206,157).

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

RGB channels and saturation

R 168 of 255 = 66%
G 206 of 255 = 81%
B 157 of 255 = 62%

168
206
157

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

Portions of RGB colors in percentages

R + G + B =
168 + 206 + 157 = 531 (100%)
R 168 of 531 ~ 31.64%
G 206 of 531 ~ 38.79%
B 157 of 531 ~ 29.57%

%31.64
%38.79
%29.57

CMYK color model

#A8CE9D color CMYK value is (18,0,24,19).

  • cyan value is 18.45%
  • magenta value is 0.00%
  • yellow value is 23.79%
  • key color value is 19.22%
CMYK:
(18,0,24,19)
C18M0Y24K19 
(18%,0%,24%,19%)
(0.18/0.00/0.24/0.19)	

CMYK percentages

%18.45
%0
%23.79
%19.22

Codes

Color #A8CE9D in popluar color models

A8CE9D
RGB168206157
HSL107°33.33%71.18%
HSB/HSV107°23.79%80.78%
CMYK18.45%0.00%23.79%
19.22%

Color #A8CE9D in popluar number systems.

HEXA8CE9D
Decimal168206157
Binary101010001100111010011101
Octal250316235

Shades and tints

Shades of #A8CE9D

#A8CE9D
(168,206,157)
#99BC8F
(153,188,143)
#8AAA81
(138,170,129)
#7B9873
(123,152,115)
#6C8665
(108,134,101)
#5D7457
(93,116,87)
#4E6249
(78,98,73)
#3F503B
(63,80,59)
#303E2D
(48,62,45)
#212C1F
(33,44,31)
#121A11
(18,26,17)
#000000
(0,0,0)

Tints of #A8CE9D

#A8CE9D
(168,206,157)
#AFD2A5
(175,210,165)
#B6D6AD
(182,214,173)
#BDDAB5
(189,218,181)
#C4DEBD
(196,222,189)
#CBE2C5
(203,226,197)
#D2E6CD
(210,230,205)
#D9EAD5
(217,234,213)
#E0EEDD
(224,238,221)
#E7F2E5
(231,242,229)
#EEF6ED
(238,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8CE9D; }

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

This text font color is #A8CE9D.


Background Color

.myBgColor { background-color: #A8CE9D; }

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

This div background color is #A8CE9D.


Border color

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

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

This div border color is #A8CE9D.


Opacity

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

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

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

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

This text has shadow with #A8CE9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8CE9D on black background.


Color preview on white background

This text has color #A8CE9D on white background.



Black color preview on #A8CE9D background

This text has black color on #A8CE9D background.


White color preview on #A8CE9D background

This text has white color on #A8CE9D background.