COLOR #A2D4CC

HEX: #A2D4CC
RGB: (162,212,204)

Color info

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

RGB color model

#A2D4CC color RGB value is (162,212,204).

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

RGB channels and saturation

R 162 of 255 = 64%
G 212 of 255 = 83%
B 204 of 255 = 80%

162
212
204

R + G + B ~ 76%. #A2D4CC is quite light color.

Portions of RGB colors in percentages

R + G + B =
162 + 212 + 204 = 578 (100%)
R 162 of 578 ~ 28.03%
G 212 of 578 ~ 36.68%
B 204 of 578 ~ 35.29%

%28.03
%36.68
%35.29

CMYK color model

#A2D4CC color CMYK value is (24,0,4,17).

  • cyan value is 23.58%
  • magenta value is 0.00%
  • yellow value is 3.77%
  • key color value is 16.86%
CMYK:
(24,0,4,17)
C24M0Y4K17 
(24%,0%,4%,17%)
(0.24/0.00/0.04/0.17)	

CMYK percentages

%23.58
%0
%3.77
%16.86

Codes

Color #A2D4CC in popluar color models

A2D4CC
RGB162212204
HSL170°36.76%73.33%
HSB/HSV170°23.58%83.14%
CMYK23.58%0.00%3.77%
16.86%

Color #A2D4CC in popluar number systems.

HEXA2D4CC
Decimal162212204
Binary101000101101010011001100
Octal242324314

Shades and tints

Shades of #A2D4CC

#A2D4CC
(162,212,204)
#94C1BA
(148,193,186)
#86AEA8
(134,174,168)
#789B96
(120,155,150)
#6A8884
(106,136,132)
#5C7572
(92,117,114)
#4E6260
(78,98,96)
#404F4E
(64,79,78)
#323C3C
(50,60,60)
#24292A
(36,41,42)
#161618
(22,22,24)
#000000
(0,0,0)

Tints of #A2D4CC

#A2D4CC
(162,212,204)
#AAD7D0
(170,215,208)
#B2DAD4
(178,218,212)
#BADDD8
(186,221,216)
#C2E0DC
(194,224,220)
#CAE3E0
(202,227,224)
#D2E6E4
(210,230,228)
#DAE9E8
(218,233,232)
#E2ECEC
(226,236,236)
#EAEFF0
(234,239,240)
#F2F2F4
(242,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A2D4CC; }

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

This text font color is #A2D4CC.


Background Color

.myBgColor { background-color: #A2D4CC; }

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

This div background color is #A2D4CC.


Border color

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

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

This div border color is #A2D4CC.


Opacity

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

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

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

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

This text has shadow with #A2D4CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A2D4CC on black background.


Color preview on white background

This text has color #A2D4CC on white background.



Black color preview on #A2D4CC background

This text has black color on #A2D4CC background.


White color preview on #A2D4CC background

This text has white color on #A2D4CC background.