COLOR #A2C4CA

HEX: #A2C4CA
RGB: (162,196,202)

Color info

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

RGB color model

#A2C4CA color RGB value is (162,196,202).

  • red value is 162;
  • green value is 196;
  • blue value is 202.
RGB:
(162,196,202)
(64%,77%,79%)

RGB channels and saturation

R 162 of 255 = 64%
G 196 of 255 = 77%
B 202 of 255 = 79%

162
196
202

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

Portions of RGB colors in percentages

R + G + B =
162 + 196 + 202 = 560 (100%)
R 162 of 560 ~ 28.93%
G 196 of 560 ~ 35%
B 202 of 560 ~ 36.07%

%28.93
%35
%36.07

CMYK color model

#A2C4CA color CMYK value is (20,3,0,21).

  • cyan value is 19.80%
  • magenta value is 2.97%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(20,3,0,21)
C20M3Y0K21 
(20%,3%,0%,21%)
(0.20/0.03/0.00/0.21)	

CMYK percentages

%19.8
%2.97
%0
%20.78

Codes

Color #A2C4CA in popluar color models

A2C4CA
RGB162196202
HSL189°27.40%71.37%
HSB/HSV189°19.80%79.22%
CMYK19.80%2.97%0.00%
20.78%

Color #A2C4CA in popluar number systems.

HEXA2C4CA
Decimal162196202
Binary101000101100010011001010
Octal242304312

Shades and tints

Shades of #A2C4CA

#A2C4CA
(162,196,202)
#94B3B8
(148,179,184)
#86A2A6
(134,162,166)
#789194
(120,145,148)
#6A8082
(106,128,130)
#5C6F70
(92,111,112)
#4E5E5E
(78,94,94)
#404D4C
(64,77,76)
#323C3A
(50,60,58)
#242B28
(36,43,40)
#161A16
(22,26,22)
#000000
(0,0,0)

Tints of #A2C4CA

#A2C4CA
(162,196,202)
#AAC9CE
(170,201,206)
#B2CED2
(178,206,210)
#BAD3D6
(186,211,214)
#C2D8DA
(194,216,218)
#CADDDE
(202,221,222)
#D2E2E2
(210,226,226)
#DAE7E6
(218,231,230)
#E2ECEA
(226,236,234)
#EAF1EE
(234,241,238)
#F2F6F2
(242,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A2C4CA; }

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

This text font color is #A2C4CA.


Background Color

.myBgColor { background-color: #A2C4CA; }

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

This div background color is #A2C4CA.


Border color

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

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

This div border color is #A2C4CA.


Opacity

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

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

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

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

This text has shadow with #A2C4CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A2C4CA on black background.


Color preview on white background

This text has color #A2C4CA on white background.



Black color preview on #A2C4CA background

This text has black color on #A2C4CA background.


White color preview on #A2C4CA background

This text has white color on #A2C4CA background.