COLOR #A2C1CC

HEX: #A2C1CC
RGB: (162,193,204)

Color info

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

RGB color model

#A2C1CC color RGB value is (162,193,204).

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

RGB channels and saturation

R 162 of 255 = 64%
G 193 of 255 = 76%
B 204 of 255 = 80%

162
193
204

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

Portions of RGB colors in percentages

R + G + B =
162 + 193 + 204 = 559 (100%)
R 162 of 559 ~ 28.98%
G 193 of 559 ~ 34.53%
B 204 of 559 ~ 36.49%

%28.98
%34.53
%36.49

CMYK color model

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

  • cyan value is 20.59%
  • magenta value is 5.39%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(21,5,0,20)
C21M5Y0K20 
(21%,5%,0%,20%)
(0.21/0.05/0.00/0.20)	

CMYK percentages

%20.59
%5.39
%0
%20

Codes

Color #A2C1CC in popluar color models

A2C1CC
RGB162193204
HSL196°29.17%71.76%
HSB/HSV196°20.59%80.00%
CMYK20.59%5.39%0.00%
20.00%

Color #A2C1CC in popluar number systems.

HEXA2C1CC
Decimal162193204
Binary101000101100000111001100
Octal242301314

Shades and tints

Shades of #A2C1CC

#A2C1CC
(162,193,204)
#94B0BA
(148,176,186)
#869FA8
(134,159,168)
#788E96
(120,142,150)
#6A7D84
(106,125,132)
#5C6C72
(92,108,114)
#4E5B60
(78,91,96)
#404A4E
(64,74,78)
#32393C
(50,57,60)
#24282A
(36,40,42)
#161718
(22,23,24)
#000000
(0,0,0)

Tints of #A2C1CC

#A2C1CC
(162,193,204)
#AAC6D0
(170,198,208)
#B2CBD4
(178,203,212)
#BAD0D8
(186,208,216)
#C2D5DC
(194,213,220)
#CADAE0
(202,218,224)
#D2DFE4
(210,223,228)
#DAE4E8
(218,228,232)
#E2E9EC
(226,233,236)
#EAEEF0
(234,238,240)
#F2F3F4
(242,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A2C1CC; }

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

This text font color is #A2C1CC.


Background Color

.myBgColor { background-color: #A2C1CC; }

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

This div background color is #A2C1CC.


Border color

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

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

This div border color is #A2C1CC.


Opacity

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

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

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

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

This text has shadow with #A2C1CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A2C1CC on black background.


Color preview on white background

This text has color #A2C1CC on white background.



Black color preview on #A2C1CC background

This text has black color on #A2C1CC background.


White color preview on #A2C1CC background

This text has white color on #A2C1CC background.