COLOR #A2C4DD

HEX: #A2C4DD RGB: (162,196,221)

Color info

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

RGB color model

#A2C4DD color RGB value is (162,196,221).

RGB: (162,196,221) (64%, 77%, 87%)

RGB channels and saturation

R 162 of 255 = 64%
G 196 of 255 = 77%
B 221 of 255 = 87%

162
196
221

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

Portions of RGB colors in percentages

R + G + B = 162 + 196 + 221 = 579 (100%)
R 162 of 579 ~ 27.98%
G 196 of 579 ~ 33.85%
B 221 of 579 ~ 38.17'%

%27.98
%33.85
%38.17

CMYK color model

#A2C4DD color CMYK value is (27,11,0,13).

  • cyan value is 26.70%
  • magenta value is 11.31%
  • yellow value is 0.00%
  • key color value is 13.33%

CMYK: (27,11,0,13)
C27M11Y0K13 (27%, 11%, 0%, 13%)
(0.27 / 0.11 / 0.00 / 0.13)

CMYK percentages

%26.7
%11.31
%0
%13.33

Codes

Color #A2C4DD in popluar color models

A2 C4 DD
RGB 162 196 221
HSL 205° 46.46% 75.10%
HSB/HSV 205° 26.70% 86.67%
CMYK 26.70% 11.31% 0.00%
13.33%

Color #A2C4DD in popluar number systems.

HEX A2 C4 DD
Decimal 162 196 221
Binary 10100010 11000100 11011101
Octal 242 304 335

Shades and tints

Shades of #A2C4DD

#A2C4DD
(162,196,221)
#94B3C9
(148,179,201)
#86A2B5
(134,162,181)
#7891A1
(120,145,161)
#6A808D
(106,128,141)
#5C6F79
(92,111,121)
#4E5E65
(78,94,101)
#404D51
(64,77,81)
#323C3D
(50,60,61)
#242B29
(36,43,41)
#161A15
(22,26,21)
#000000
(0,0,0)

Tints of #A2C4DD

#A2C4DD
(162,196,221)
#AAC9E0
(170,201,224)
#B2CEE3
(178,206,227)
#BAD3E6
(186,211,230)
#C2D8E9
(194,216,233)
#CADDEC
(202,221,236)
#D2E2EF
(210,226,239)
#DAE7F2
(218,231,242)
#E2ECF5
(226,236,245)
#EAF1F8
(234,241,248)
#F2F6FB
(242,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A2C4DD; }

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

This text font color is #A2C4DD.

Background Color

.myBgColor { background-color: #A2C4DD; }

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

This div background color is #A2C4DD.

Border color

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

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

This div border color is #A2C4DD.

Opacity

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

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

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

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

This text has shadow with #A2C4DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A2C4DD.

Preview

Color preview on black background

This text has color #A2C4DD on black background.


Color preview on white background

This text has color #A2C4DD on white background.


Black color preview on #A2C4DD background

This text has black color on #A2C4DD background.


White color preview on #A2C4DD background

This text has white color on #A2C4DD background.


Related colors

Complementary color

Complementary color for #hex is #5D3B22.


I love getcolorcode.com

Triadic colors

1 #DDA2C4 and #C4DDA2 with #A2C4DD are triadic colors.

2 #DDC4A2 and #C4A2DD with #A2C4DD are triadic colors.