COLOR #A2CED4

HEX: #A2CED4
RGB: (162,206,212)

Color info

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

RGB color model

#A2CED4 color RGB value is (162,206,212).

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

RGB channels and saturation

R 162 of 255 = 64%
G 206 of 255 = 81%
B 212 of 255 = 83%

162
206
212

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

Portions of RGB colors in percentages

R + G + B =
162 + 206 + 212 = 580 (100%)
R 162 of 580 ~ 27.93%
G 206 of 580 ~ 35.52%
B 212 of 580 ~ 36.55%

%27.93
%35.52
%36.55

CMYK color model

#A2CED4 color CMYK value is (24,3,0,17).

  • cyan value is 23.58%
  • magenta value is 2.83%
  • yellow value is 0.00%
  • key color value is 16.86%
CMYK:
(24,3,0,17)
C24M3Y0K17 
(24%,3%,0%,17%)
(0.24/0.03/0.00/0.17)	

CMYK percentages

%23.58
%2.83
%0
%16.86

Codes

Color #A2CED4 in popluar color models

A2CED4
RGB162206212
HSL187°36.76%73.33%
HSB/HSV187°23.58%83.14%
CMYK23.58%2.83%0.00%
16.86%

Color #A2CED4 in popluar number systems.

HEXA2CED4
Decimal162206212
Binary101000101100111011010100
Octal242316324

Shades and tints

Shades of #A2CED4

#A2CED4
(162,206,212)
#94BCC1
(148,188,193)
#86AAAE
(134,170,174)
#78989B
(120,152,155)
#6A8688
(106,134,136)
#5C7475
(92,116,117)
#4E6262
(78,98,98)
#40504F
(64,80,79)
#323E3C
(50,62,60)
#242C29
(36,44,41)
#161A16
(22,26,22)
#000000
(0,0,0)

Tints of #A2CED4

#A2CED4
(162,206,212)
#AAD2D7
(170,210,215)
#B2D6DA
(178,214,218)
#BADADD
(186,218,221)
#C2DEE0
(194,222,224)
#CAE2E3
(202,226,227)
#D2E6E6
(210,230,230)
#DAEAE9
(218,234,233)
#E2EEEC
(226,238,236)
#EAF2EF
(234,242,239)
#F2F6F2
(242,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A2CED4; }

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

This text font color is #A2CED4.


Background Color

.myBgColor { background-color: #A2CED4; }

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

This div background color is #A2CED4.


Border color

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

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

This div border color is #A2CED4.


Opacity

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

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

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

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

This text has shadow with #A2CED4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A2CED4 on black background.


Color preview on white background

This text has color #A2CED4 on white background.



Black color preview on #A2CED4 background

This text has black color on #A2CED4 background.


White color preview on #A2CED4 background

This text has white color on #A2CED4 background.