COLOR #ABC8D0

HEX: #ABC8D0 RGB: (171,200,208)

Color info

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

RGB color model

#ABC8D0 color RGB value is (171,200,208).

RGB: (171,200,208) (67%, 78%, 82%)

RGB channels and saturation

R 171 of 255 = 67%
G 200 of 255 = 78%
B 208 of 255 = 82%

171
200
208

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

Portions of RGB colors in percentages

R + G + B = 171 + 200 + 208 = 579 (100%)
R 171 of 579 ~ 29.53%
G 200 of 579 ~ 34.54%
B 208 of 579 ~ 35.92'%

%29.53
%34.54
%35.92

CMYK color model

#ABC8D0 color CMYK value is (18,4,0,18).

  • cyan value is 17.79%
  • magenta value is 3.85%
  • yellow value is 0.00%
  • key color value is 18.43%

CMYK: (18,4,0,18)
C18M4Y0K18 (18%, 4%, 0%, 18%)
(0.18 / 0.04 / 0.00 / 0.18)

CMYK percentages

%17.79
%3.85
%0
%18.43

Codes

Color #ABC8D0 in popluar color models

AB C8 D0
RGB 171 200 208
HSL 193° 28.24% 74.31%
HSB/HSV 193° 17.79% 81.57%
CMYK 17.79% 3.85% 0.00%
18.43%

Color #ABC8D0 in popluar number systems.

HEX AB C8 D0
Decimal 171 200 208
Binary 10101011 11001000 11010000
Octal 253 310 320

Shades and tints

Shades of #ABC8D0

#ABC8D0
(171,200,208)
#9CB6BE
(156,182,190)
#8DA4AC
(141,164,172)
#7E929A
(126,146,154)
#6F8088
(111,128,136)
#606E76
(96,110,118)
#515C64
(81,92,100)
#424A52
(66,74,82)
#333840
(51,56,64)
#24262E
(36,38,46)
#15141C
(21,20,28)
#000000
(0,0,0)

Tints of #ABC8D0

#ABC8D0
(171,200,208)
#B2CDD4
(178,205,212)
#B9D2D8
(185,210,216)
#C0D7DC
(192,215,220)
#C7DCE0
(199,220,224)
#CEE1E4
(206,225,228)
#D5E6E8
(213,230,232)
#DCEBEC
(220,235,236)
#E3F0F0
(227,240,240)
#EAF5F4
(234,245,244)
#F1FAF8
(241,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABC8D0 color. Also use rgb(171,200,208) instead hex code.

Text Font Color

.myTextColor { color: #ABC8D0; }

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

This text font color is #ABC8D0.

Background Color

.myBgColor { background-color: #ABC8D0; }

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

This div background color is #ABC8D0.

Border color

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

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

This div border color is #ABC8D0.

Opacity

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

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

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

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

This text has shadow with #ABC8D0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABC8D0.

Preview

Color preview on black background

This text has color #ABC8D0 on black background.


Color preview on white background

This text has color #ABC8D0 on white background.


Black color preview on #ABC8D0 background

This text has black color on #ABC8D0 background.


White color preview on #ABC8D0 background

This text has white color on #ABC8D0 background.


Related colors

Complementary color

Complementary color for #hex is #54372F.


I love getcolorcode.com

Triadic colors

1 #D0ABC8 and #C8D0AB with #ABC8D0 are triadic colors.

2 #D0C8AB and #C8ABD0 with #ABC8D0 are triadic colors.