COLOR #ABC0E5

HEX: #ABC0E5
RGB: (171,192,229)

Color info

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

RGB color model

#ABC0E5 color RGB value is (171,192,229).

  • red value is 171;
  • green value is 192;
  • blue value is 229.
RGB:
(171,192,229)
(67%,75%,90%)

RGB channels and saturation

R 171 of 255 = 67%
G 192 of 255 = 75%
B 229 of 255 = 90%

171
192
229

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

Portions of RGB colors in percentages

R + G + B =
171 + 192 + 229 = 592 (100%)
R 171 of 592 ~ 28.89%
G 192 of 592 ~ 32.43%
B 229 of 592 ~ 38.68%

%28.89
%32.43
%38.68

CMYK color model

#ABC0E5 color CMYK value is (25,16,0,10).

  • cyan value is 25.33%
  • magenta value is 16.16%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(25,16,0,10)
C25M16Y0K10 
(25%,16%,0%,10%)
(0.25/0.16/0.00/0.10)	

CMYK percentages

%25.33
%16.16
%0
%10.2

Codes

Color #ABC0E5 in popluar color models

ABC0E5
RGB171192229
HSL218°52.73%78.43%
HSB/HSV218°25.33%89.80%
CMYK25.33%16.16%0.00%
10.20%

Color #ABC0E5 in popluar number systems.

HEXABC0E5
Decimal171192229
Binary101010111100000011100101
Octal253300345

Shades and tints

Shades of #ABC0E5

#ABC0E5
(171,192,229)
#9CAFD1
(156,175,209)
#8D9EBD
(141,158,189)
#7E8DA9
(126,141,169)
#6F7C95
(111,124,149)
#606B81
(96,107,129)
#515A6D
(81,90,109)
#424959
(66,73,89)
#333845
(51,56,69)
#242731
(36,39,49)
#15161D
(21,22,29)
#000000
(0,0,0)

Tints of #ABC0E5

#ABC0E5
(171,192,229)
#B2C5E7
(178,197,231)
#B9CAE9
(185,202,233)
#C0CFEB
(192,207,235)
#C7D4ED
(199,212,237)
#CED9EF
(206,217,239)
#D5DEF1
(213,222,241)
#DCE3F3
(220,227,243)
#E3E8F5
(227,232,245)
#EAEDF7
(234,237,247)
#F1F2F9
(241,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABC0E5 color. Also use rgb(171,192,229) instead hex code.

Text Font Color

.myTextColor { color: #ABC0E5; }

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

This text font color is #ABC0E5.


Background Color

.myBgColor { background-color: #ABC0E5; }

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

This div background color is #ABC0E5.


Border color

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

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

This div border color is #ABC0E5.


Opacity

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

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

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

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

This text has shadow with #ABC0E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABC0E5 on black background.


Color preview on white background

This text has color #ABC0E5 on white background.



Black color preview on #ABC0E5 background

This text has black color on #ABC0E5 background.


White color preview on #ABC0E5 background

This text has white color on #ABC0E5 background.