COLOR #A2C5DC

HEX: #A2C5DC
RGB: (162,197,220)

Color info

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

RGB color model

#A2C5DC color RGB value is (162,197,220).

  • red value is 162;
  • green value is 197;
  • blue value is 220.
RGB:
(162,197,220)
(64%,77%,86%)

RGB channels and saturation

R 162 of 255 = 64%
G 197 of 255 = 77%
B 220 of 255 = 86%

162
197
220

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

Portions of RGB colors in percentages

R + G + B =
162 + 197 + 220 = 579 (100%)
R 162 of 579 ~ 27.98%
G 197 of 579 ~ 34.02%
B 220 of 579 ~ 38%

%27.98
%34.02
%38

CMYK color model

#A2C5DC color CMYK value is (26,10,0,14).

  • cyan value is 26.36%
  • magenta value is 10.45%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(26,10,0,14)
C26M10Y0K14 
(26%,10%,0%,14%)
(0.26/0.10/0.00/0.14)	

CMYK percentages

%26.36
%10.45
%0
%13.73

Codes

Color #A2C5DC in popluar color models

A2C5DC
RGB162197220
HSL204°45.31%74.90%
HSB/HSV204°26.36%86.27%
CMYK26.36%10.45%0.00%
13.73%

Color #A2C5DC in popluar number systems.

HEXA2C5DC
Decimal162197220
Binary101000101100010111011100
Octal242305334

Shades and tints

Shades of #A2C5DC

#A2C5DC
(162,197,220)
#94B4C8
(148,180,200)
#86A3B4
(134,163,180)
#7892A0
(120,146,160)
#6A818C
(106,129,140)
#5C7078
(92,112,120)
#4E5F64
(78,95,100)
#404E50
(64,78,80)
#323D3C
(50,61,60)
#242C28
(36,44,40)
#161B14
(22,27,20)
#000000
(0,0,0)

Tints of #A2C5DC

#A2C5DC
(162,197,220)
#AACADF
(170,202,223)
#B2CFE2
(178,207,226)
#BAD4E5
(186,212,229)
#C2D9E8
(194,217,232)
#CADEEB
(202,222,235)
#D2E3EE
(210,227,238)
#DAE8F1
(218,232,241)
#E2EDF4
(226,237,244)
#EAF2F7
(234,242,247)
#F2F7FA
(242,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A2C5DC color. Also use rgb(162,197,220) instead hex code.

Text Font Color

.myTextColor { color: #A2C5DC; }

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

This text font color is #A2C5DC.


Background Color

.myBgColor { background-color: #A2C5DC; }

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

This div background color is #A2C5DC.


Border color

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

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

This div border color is #A2C5DC.


Opacity

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

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

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

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

This text has shadow with #A2C5DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A2C5DC on black background.


Color preview on white background

This text has color #A2C5DC on white background.



Black color preview on #A2C5DC background

This text has black color on #A2C5DC background.


White color preview on #A2C5DC background

This text has white color on #A2C5DC background.