COLOR #A2C9DD

HEX: #A2C9DD RGB: (162,201,221)

Color info

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

RGB color model

#A2C9DD color RGB value is (162,201,221).

RGB: (162,201,221) (64%, 79%, 87%)

RGB channels and saturation

R 162 of 255 = 64%
G 201 of 255 = 79%
B 221 of 255 = 87%

162
201
221

R + G + B ~ 77%. #A2C9DD is quite light color.

Portions of RGB colors in percentages

R + G + B = 162 + 201 + 221 = 584 (100%)
R 162 of 584 ~ 27.74%
G 201 of 584 ~ 34.42%
B 221 of 584 ~ 37.84'%

%27.74
%34.42
%37.84

CMYK color model

#A2C9DD color CMYK value is (27,9,0,13).

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

CMYK: (27,9,0,13)
C27M9Y0K13 (27%, 9%, 0%, 13%)
(0.27 / 0.09 / 0.00 / 0.13)

CMYK percentages

%26.7
%9.05
%0
%13.33

Codes

Color #A2C9DD in popluar color models

A2 C9 DD
RGB 162 201 221
HSL 200° 46.46% 75.10%
HSB/HSV 200° 26.70% 86.67%
CMYK 26.70% 9.05% 0.00%
13.33%

Color #A2C9DD in popluar number systems.

HEX A2 C9 DD
Decimal 162 201 221
Binary 10100010 11001001 11011101
Octal 242 311 335

Shades and tints

Shades of #A2C9DD

#A2C9DD
(162,201,221)
#94B7C9
(148,183,201)
#86A5B5
(134,165,181)
#7893A1
(120,147,161)
#6A818D
(106,129,141)
#5C6F79
(92,111,121)
#4E5D65
(78,93,101)
#404B51
(64,75,81)
#32393D
(50,57,61)
#242729
(36,39,41)
#161515
(22,21,21)
#000000
(0,0,0)

Tints of #A2C9DD

#A2C9DD
(162,201,221)
#AACDE0
(170,205,224)
#B2D1E3
(178,209,227)
#BAD5E6
(186,213,230)
#C2D9E9
(194,217,233)
#CADDEC
(202,221,236)
#D2E1EF
(210,225,239)
#DAE5F2
(218,229,242)
#E2E9F5
(226,233,245)
#EAEDF8
(234,237,248)
#F2F1FB
(242,241,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A2C9DD; }

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

This text font color is #A2C9DD.

Background Color

.myBgColor { background-color: #A2C9DD; }

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

This div background color is #A2C9DD.

Border color

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

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

This div border color is #A2C9DD.

Opacity

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

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

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

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

This text has shadow with #A2C9DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A2C9DD.

Preview

Color preview on black background

This text has color #A2C9DD on black background.


Color preview on white background

This text has color #A2C9DD on white background.


Black color preview on #A2C9DD background

This text has black color on #A2C9DD background.


White color preview on #A2C9DD background

This text has white color on #A2C9DD background.


Related colors

Complementary color

Complementary color for #hex is #5D3622.


I love getcolorcode.com

Triadic colors

1 #DDA2C9 and #C9DDA2 with #A2C9DD are triadic colors.

2 #DDC9A2 and #C9A2DD with #A2C9DD are triadic colors.