COLOR #ABC0D5

HEX: #ABC0D5
RGB: (171,192,213)

Color info

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

RGB color model

#ABC0D5 color RGB value is (171,192,213).

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

RGB channels and saturation

R 171 of 255 = 67%
G 192 of 255 = 75%
B 213 of 255 = 84%

171
192
213

R + G + B ~ 75%. #ABC0D5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 192 + 213 = 576 (100%)
R 171 of 576 ~ 29.69%
G 192 of 576 ~ 33.33%
B 213 of 576 ~ 36.98%

%29.69
%33.33
%36.98

CMYK color model

#ABC0D5 color CMYK value is (20,10,0,16).

  • cyan value is 19.72%
  • magenta value is 9.86%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(20,10,0,16)
C20M10Y0K16 
(20%,10%,0%,16%)
(0.20/0.10/0.00/0.16)	

CMYK percentages

%19.72
%9.86
%0
%16.47

Codes

Color #ABC0D5 in popluar color models

ABC0D5
RGB171192213
HSL210°33.33%75.29%
HSB/HSV210°19.72%83.53%
CMYK19.72%9.86%0.00%
16.47%

Color #ABC0D5 in popluar number systems.

HEXABC0D5
Decimal171192213
Binary101010111100000011010101
Octal253300325

Shades and tints

Shades of #ABC0D5

#ABC0D5
(171,192,213)
#9CAFC2
(156,175,194)
#8D9EAF
(141,158,175)
#7E8D9C
(126,141,156)
#6F7C89
(111,124,137)
#606B76
(96,107,118)
#515A63
(81,90,99)
#424950
(66,73,80)
#33383D
(51,56,61)
#24272A
(36,39,42)
#151617
(21,22,23)
#000000
(0,0,0)

Tints of #ABC0D5

#ABC0D5
(171,192,213)
#B2C5D8
(178,197,216)
#B9CADB
(185,202,219)
#C0CFDE
(192,207,222)
#C7D4E1
(199,212,225)
#CED9E4
(206,217,228)
#D5DEE7
(213,222,231)
#DCE3EA
(220,227,234)
#E3E8ED
(227,232,237)
#EAEDF0
(234,237,240)
#F1F2F3
(241,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABC0D5; }

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

This text font color is #ABC0D5.


Background Color

.myBgColor { background-color: #ABC0D5; }

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

This div background color is #ABC0D5.


Border color

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

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

This div border color is #ABC0D5.


Opacity

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

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

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

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

This text has shadow with #ABC0D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABC0D5 on black background.


Color preview on white background

This text has color #ABC0D5 on white background.



Black color preview on #ABC0D5 background

This text has black color on #ABC0D5 background.


White color preview on #ABC0D5 background

This text has white color on #ABC0D5 background.