COLOR #A2C3A5

HEX: #A2C3A5
RGB: (162,195,165)

Color info

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

RGB color model

#A2C3A5 color RGB value is (162,195,165).

  • red value is 162;
  • green value is 195;
  • blue value is 165.
RGB:
(162,195,165)
(64%,76%,65%)

RGB channels and saturation

R 162 of 255 = 64%
G 195 of 255 = 76%
B 165 of 255 = 65%

162
195
165

R + G + B ~ 68%. #A2C3A5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
162 + 195 + 165 = 522 (100%)
R 162 of 522 ~ 31.03%
G 195 of 522 ~ 37.36%
B 165 of 522 ~ 31.61%

%31.03
%37.36
%31.61

CMYK color model

#A2C3A5 color CMYK value is (17,0,15,24).

  • cyan value is 16.92%
  • magenta value is 0.00%
  • yellow value is 15.38%
  • key color value is 23.53%
CMYK:
(17,0,15,24)
C17M0Y15K24 
(17%,0%,15%,24%)
(0.17/0.00/0.15/0.24)	

CMYK percentages

%16.92
%0
%15.38
%23.53

Codes

Color #A2C3A5 in popluar color models

A2C3A5
RGB162195165
HSL125°21.57%70.00%
HSB/HSV125°16.92%76.47%
CMYK16.92%0.00%15.38%
23.53%

Color #A2C3A5 in popluar number systems.

HEXA2C3A5
Decimal162195165
Binary101000101100001110100101
Octal242303245

Shades and tints

Shades of #A2C3A5

#A2C3A5
(162,195,165)
#94B296
(148,178,150)
#86A187
(134,161,135)
#789078
(120,144,120)
#6A7F69
(106,127,105)
#5C6E5A
(92,110,90)
#4E5D4B
(78,93,75)
#404C3C
(64,76,60)
#323B2D
(50,59,45)
#242A1E
(36,42,30)
#16190F
(22,25,15)
#000000
(0,0,0)

Tints of #A2C3A5

#A2C3A5
(162,195,165)
#AAC8AD
(170,200,173)
#B2CDB5
(178,205,181)
#BAD2BD
(186,210,189)
#C2D7C5
(194,215,197)
#CADCCD
(202,220,205)
#D2E1D5
(210,225,213)
#DAE6DD
(218,230,221)
#E2EBE5
(226,235,229)
#EAF0ED
(234,240,237)
#F2F5F5
(242,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A2C3A5 color. Also use rgb(162,195,165) instead hex code.

Text Font Color

.myTextColor { color: #A2C3A5; }

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

This text font color is #A2C3A5.


Background Color

.myBgColor { background-color: #A2C3A5; }

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

This div background color is #A2C3A5.


Border color

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

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

This div border color is #A2C3A5.


Opacity

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

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

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

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

This text has shadow with #A2C3A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A2C3A5 on black background.


Color preview on white background

This text has color #A2C3A5 on white background.



Black color preview on #A2C3A5 background

This text has black color on #A2C3A5 background.


White color preview on #A2C3A5 background

This text has white color on #A2C3A5 background.