COLOR #ABC4E0

HEX: #ABC4E0
RGB: (171,196,224)

Color info

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

RGB color model

#ABC4E0 color RGB value is (171,196,224).

  • red value is 171;
  • green value is 196;
  • blue value is 224.
RGB:
(171,196,224)
(67%,77%,88%)

RGB channels and saturation

R 171 of 255 = 67%
G 196 of 255 = 77%
B 224 of 255 = 88%

171
196
224

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

Portions of RGB colors in percentages

R + G + B =
171 + 196 + 224 = 591 (100%)
R 171 of 591 ~ 28.93%
G 196 of 591 ~ 33.16%
B 224 of 591 ~ 37.9%

%28.93
%33.16
%37.9

CMYK color model

#ABC4E0 color CMYK value is (24,13,0,12).

  • cyan value is 23.66%
  • magenta value is 12.50%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK:
(24,13,0,12)
C24M13Y0K12 
(24%,13%,0%,12%)
(0.24/0.13/0.00/0.12)	

CMYK percentages

%23.66
%12.5
%0
%12.16

Codes

Color #ABC4E0 in popluar color models

ABC4E0
RGB171196224
HSL212°46.09%77.45%
HSB/HSV212°23.66%87.84%
CMYK23.66%12.50%0.00%
12.16%

Color #ABC4E0 in popluar number systems.

HEXABC4E0
Decimal171196224
Binary101010111100010011100000
Octal253304340

Shades and tints

Shades of #ABC4E0

#ABC4E0
(171,196,224)
#9CB3CC
(156,179,204)
#8DA2B8
(141,162,184)
#7E91A4
(126,145,164)
#6F8090
(111,128,144)
#606F7C
(96,111,124)
#515E68
(81,94,104)
#424D54
(66,77,84)
#333C40
(51,60,64)
#242B2C
(36,43,44)
#151A18
(21,26,24)
#000000
(0,0,0)

Tints of #ABC4E0

#ABC4E0
(171,196,224)
#B2C9E2
(178,201,226)
#B9CEE4
(185,206,228)
#C0D3E6
(192,211,230)
#C7D8E8
(199,216,232)
#CEDDEA
(206,221,234)
#D5E2EC
(213,226,236)
#DCE7EE
(220,231,238)
#E3ECF0
(227,236,240)
#EAF1F2
(234,241,242)
#F1F6F4
(241,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABC4E0; }

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

This text font color is #ABC4E0.


Background Color

.myBgColor { background-color: #ABC4E0; }

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

This div background color is #ABC4E0.


Border color

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

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

This div border color is #ABC4E0.


Opacity

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

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

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

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

This text has shadow with #ABC4E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABC4E0 on black background.


Color preview on white background

This text has color #ABC4E0 on white background.



Black color preview on #ABC4E0 background

This text has black color on #ABC4E0 background.


White color preview on #ABC4E0 background

This text has white color on #ABC4E0 background.