COLOR #A2ADDB

HEX: #A2ADDB RGB: (162,173,219)

Color info

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

RGB color model

#A2ADDB color RGB value is (162,173,219).

RGB: (162,173,219) (64%, 68%, 86%)

RGB channels and saturation

R 162 of 255 = 64%
G 173 of 255 = 68%
B 219 of 255 = 86%

162
173
219

R + G + B ~ 73%. #A2ADDB is quite light color.

Portions of RGB colors in percentages

R + G + B = 162 + 173 + 219 = 554 (100%)
R 162 of 554 ~ 29.24%
G 173 of 554 ~ 31.23%
B 219 of 554 ~ 39.53'%

%29.24
%31.23
%39.53

CMYK color model

#A2ADDB color CMYK value is (26,21,0,14).

  • cyan value is 26.03%
  • magenta value is 21.00%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK: (26,21,0,14) C26M21Y0K14 (26%,21%,0%,14%) (0.26/0.21/0.00/0.14) 

CMYK percentages

%26.03
%21
%0
%14.12

Codes

Color #A2ADDB in popluar color models

A2 AD DB
RGB 162 173 219
HSL 228° 44.19% 74.71%
HSB/HSV 228° 26.03% 85.88%
CMYK 26.03% 21.00% 0.00%
14.12%

Color #A2ADDB in popluar number systems.

HEX A2 AD DB
Decimal 162 173 219
Binary 10100010 10101101 11011011
Octal 242 255 333

Shades and tints

Shades of #A2ADDB

#A2ADDB
(162,173,219)
#949EC8
(148,158,200)
#868FB5
(134,143,181)
#7880A2
(120,128,162)
#6A718F
(106,113,143)
#5C627C
(92,98,124)
#4E5369
(78,83,105)
#404456
(64,68,86)
#323543
(50,53,67)
#242630
(36,38,48)
#16171D
(22,23,29)
#000000
(0,0,0)

Tints of #A2ADDB

#A2ADDB
(162,173,219)
#AAB4DE
(170,180,222)
#B2BBE1
(178,187,225)
#BAC2E4
(186,194,228)
#C2C9E7
(194,201,231)
#CAD0EA
(202,208,234)
#D2D7ED
(210,215,237)
#DADEF0
(218,222,240)
#E2E5F3
(226,229,243)
#EAECF6
(234,236,246)
#F2F3F9
(242,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A2ADDB color. Also use rgb(162,173,219) instead hex code.

Text Font Color

.myTextColor { color: #A2ADDB; }

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

This text font color is #A2ADDB.

Background Color

.myBgColor { background-color: #A2ADDB; }

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

This div background color is #A2ADDB.

Border color

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

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

This div border color is #A2ADDB.

Opacity

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

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

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

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

This text has shadow with #A2ADDB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A2ADDB.

Preview

Color preview on black background

This text has color #A2ADDB on black background.


Color preview on white background

This text has color #A2ADDB on white background.


Black color preview on #A2ADDB background

This text has black color on #A2ADDB background.


White color preview on #A2ADDB background

This text has white color on #A2ADDB background.


Related colors

Complementary color

Complementary color for #hex is #5D5224.


I love getcolorcode.com

Triadic colors

1 #DBA2AD and #ADDBA2 with #A2ADDB are triadic colors.

2 #DBADA2 and #ADA2DB with #A2ADDB are triadic colors.