COLOR #A3C0AE

HEX: #A3C0AE
RGB: (163,192,174)

Color info

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

RGB color model

#A3C0AE color RGB value is (163,192,174).

  • red value is 163;
  • green value is 192;
  • blue value is 174.
RGB:
(163,192,174)
(64%,75%,68%)

RGB channels and saturation

R 163 of 255 = 64%
G 192 of 255 = 75%
B 174 of 255 = 68%

163
192
174

R + G + B ~ 69%. #A3C0AE is quite light color.

Portions of RGB colors in percentages

R + G + B =
163 + 192 + 174 = 529 (100%)
R 163 of 529 ~ 30.81%
G 192 of 529 ~ 36.29%
B 174 of 529 ~ 32.89%

%30.81
%36.29
%32.89

CMYK color model

#A3C0AE color CMYK value is (15,0,9,25).

  • cyan value is 15.10%
  • magenta value is 0.00%
  • yellow value is 9.38%
  • key color value is 24.71%
CMYK:
(15,0,9,25)
C15M0Y9K25 
(15%,0%,9%,25%)
(0.15/0.00/0.09/0.25)	

CMYK percentages

%15.1
%0
%9.38
%24.71

Codes

Color #A3C0AE in popluar color models

A3C0AE
RGB163192174
HSL143°18.71%69.61%
HSB/HSV143°15.10%75.29%
CMYK15.10%0.00%9.38%
24.71%

Color #A3C0AE in popluar number systems.

HEXA3C0AE
Decimal163192174
Binary101000111100000010101110
Octal243300256

Shades and tints

Shades of #A3C0AE

#A3C0AE
(163,192,174)
#95AF9F
(149,175,159)
#879E90
(135,158,144)
#798D81
(121,141,129)
#6B7C72
(107,124,114)
#5D6B63
(93,107,99)
#4F5A54
(79,90,84)
#414945
(65,73,69)
#333836
(51,56,54)
#252727
(37,39,39)
#171618
(23,22,24)
#000000
(0,0,0)

Tints of #A3C0AE

#A3C0AE
(163,192,174)
#ABC5B5
(171,197,181)
#B3CABC
(179,202,188)
#BBCFC3
(187,207,195)
#C3D4CA
(195,212,202)
#CBD9D1
(203,217,209)
#D3DED8
(211,222,216)
#DBE3DF
(219,227,223)
#E3E8E6
(227,232,230)
#EBEDED
(235,237,237)
#F3F2F4
(243,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3C0AE color. Also use rgb(163,192,174) instead hex code.

Text Font Color

.myTextColor { color: #A3C0AE; }

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

This text font color is #A3C0AE.


Background Color

.myBgColor { background-color: #A3C0AE; }

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

This div background color is #A3C0AE.


Border color

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

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

This div border color is #A3C0AE.


Opacity

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

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

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

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

This text has shadow with #A3C0AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3C0AE on black background.


Color preview on white background

This text has color #A3C0AE on white background.



Black color preview on #A3C0AE background

This text has black color on #A3C0AE background.


White color preview on #A3C0AE background

This text has white color on #A3C0AE background.