COLOR #ABC7D6

HEX: #ABC7D6
RGB: (171,199,214)

Color info

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

RGB color model

#ABC7D6 color RGB value is (171,199,214).

  • red value is 171;
  • green value is 199;
  • blue value is 214.
RGB:
(171,199,214)
(67%,78%,84%)

RGB channels and saturation

R 171 of 255 = 67%
G 199 of 255 = 78%
B 214 of 255 = 84%

171
199
214

R + G + B ~ 76%. #ABC7D6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 199 + 214 = 584 (100%)
R 171 of 584 ~ 29.28%
G 199 of 584 ~ 34.08%
B 214 of 584 ~ 36.64%

%29.28
%34.08
%36.64

CMYK color model

#ABC7D6 color CMYK value is (20,7,0,16).

  • cyan value is 20.09%
  • magenta value is 7.01%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(20,7,0,16)
C20M7Y0K16 
(20%,7%,0%,16%)
(0.20/0.07/0.00/0.16)	

CMYK percentages

%20.09
%7.01
%0
%16.08

Codes

Color #ABC7D6 in popluar color models

ABC7D6
RGB171199214
HSL201°34.40%75.49%
HSB/HSV201°20.09%83.92%
CMYK20.09%7.01%0.00%
16.08%

Color #ABC7D6 in popluar number systems.

HEXABC7D6
Decimal171199214
Binary101010111100011111010110
Octal253307326

Shades and tints

Shades of #ABC7D6

#ABC7D6
(171,199,214)
#9CB5C3
(156,181,195)
#8DA3B0
(141,163,176)
#7E919D
(126,145,157)
#6F7F8A
(111,127,138)
#606D77
(96,109,119)
#515B64
(81,91,100)
#424951
(66,73,81)
#33373E
(51,55,62)
#24252B
(36,37,43)
#151318
(21,19,24)
#000000
(0,0,0)

Tints of #ABC7D6

#ABC7D6
(171,199,214)
#B2CCD9
(178,204,217)
#B9D1DC
(185,209,220)
#C0D6DF
(192,214,223)
#C7DBE2
(199,219,226)
#CEE0E5
(206,224,229)
#D5E5E8
(213,229,232)
#DCEAEB
(220,234,235)
#E3EFEE
(227,239,238)
#EAF4F1
(234,244,241)
#F1F9F4
(241,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABC7D6 color. Also use rgb(171,199,214) instead hex code.

Text Font Color

.myTextColor { color: #ABC7D6; }

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

This text font color is #ABC7D6.


Background Color

.myBgColor { background-color: #ABC7D6; }

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

This div background color is #ABC7D6.


Border color

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

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

This div border color is #ABC7D6.


Opacity

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

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

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

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

This text has shadow with #ABC7D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABC7D6 on black background.


Color preview on white background

This text has color #ABC7D6 on white background.



Black color preview on #ABC7D6 background

This text has black color on #ABC7D6 background.


White color preview on #ABC7D6 background

This text has white color on #ABC7D6 background.