COLOR #A2C9CC

HEX: #A2C9CC
RGB: (162,201,204)

Color info

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

RGB color model

#A2C9CC color RGB value is (162,201,204).

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

RGB channels and saturation

R 162 of 255 = 64%
G 201 of 255 = 79%
B 204 of 255 = 80%

162
201
204

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

Portions of RGB colors in percentages

R + G + B =
162 + 201 + 204 = 567 (100%)
R 162 of 567 ~ 28.57%
G 201 of 567 ~ 35.45%
B 204 of 567 ~ 35.98%

%28.57
%35.45
%35.98

CMYK color model

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

  • cyan value is 20.59%
  • magenta value is 1.47%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(21,1,0,20)
C21M1Y0K20 
(21%,1%,0%,20%)
(0.21/0.01/0.00/0.20)	

CMYK percentages

%20.59
%1.47
%0
%20

Codes

Color #A2C9CC in popluar color models

A2C9CC
RGB162201204
HSL184°29.17%71.76%
HSB/HSV184°20.59%80.00%
CMYK20.59%1.47%0.00%
20.00%

Color #A2C9CC in popluar number systems.

HEXA2C9CC
Decimal162201204
Binary101000101100100111001100
Octal242311314

Shades and tints

Shades of #A2C9CC

#A2C9CC
(162,201,204)
#94B7BA
(148,183,186)
#86A5A8
(134,165,168)
#789396
(120,147,150)
#6A8184
(106,129,132)
#5C6F72
(92,111,114)
#4E5D60
(78,93,96)
#404B4E
(64,75,78)
#32393C
(50,57,60)
#24272A
(36,39,42)
#161518
(22,21,24)
#000000
(0,0,0)

Tints of #A2C9CC

#A2C9CC
(162,201,204)
#AACDD0
(170,205,208)
#B2D1D4
(178,209,212)
#BAD5D8
(186,213,216)
#C2D9DC
(194,217,220)
#CADDE0
(202,221,224)
#D2E1E4
(210,225,228)
#DAE5E8
(218,229,232)
#E2E9EC
(226,233,236)
#EAEDF0
(234,237,240)
#F2F1F4
(242,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A2C9CC; }

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

This text font color is #A2C9CC.


Background Color

.myBgColor { background-color: #A2C9CC; }

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

This div background color is #A2C9CC.


Border color

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

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

This div border color is #A2C9CC.


Opacity

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

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

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

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

This text has shadow with #A2C9CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A2C9CC on black background.


Color preview on white background

This text has color #A2C9CC on white background.



Black color preview on #A2C9CC background

This text has black color on #A2C9CC background.


White color preview on #A2C9CC background

This text has white color on #A2C9CC background.