COLOR #A3C8AA

HEX: #A3C8AA
RGB: (163,200,170)

Color info

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

RGB color model

#A3C8AA color RGB value is (163,200,170).

  • red value is 163;
  • green value is 200;
  • blue value is 170.
RGB:
(163,200,170)
(64%,78%,67%)

RGB channels and saturation

R 163 of 255 = 64%
G 200 of 255 = 78%
B 170 of 255 = 67%

163
200
170

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

Portions of RGB colors in percentages

R + G + B =
163 + 200 + 170 = 533 (100%)
R 163 of 533 ~ 30.58%
G 200 of 533 ~ 37.52%
B 170 of 533 ~ 31.89%

%30.58
%37.52
%31.89

CMYK color model

#A3C8AA color CMYK value is (19,0,15,22).

  • cyan value is 18.50%
  • magenta value is 0.00%
  • yellow value is 15.00%
  • key color value is 21.57%
CMYK:
(19,0,15,22)
C19M0Y15K22 
(19%,0%,15%,22%)
(0.19/0.00/0.15/0.22)	

CMYK percentages

%18.5
%0
%15
%21.57

Codes

Color #A3C8AA in popluar color models

A3C8AA
RGB163200170
HSL131°25.17%71.18%
HSB/HSV131°18.50%78.43%
CMYK18.50%0.00%15.00%
21.57%

Color #A3C8AA in popluar number systems.

HEXA3C8AA
Decimal163200170
Binary101000111100100010101010
Octal243310252

Shades and tints

Shades of #A3C8AA

#A3C8AA
(163,200,170)
#95B69B
(149,182,155)
#87A48C
(135,164,140)
#79927D
(121,146,125)
#6B806E
(107,128,110)
#5D6E5F
(93,110,95)
#4F5C50
(79,92,80)
#414A41
(65,74,65)
#333832
(51,56,50)
#252623
(37,38,35)
#171414
(23,20,20)
#000000
(0,0,0)

Tints of #A3C8AA

#A3C8AA
(163,200,170)
#ABCDB1
(171,205,177)
#B3D2B8
(179,210,184)
#BBD7BF
(187,215,191)
#C3DCC6
(195,220,198)
#CBE1CD
(203,225,205)
#D3E6D4
(211,230,212)
#DBEBDB
(219,235,219)
#E3F0E2
(227,240,226)
#EBF5E9
(235,245,233)
#F3FAF0
(243,250,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3C8AA color. Also use rgb(163,200,170) instead hex code.

Text Font Color

.myTextColor { color: #A3C8AA; }

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

This text font color is #A3C8AA.


Background Color

.myBgColor { background-color: #A3C8AA; }

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

This div background color is #A3C8AA.


Border color

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

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

This div border color is #A3C8AA.


Opacity

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

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

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

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

This text has shadow with #A3C8AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3C8AA on black background.


Color preview on white background

This text has color #A3C8AA on white background.



Black color preview on #A3C8AA background

This text has black color on #A3C8AA background.


White color preview on #A3C8AA background

This text has white color on #A3C8AA background.