COLOR #A8CEA3

HEX: #A8CEA3
RGB: (168,206,163)

Color info

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

RGB color model

#A8CEA3 color RGB value is (168,206,163).

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

RGB channels and saturation

R 168 of 255 = 66%
G 206 of 255 = 81%
B 163 of 255 = 64%

168
206
163

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

Portions of RGB colors in percentages

R + G + B =
168 + 206 + 163 = 537 (100%)
R 168 of 537 ~ 31.28%
G 206 of 537 ~ 38.36%
B 163 of 537 ~ 30.35%

%31.28
%38.36
%30.35

CMYK color model

#A8CEA3 color CMYK value is (18,0,21,19).

  • cyan value is 18.45%
  • magenta value is 0.00%
  • yellow value is 20.87%
  • key color value is 19.22%
CMYK:
(18,0,21,19)
C18M0Y21K19 
(18%,0%,21%,19%)
(0.18/0.00/0.21/0.19)	

CMYK percentages

%18.45
%0
%20.87
%19.22

Codes

Color #A8CEA3 in popluar color models

A8CEA3
RGB168206163
HSL113°30.50%72.35%
HSB/HSV113°20.87%80.78%
CMYK18.45%0.00%20.87%
19.22%

Color #A8CEA3 in popluar number systems.

HEXA8CEA3
Decimal168206163
Binary101010001100111010100011
Octal250316243

Shades and tints

Shades of #A8CEA3

#A8CEA3
(168,206,163)
#99BC95
(153,188,149)
#8AAA87
(138,170,135)
#7B9879
(123,152,121)
#6C866B
(108,134,107)
#5D745D
(93,116,93)
#4E624F
(78,98,79)
#3F5041
(63,80,65)
#303E33
(48,62,51)
#212C25
(33,44,37)
#121A17
(18,26,23)
#000000
(0,0,0)

Tints of #A8CEA3

#A8CEA3
(168,206,163)
#AFD2AB
(175,210,171)
#B6D6B3
(182,214,179)
#BDDABB
(189,218,187)
#C4DEC3
(196,222,195)
#CBE2CB
(203,226,203)
#D2E6D3
(210,230,211)
#D9EADB
(217,234,219)
#E0EEE3
(224,238,227)
#E7F2EB
(231,242,235)
#EEF6F3
(238,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8CEA3; }

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

This text font color is #A8CEA3.


Background Color

.myBgColor { background-color: #A8CEA3; }

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

This div background color is #A8CEA3.


Border color

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

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

This div border color is #A8CEA3.


Opacity

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

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

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

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

This text has shadow with #A8CEA3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8CEA3 on black background.


Color preview on white background

This text has color #A8CEA3 on white background.



Black color preview on #A8CEA3 background

This text has black color on #A8CEA3 background.


White color preview on #A8CEA3 background

This text has white color on #A8CEA3 background.