COLOR #ABADD2

HEX: #ABADD2 RGB: (171,173,210)

Color info

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

RGB color model

#ABADD2 color RGB value is (171,173,210).

RGB: (171,173,210) (67%, 68%, 82%)

RGB channels and saturation

R 171 of 255 = 67%
G 173 of 255 = 68%
B 210 of 255 = 82%

171
173
210

R + G + B ~ 72%. #ABADD2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 171 + 173 + 210 = 554 (100%)
R 171 of 554 ~ 30.87%
G 173 of 554 ~ 31.23%
B 210 of 554 ~ 37.91'%

%30.87
%31.23
%37.91

CMYK color model

#ABADD2 color CMYK value is (19,18,0,18).

  • cyan value is 18.57%
  • magenta value is 17.62%
  • yellow value is 0.00%
  • key color value is 17.65%

CMYK: (19,18,0,18)
C19M18Y0K18 (19%, 18%, 0%, 18%)
(0.19 / 0.18 / 0.00 / 0.18)

CMYK percentages

%18.57
%17.62
%0
%17.65

Codes

Color #ABADD2 in popluar color models

AB AD D2
RGB 171 173 210
HSL 237° 30.23% 74.71%
HSB/HSV 237° 18.57% 82.35%
CMYK 18.57% 17.62% 0.00%
17.65%

Color #ABADD2 in popluar number systems.

HEX AB AD D2
Decimal 171 173 210
Binary 10101011 10101101 11010010
Octal 253 255 322

Shades and tints

Shades of #ABADD2

#ABADD2
(171,173,210)
#9C9EBF
(156,158,191)
#8D8FAC
(141,143,172)
#7E8099
(126,128,153)
#6F7186
(111,113,134)
#606273
(96,98,115)
#515360
(81,83,96)
#42444D
(66,68,77)
#33353A
(51,53,58)
#242627
(36,38,39)
#151714
(21,23,20)
#000000
(0,0,0)

Tints of #ABADD2

#ABADD2
(171,173,210)
#B2B4D6
(178,180,214)
#B9BBDA
(185,187,218)
#C0C2DE
(192,194,222)
#C7C9E2
(199,201,226)
#CED0E6
(206,208,230)
#D5D7EA
(213,215,234)
#DCDEEE
(220,222,238)
#E3E5F2
(227,229,242)
#EAECF6
(234,236,246)
#F1F3FA
(241,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABADD2 color. Also use rgb(171,173,210) instead hex code.

Text Font Color

.myTextColor { color: #ABADD2; }

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

This text font color is #ABADD2.

Background Color

.myBgColor { background-color: #ABADD2; }

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

This div background color is #ABADD2.

Border color

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

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

This div border color is #ABADD2.

Opacity

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

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

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

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

This text has shadow with #ABADD2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABADD2.

Preview

Color preview on black background

This text has color #ABADD2 on black background.


Color preview on white background

This text has color #ABADD2 on white background.


Black color preview on #ABADD2 background

This text has black color on #ABADD2 background.


White color preview on #ABADD2 background

This text has white color on #ABADD2 background.


Related colors

Complementary color

Complementary color for #hex is #54522D.


I love getcolorcode.com

Triadic colors

1 #D2ABAD and #ADD2AB with #ABADD2 are triadic colors.

2 #D2ADAB and #ADABD2 with #ABADD2 are triadic colors.