COLOR #A3CAA0

HEX: #A3CAA0
RGB: (163,202,160)

Color info

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

RGB color model

#A3CAA0 color RGB value is (163,202,160).

  • red value is 163;
  • green value is 202;
  • blue value is 160.
RGB:
(163,202,160)
(64%,79%,63%)

RGB channels and saturation

R 163 of 255 = 64%
G 202 of 255 = 79%
B 160 of 255 = 63%

163
202
160

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

Portions of RGB colors in percentages

R + G + B =
163 + 202 + 160 = 525 (100%)
R 163 of 525 ~ 31.05%
G 202 of 525 ~ 38.48%
B 160 of 525 ~ 30.48%

%31.05
%38.48
%30.48

CMYK color model

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

  • cyan value is 19.31%
  • magenta value is 0.00%
  • yellow value is 20.79%
  • key color value is 20.78%
CMYK:
(19,0,21,21)
C19M0Y21K21 
(19%,0%,21%,21%)
(0.19/0.00/0.21/0.21)	

CMYK percentages

%19.31
%0
%20.79
%20.78

Codes

Color #A3CAA0 in popluar color models

A3CAA0
RGB163202160
HSL116°28.38%70.98%
HSB/HSV116°20.79%79.22%
CMYK19.31%0.00%20.79%
20.78%

Color #A3CAA0 in popluar number systems.

HEXA3CAA0
Decimal163202160
Binary101000111100101010100000
Octal243312240

Shades and tints

Shades of #A3CAA0

#A3CAA0
(163,202,160)
#95B892
(149,184,146)
#87A684
(135,166,132)
#799476
(121,148,118)
#6B8268
(107,130,104)
#5D705A
(93,112,90)
#4F5E4C
(79,94,76)
#414C3E
(65,76,62)
#333A30
(51,58,48)
#252822
(37,40,34)
#171614
(23,22,20)
#000000
(0,0,0)

Tints of #A3CAA0

#A3CAA0
(163,202,160)
#ABCEA8
(171,206,168)
#B3D2B0
(179,210,176)
#BBD6B8
(187,214,184)
#C3DAC0
(195,218,192)
#CBDEC8
(203,222,200)
#D3E2D0
(211,226,208)
#DBE6D8
(219,230,216)
#E3EAE0
(227,234,224)
#EBEEE8
(235,238,232)
#F3F2F0
(243,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3CAA0 color. Also use rgb(163,202,160) instead hex code.

Text Font Color

.myTextColor { color: #A3CAA0; }

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

This text font color is #A3CAA0.


Background Color

.myBgColor { background-color: #A3CAA0; }

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

This div background color is #A3CAA0.


Border color

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

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

This div border color is #A3CAA0.


Opacity

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

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

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

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

This text has shadow with #A3CAA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3CAA0 on black background.


Color preview on white background

This text has color #A3CAA0 on white background.



Black color preview on #A3CAA0 background

This text has black color on #A3CAA0 background.


White color preview on #A3CAA0 background

This text has white color on #A3CAA0 background.