COLOR #A2CDA4

HEX: #A2CDA4
RGB: (162,205,164)

Color info

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

RGB color model

#A2CDA4 color RGB value is (162,205,164).

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

RGB channels and saturation

R 162 of 255 = 64%
G 205 of 255 = 80%
B 164 of 255 = 64%

162
205
164

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

Portions of RGB colors in percentages

R + G + B =
162 + 205 + 164 = 531 (100%)
R 162 of 531 ~ 30.51%
G 205 of 531 ~ 38.61%
B 164 of 531 ~ 30.89%

%30.51
%38.61
%30.89

CMYK color model

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

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

CMYK percentages

%20.98
%0
%20
%19.61

Codes

Color #A2CDA4 in popluar color models

A2CDA4
RGB162205164
HSL123°30.07%71.96%
HSB/HSV123°20.98%80.39%
CMYK20.98%0.00%20.00%
19.61%

Color #A2CDA4 in popluar number systems.

HEXA2CDA4
Decimal162205164
Binary101000101100110110100100
Octal242315244

Shades and tints

Shades of #A2CDA4

#A2CDA4
(162,205,164)
#94BB96
(148,187,150)
#86A988
(134,169,136)
#78977A
(120,151,122)
#6A856C
(106,133,108)
#5C735E
(92,115,94)
#4E6150
(78,97,80)
#404F42
(64,79,66)
#323D34
(50,61,52)
#242B26
(36,43,38)
#161918
(22,25,24)
#000000
(0,0,0)

Tints of #A2CDA4

#A2CDA4
(162,205,164)
#AAD1AC
(170,209,172)
#B2D5B4
(178,213,180)
#BAD9BC
(186,217,188)
#C2DDC4
(194,221,196)
#CAE1CC
(202,225,204)
#D2E5D4
(210,229,212)
#DAE9DC
(218,233,220)
#E2EDE4
(226,237,228)
#EAF1EC
(234,241,236)
#F2F5F4
(242,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A2CDA4 color. Also use rgb(162,205,164) instead hex code.

Text Font Color

.myTextColor { color: #A2CDA4; }

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

This text font color is #A2CDA4.


Background Color

.myBgColor { background-color: #A2CDA4; }

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

This div background color is #A2CDA4.


Border color

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

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

This div border color is #A2CDA4.


Opacity

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

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

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

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

This text has shadow with #A2CDA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A2CDA4 on black background.


Color preview on white background

This text has color #A2CDA4 on white background.



Black color preview on #A2CDA4 background

This text has black color on #A2CDA4 background.


White color preview on #A2CDA4 background

This text has white color on #A2CDA4 background.