COLOR #A2C4CC

HEX: #A2C4CC RGB: (162,196,204)

Color info

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

RGB color model

#A2C4CC color RGB value is (162,196,204).

RGB: (162,196,204) (64%, 77%, 80%)

RGB channels and saturation

R 162 of 255 = 64%
G 196 of 255 = 77%
B 204 of 255 = 80%

162
196
204

R + G + B ~ 74%. #A2C4CC is quite light color.

Portions of RGB colors in percentages

R + G + B = 162 + 196 + 204 = 562 (100%)
R 162 of 562 ~ 28.83%
G 196 of 562 ~ 34.88%
B 204 of 562 ~ 36.3'%

%28.83
%34.88
%36.3

CMYK color model

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

  • cyan value is 20.59%
  • magenta value is 3.92%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK: (21,4,0,20) C21M4Y0K20 (21%,4%,0%,20%) (0.21/0.04/0.00/0.20) 

CMYK percentages

%20.59
%3.92
%0
%20

Codes

Color #A2C4CC in popluar color models

A2 C4 CC
RGB 162 196 204
HSL 191° 29.17% 71.76%
HSB/HSV 191° 20.59% 80.00%
CMYK 20.59% 3.92% 0.00%
20.00%

Color #A2C4CC in popluar number systems.

HEX A2 C4 CC
Decimal 162 196 204
Binary 10100010 11000100 11001100
Octal 242 304 314

Shades and tints

Shades of #A2C4CC

#A2C4CC
(162,196,204)
#94B3BA
(148,179,186)
#86A2A8
(134,162,168)
#789196
(120,145,150)
#6A8084
(106,128,132)
#5C6F72
(92,111,114)
#4E5E60
(78,94,96)
#404D4E
(64,77,78)
#323C3C
(50,60,60)
#242B2A
(36,43,42)
#161A18
(22,26,24)
#000000
(0,0,0)

Tints of #A2C4CC

#A2C4CC
(162,196,204)
#AAC9D0
(170,201,208)
#B2CED4
(178,206,212)
#BAD3D8
(186,211,216)
#C2D8DC
(194,216,220)
#CADDE0
(202,221,224)
#D2E2E4
(210,226,228)
#DAE7E8
(218,231,232)
#E2ECEC
(226,236,236)
#EAF1F0
(234,241,240)
#F2F6F4
(242,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A2C4CC; }

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

This text font color is #A2C4CC.

Background Color

.myBgColor { background-color: #A2C4CC; }

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

This div background color is #A2C4CC.

Border color

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

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

This div border color is #A2C4CC.

Opacity

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

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

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

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

This text has shadow with #A2C4CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A2C4CC.

Preview

Color preview on black background

This text has color #A2C4CC on black background.


Color preview on white background

This text has color #A2C4CC on white background.


Black color preview on #A2C4CC background

This text has black color on #A2C4CC background.


White color preview on #A2C4CC background

This text has white color on #A2C4CC background.


Related colors

Complementary color

Complementary color for #hex is #5D3B33.


I love getcolorcode.com

Triadic colors

1 #CCA2C4 and #C4CCA2 with #A2C4CC are triadic colors.

2 #CCC4A2 and #C4A2CC with #A2C4CC are triadic colors.