COLOR #ABC1E0

HEX: #ABC1E0 RGB: (171,193,224)

Color info

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

RGB color model

#ABC1E0 color RGB value is (171,193,224).

RGB: (171,193,224) (67%, 76%, 88%)

RGB channels and saturation

R 171 of 255 = 67%
G 193 of 255 = 76%
B 224 of 255 = 88%

171
193
224

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

Portions of RGB colors in percentages

R + G + B = 171 + 193 + 224 = 588 (100%)
R 171 of 588 ~ 29.08%
G 193 of 588 ~ 32.82%
B 224 of 588 ~ 38.1'%

%29.08
%32.82
%38.1

CMYK color model

#ABC1E0 color CMYK value is (24,14,0,12).

  • cyan value is 23.66%
  • magenta value is 13.84%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK: (24,14,0,12) C24M14Y0K12 (24%,14%,0%,12%) (0.24/0.14/0.00/0.12) 

CMYK percentages

%23.66
%13.84
%0
%12.16

Codes

Color #ABC1E0 in popluar color models

AB C1 E0
RGB 171 193 224
HSL 215° 46.09% 77.45%
HSB/HSV 215° 23.66% 87.84%
CMYK 23.66% 13.84% 0.00%
12.16%

Color #ABC1E0 in popluar number systems.

HEX AB C1 E0
Decimal 171 193 224
Binary 10101011 11000001 11100000
Octal 253 301 340

Shades and tints

Shades of #ABC1E0

#ABC1E0
(171,193,224)
#9CB0CC
(156,176,204)
#8D9FB8
(141,159,184)
#7E8EA4
(126,142,164)
#6F7D90
(111,125,144)
#606C7C
(96,108,124)
#515B68
(81,91,104)
#424A54
(66,74,84)
#333940
(51,57,64)
#24282C
(36,40,44)
#151718
(21,23,24)
#000000
(0,0,0)

Tints of #ABC1E0

#ABC1E0
(171,193,224)
#B2C6E2
(178,198,226)
#B9CBE4
(185,203,228)
#C0D0E6
(192,208,230)
#C7D5E8
(199,213,232)
#CEDAEA
(206,218,234)
#D5DFEC
(213,223,236)
#DCE4EE
(220,228,238)
#E3E9F0
(227,233,240)
#EAEEF2
(234,238,242)
#F1F3F4
(241,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABC1E0 color. Also use rgb(171,193,224) instead hex code.

Text Font Color

.myTextColor { color: #ABC1E0; }

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

This text font color is #ABC1E0.

Background Color

.myBgColor { background-color: #ABC1E0; }

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

This div background color is #ABC1E0.

Border color

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

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

This div border color is #ABC1E0.

Opacity

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

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

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

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

This text has shadow with #ABC1E0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABC1E0.

Preview

Color preview on black background

This text has color #ABC1E0 on black background.


Color preview on white background

This text has color #ABC1E0 on white background.


Black color preview on #ABC1E0 background

This text has black color on #ABC1E0 background.


White color preview on #ABC1E0 background

This text has white color on #ABC1E0 background.


Related colors

Complementary color

Complementary color for #hex is #543E1F.


I love getcolorcode.com

Triadic colors

1 #E0ABC1 and #C1E0AB with #ABC1E0 are triadic colors.

2 #E0C1AB and #C1ABE0 with #ABC1E0 are triadic colors.