COLOR #ABADD6

HEX: #ABADD6 RGB: (171,173,214)

Color info

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

RGB color model

#ABADD6 color RGB value is (171,173,214).

RGB: (171,173,214) (67%, 68%, 84%)

RGB channels and saturation

R 171 of 255 = 67%
G 173 of 255 = 68%
B 214 of 255 = 84%

171
173
214

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

Portions of RGB colors in percentages

R + G + B = 171 + 173 + 214 = 558 (100%)
R 171 of 558 ~ 30.65%
G 173 of 558 ~ 31%
B 214 of 558 ~ 38.35'%

%30.65
%31
%38.35

CMYK color model

#ABADD6 color CMYK value is (20,19,0,16).

  • cyan value is 20.09%
  • magenta value is 19.16%
  • yellow value is 0.00%
  • key color value is 16.08%

CMYK: (20,19,0,16)
C20M19Y0K16 (20%, 19%, 0%, 16%)
(0.20 / 0.19 / 0.00 / 0.16)

CMYK percentages

%20.09
%19.16
%0
%16.08

Codes

Color #ABADD6 in popluar color models

AB AD D6
RGB 171 173 214
HSL 237° 34.40% 75.49%
HSB/HSV 237° 20.09% 83.92%
CMYK 20.09% 19.16% 0.00%
16.08%

Color #ABADD6 in popluar number systems.

HEX AB AD D6
Decimal 171 173 214
Binary 10101011 10101101 11010110
Octal 253 255 326

Shades and tints

Shades of #ABADD6

#ABADD6
(171,173,214)
#9C9EC3
(156,158,195)
#8D8FB0
(141,143,176)
#7E809D
(126,128,157)
#6F718A
(111,113,138)
#606277
(96,98,119)
#515364
(81,83,100)
#424451
(66,68,81)
#33353E
(51,53,62)
#24262B
(36,38,43)
#151718
(21,23,24)
#000000
(0,0,0)

Tints of #ABADD6

#ABADD6
(171,173,214)
#B2B4D9
(178,180,217)
#B9BBDC
(185,187,220)
#C0C2DF
(192,194,223)
#C7C9E2
(199,201,226)
#CED0E5
(206,208,229)
#D5D7E8
(213,215,232)
#DCDEEB
(220,222,235)
#E3E5EE
(227,229,238)
#EAECF1
(234,236,241)
#F1F3F4
(241,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABADD6; }

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

This text font color is #ABADD6.

Background Color

.myBgColor { background-color: #ABADD6; }

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

This div background color is #ABADD6.

Border color

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

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

This div border color is #ABADD6.

Opacity

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

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

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

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

This text has shadow with #ABADD6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABADD6.

Preview

Color preview on black background

This text has color #ABADD6 on black background.


Color preview on white background

This text has color #ABADD6 on white background.


Black color preview on #ABADD6 background

This text has black color on #ABADD6 background.


White color preview on #ABADD6 background

This text has white color on #ABADD6 background.


Related colors

Complementary color

Complementary color for #hex is #545229.


I love getcolorcode.com

Triadic colors

1 #D6ABAD and #ADD6AB with #ABADD6 are triadic colors.

2 #D6ADAB and #ADABD6 with #ABADD6 are triadic colors.