COLOR #A2CCA3

HEX: #A2CCA3
RGB: (162,204,163)

Color info

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

RGB color model

#A2CCA3 color RGB value is (162,204,163).

  • red value is 162;
  • green value is 204;
  • blue value is 163.
RGB:
(162,204,163)
(64%,80%,64%)

RGB channels and saturation

R 162 of 255 = 64%
G 204 of 255 = 80%
B 163 of 255 = 64%

162
204
163

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

Portions of RGB colors in percentages

R + G + B =
162 + 204 + 163 = 529 (100%)
R 162 of 529 ~ 30.62%
G 204 of 529 ~ 38.56%
B 163 of 529 ~ 30.81%

%30.62
%38.56
%30.81

CMYK color model

#A2CCA3 color CMYK value is (21,0,20,20).

  • cyan value is 20.59%
  • magenta value is 0.00%
  • yellow value is 20.10%
  • key color value is 20.00%
CMYK:
(21,0,20,20)
C21M0Y20K20 
(21%,0%,20%,20%)
(0.21/0.00/0.20/0.20)	

CMYK percentages

%20.59
%0
%20.1
%20

Codes

Color #A2CCA3 in popluar color models

A2CCA3
RGB162204163
HSL121°29.17%71.76%
HSB/HSV121°20.59%80.00%
CMYK20.59%0.00%20.10%
20.00%

Color #A2CCA3 in popluar number systems.

HEXA2CCA3
Decimal162204163
Binary101000101100110010100011
Octal242314243

Shades and tints

Shades of #A2CCA3

#A2CCA3
(162,204,163)
#94BA95
(148,186,149)
#86A887
(134,168,135)
#789679
(120,150,121)
#6A846B
(106,132,107)
#5C725D
(92,114,93)
#4E604F
(78,96,79)
#404E41
(64,78,65)
#323C33
(50,60,51)
#242A25
(36,42,37)
#161817
(22,24,23)
#000000
(0,0,0)

Tints of #A2CCA3

#A2CCA3
(162,204,163)
#AAD0AB
(170,208,171)
#B2D4B3
(178,212,179)
#BAD8BB
(186,216,187)
#C2DCC3
(194,220,195)
#CAE0CB
(202,224,203)
#D2E4D3
(210,228,211)
#DAE8DB
(218,232,219)
#E2ECE3
(226,236,227)
#EAF0EB
(234,240,235)
#F2F4F3
(242,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A2CCA3 color. Also use rgb(162,204,163) instead hex code.

Text Font Color

.myTextColor { color: #A2CCA3; }

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

This text font color is #A2CCA3.


Background Color

.myBgColor { background-color: #A2CCA3; }

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

This div background color is #A2CCA3.


Border color

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

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

This div border color is #A2CCA3.


Opacity

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

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

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

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

This text has shadow with #A2CCA3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A2CCA3 on black background.


Color preview on white background

This text has color #A2CCA3 on white background.



Black color preview on #A2CCA3 background

This text has black color on #A2CCA3 background.


White color preview on #A2CCA3 background

This text has white color on #A2CCA3 background.