COLOR #ABADCC

HEX: #ABADCC RGB: (171,173,204)

Color info

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

RGB color model

#ABADCC color RGB value is (171,173,204).

RGB: (171,173,204) (67%, 68%, 80%)

RGB channels and saturation

R 171 of 255 = 67%
G 173 of 255 = 68%
B 204 of 255 = 80%

171
173
204

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

Portions of RGB colors in percentages

R + G + B = 171 + 173 + 204 = 548 (100%)
R 171 of 548 ~ 31.2%
G 173 of 548 ~ 31.57%
B 204 of 548 ~ 37.23'%

%31.2
%31.57
%37.23

CMYK color model

#ABADCC color CMYK value is (16,15,0,20).

  • cyan value is 16.18%
  • magenta value is 15.20%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK: (16,15,0,20) C16M15Y0K20 (16%,15%,0%,20%) (0.16/0.15/0.00/0.20) 

CMYK percentages

%16.18
%15.2
%0
%20

Codes

Color #ABADCC in popluar color models

AB AD CC
RGB 171 173 204
HSL 236° 24.44% 73.53%
HSB/HSV 236° 16.18% 80.00%
CMYK 16.18% 15.20% 0.00%
20.00%

Color #ABADCC in popluar number systems.

HEX AB AD CC
Decimal 171 173 204
Binary 10101011 10101101 11001100
Octal 253 255 314

Shades and tints

Shades of #ABADCC

#ABADCC
(171,173,204)
#9C9EBA
(156,158,186)
#8D8FA8
(141,143,168)
#7E8096
(126,128,150)
#6F7184
(111,113,132)
#606272
(96,98,114)
#515360
(81,83,96)
#42444E
(66,68,78)
#33353C
(51,53,60)
#24262A
(36,38,42)
#151718
(21,23,24)
#000000
(0,0,0)

Tints of #ABADCC

#ABADCC
(171,173,204)
#B2B4D0
(178,180,208)
#B9BBD4
(185,187,212)
#C0C2D8
(192,194,216)
#C7C9DC
(199,201,220)
#CED0E0
(206,208,224)
#D5D7E4
(213,215,228)
#DCDEE8
(220,222,232)
#E3E5EC
(227,229,236)
#EAECF0
(234,236,240)
#F1F3F4
(241,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABADCC; }

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

This text font color is #ABADCC.

Background Color

.myBgColor { background-color: #ABADCC; }

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

This div background color is #ABADCC.

Border color

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

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

This div border color is #ABADCC.

Opacity

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

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

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

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

This text has shadow with #ABADCC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABADCC.

Preview

Color preview on black background

This text has color #ABADCC on black background.


Color preview on white background

This text has color #ABADCC on white background.


Black color preview on #ABADCC background

This text has black color on #ABADCC background.


White color preview on #ABADCC background

This text has white color on #ABADCC background.


Related colors

Complementary color

Complementary color for #hex is #545233.


I love getcolorcode.com

Triadic colors

1 #CCABAD and #ADCCAB with #ABADCC are triadic colors.

2 #CCADAB and #ADABCC with #ABADCC are triadic colors.