COLOR #A2CCAD

HEX: #A2CCAD RGB: (162,204,173)

Color info

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

RGB color model

#A2CCAD color RGB value is (162,204,173).

RGB: (162,204,173) (64%, 80%, 68%)

RGB channels and saturation

R 162 of 255 = 64%
G 204 of 255 = 80%
B 173 of 255 = 68%

162
204
173

R + G + B ~ 71%. #A2CCAD is quite light color.

Portions of RGB colors in percentages

R + G + B = 162 + 204 + 173 = 539 (100%)
R 162 of 539 ~ 30.06%
G 204 of 539 ~ 37.85%
B 173 of 539 ~ 32.1'%

%30.06
%37.85
%32.1

CMYK color model

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

  • cyan value is 20.59%
  • magenta value is 0.00%
  • yellow value is 15.20%
  • key color value is 20.00%

CMYK: (21,0,15,20)
C21M0Y15K20 (21%, 0%, 15%, 20%)
(0.21 / 0.00 / 0.15 / 0.20)

CMYK percentages

%20.59
%0
%15.2
%20

Codes

Color #A2CCAD in popluar color models

A2 CC AD
RGB 162 204 173
HSL 136° 29.17% 71.76%
HSB/HSV 136° 20.59% 80.00%
CMYK 20.59% 0.00% 15.20%
20.00%

Color #A2CCAD in popluar number systems.

HEX A2 CC AD
Decimal 162 204 173
Binary 10100010 11001100 10101101
Octal 242 314 255

Shades and tints

Shades of #A2CCAD

#A2CCAD
(162,204,173)
#94BA9E
(148,186,158)
#86A88F
(134,168,143)
#789680
(120,150,128)
#6A8471
(106,132,113)
#5C7262
(92,114,98)
#4E6053
(78,96,83)
#404E44
(64,78,68)
#323C35
(50,60,53)
#242A26
(36,42,38)
#161817
(22,24,23)
#000000
(0,0,0)

Tints of #A2CCAD

#A2CCAD
(162,204,173)
#AAD0B4
(170,208,180)
#B2D4BB
(178,212,187)
#BAD8C2
(186,216,194)
#C2DCC9
(194,220,201)
#CAE0D0
(202,224,208)
#D2E4D7
(210,228,215)
#DAE8DE
(218,232,222)
#E2ECE5
(226,236,229)
#EAF0EC
(234,240,236)
#F2F4F3
(242,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A2CCAD; }

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

This text font color is #A2CCAD.

Background Color

.myBgColor { background-color: #A2CCAD; }

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

This div background color is #A2CCAD.

Border color

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

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

This div border color is #A2CCAD.

Opacity

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

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

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

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

This text has shadow with #A2CCAD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A2CCAD.

Preview

Color preview on black background

This text has color #A2CCAD on black background.


Color preview on white background

This text has color #A2CCAD on white background.


Black color preview on #A2CCAD background

This text has black color on #A2CCAD background.


White color preview on #A2CCAD background

This text has white color on #A2CCAD background.


Related colors

Complementary color

Complementary color for #hex is #5D3352.


I love getcolorcode.com

Triadic colors

1 #ADA2CC and #CCADA2 with #A2CCAD are triadic colors.

2 #ADCCA2 and #CCA2AD with #A2CCAD are triadic colors.