COLOR #A3C9AC

HEX: #A3C9AC
RGB: (163,201,172)

Color info

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

RGB color model

#A3C9AC color RGB value is (163,201,172).

  • red value is 163;
  • green value is 201;
  • blue value is 172.
RGB:
(163,201,172)
(64%,79%,67%)

RGB channels and saturation

R 163 of 255 = 64%
G 201 of 255 = 79%
B 172 of 255 = 67%

163
201
172

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

Portions of RGB colors in percentages

R + G + B =
163 + 201 + 172 = 536 (100%)
R 163 of 536 ~ 30.41%
G 201 of 536 ~ 37.5%
B 172 of 536 ~ 32.09%

%30.41
%37.5
%32.09

CMYK color model

#A3C9AC color CMYK value is (19,0,14,21).

  • cyan value is 18.91%
  • magenta value is 0.00%
  • yellow value is 14.43%
  • key color value is 21.18%
CMYK:
(19,0,14,21)
C19M0Y14K21 
(19%,0%,14%,21%)
(0.19/0.00/0.14/0.21)	

CMYK percentages

%18.91
%0
%14.43
%21.18

Codes

Color #A3C9AC in popluar color models

A3C9AC
RGB163201172
HSL134°26.03%71.37%
HSB/HSV134°18.91%78.82%
CMYK18.91%0.00%14.43%
21.18%

Color #A3C9AC in popluar number systems.

HEXA3C9AC
Decimal163201172
Binary101000111100100110101100
Octal243311254

Shades and tints

Shades of #A3C9AC

#A3C9AC
(163,201,172)
#95B79D
(149,183,157)
#87A58E
(135,165,142)
#79937F
(121,147,127)
#6B8170
(107,129,112)
#5D6F61
(93,111,97)
#4F5D52
(79,93,82)
#414B43
(65,75,67)
#333934
(51,57,52)
#252725
(37,39,37)
#171516
(23,21,22)
#000000
(0,0,0)

Tints of #A3C9AC

#A3C9AC
(163,201,172)
#ABCDB3
(171,205,179)
#B3D1BA
(179,209,186)
#BBD5C1
(187,213,193)
#C3D9C8
(195,217,200)
#CBDDCF
(203,221,207)
#D3E1D6
(211,225,214)
#DBE5DD
(219,229,221)
#E3E9E4
(227,233,228)
#EBEDEB
(235,237,235)
#F3F1F2
(243,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3C9AC color. Also use rgb(163,201,172) instead hex code.

Text Font Color

.myTextColor { color: #A3C9AC; }

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

This text font color is #A3C9AC.


Background Color

.myBgColor { background-color: #A3C9AC; }

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

This div background color is #A3C9AC.


Border color

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

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

This div border color is #A3C9AC.


Opacity

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

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

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

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

This text has shadow with #A3C9AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3C9AC on black background.


Color preview on white background

This text has color #A3C9AC on white background.



Black color preview on #A3C9AC background

This text has black color on #A3C9AC background.


White color preview on #A3C9AC background

This text has white color on #A3C9AC background.