COLOR #A2C0CC

HEX: #A2C0CC
RGB: (162,192,204)

Color info

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

RGB color model

#A2C0CC color RGB value is (162,192,204).

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

RGB channels and saturation

R 162 of 255 = 64%
G 192 of 255 = 75%
B 204 of 255 = 80%

162
192
204

R + G + B ~ 73%. #A2C0CC is quite light color.

Portions of RGB colors in percentages

R + G + B =
162 + 192 + 204 = 558 (100%)
R 162 of 558 ~ 29.03%
G 192 of 558 ~ 34.41%
B 204 of 558 ~ 36.56%

%29.03
%34.41
%36.56

CMYK color model

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

  • cyan value is 20.59%
  • magenta value is 5.88%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(21,6,0,20)
C21M6Y0K20 
(21%,6%,0%,20%)
(0.21/0.06/0.00/0.20)	

CMYK percentages

%20.59
%5.88
%0
%20

Codes

Color #A2C0CC in popluar color models

A2C0CC
RGB162192204
HSL197°29.17%71.76%
HSB/HSV197°20.59%80.00%
CMYK20.59%5.88%0.00%
20.00%

Color #A2C0CC in popluar number systems.

HEXA2C0CC
Decimal162192204
Binary101000101100000011001100
Octal242300314

Shades and tints

Shades of #A2C0CC

#A2C0CC
(162,192,204)
#94AFBA
(148,175,186)
#869EA8
(134,158,168)
#788D96
(120,141,150)
#6A7C84
(106,124,132)
#5C6B72
(92,107,114)
#4E5A60
(78,90,96)
#40494E
(64,73,78)
#32383C
(50,56,60)
#24272A
(36,39,42)
#161618
(22,22,24)
#000000
(0,0,0)

Tints of #A2C0CC

#A2C0CC
(162,192,204)
#AAC5D0
(170,197,208)
#B2CAD4
(178,202,212)
#BACFD8
(186,207,216)
#C2D4DC
(194,212,220)
#CAD9E0
(202,217,224)
#D2DEE4
(210,222,228)
#DAE3E8
(218,227,232)
#E2E8EC
(226,232,236)
#EAEDF0
(234,237,240)
#F2F2F4
(242,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A2C0CC; }

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

This text font color is #A2C0CC.


Background Color

.myBgColor { background-color: #A2C0CC; }

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

This div background color is #A2C0CC.


Border color

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

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

This div border color is #A2C0CC.


Opacity

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

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

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

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

This text has shadow with #A2C0CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A2C0CC on black background.


Color preview on white background

This text has color #A2C0CC on white background.



Black color preview on #A2C0CC background

This text has black color on #A2C0CC background.


White color preview on #A2C0CC background

This text has white color on #A2C0CC background.