COLOR #A8D2A3

HEX: #A8D2A3
RGB: (168,210,163)

Color info

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

RGB color model

#A8D2A3 color RGB value is (168,210,163).

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

RGB channels and saturation

R 168 of 255 = 66%
G 210 of 255 = 82%
B 163 of 255 = 64%

168
210
163

R + G + B ~ 71%. #A8D2A3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
168 + 210 + 163 = 541 (100%)
R 168 of 541 ~ 31.05%
G 210 of 541 ~ 38.82%
B 163 of 541 ~ 30.13%

%31.05
%38.82
%30.13

CMYK color model

#A8D2A3 color CMYK value is (20,0,22,18).

  • cyan value is 20.00%
  • magenta value is 0.00%
  • yellow value is 22.38%
  • key color value is 17.65%
CMYK:
(20,0,22,18)
C20M0Y22K18 
(20%,0%,22%,18%)
(0.20/0.00/0.22/0.18)	

CMYK percentages

%20
%0
%22.38
%17.65

Codes

Color #A8D2A3 in popluar color models

A8D2A3
RGB168210163
HSL114°34.31%73.14%
HSB/HSV114°22.38%82.35%
CMYK20.00%0.00%22.38%
17.65%

Color #A8D2A3 in popluar number systems.

HEXA8D2A3
Decimal168210163
Binary101010001101001010100011
Octal250322243

Shades and tints

Shades of #A8D2A3

#A8D2A3
(168,210,163)
#99BF95
(153,191,149)
#8AAC87
(138,172,135)
#7B9979
(123,153,121)
#6C866B
(108,134,107)
#5D735D
(93,115,93)
#4E604F
(78,96,79)
#3F4D41
(63,77,65)
#303A33
(48,58,51)
#212725
(33,39,37)
#121417
(18,20,23)
#000000
(0,0,0)

Tints of #A8D2A3

#A8D2A3
(168,210,163)
#AFD6AB
(175,214,171)
#B6DAB3
(182,218,179)
#BDDEBB
(189,222,187)
#C4E2C3
(196,226,195)
#CBE6CB
(203,230,203)
#D2EAD3
(210,234,211)
#D9EEDB
(217,238,219)
#E0F2E3
(224,242,227)
#E7F6EB
(231,246,235)
#EEFAF3
(238,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8D2A3; }

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

This text font color is #A8D2A3.


Background Color

.myBgColor { background-color: #A8D2A3; }

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

This div background color is #A8D2A3.


Border color

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

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

This div border color is #A8D2A3.


Opacity

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

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

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

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

This text has shadow with #A8D2A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8D2A3 on black background.


Color preview on white background

This text has color #A8D2A3 on white background.



Black color preview on #A8D2A3 background

This text has black color on #A8D2A3 background.


White color preview on #A8D2A3 background

This text has white color on #A8D2A3 background.