COLOR #ABC8DA

HEX: #ABC8DA RGB: (171,200,218)

Color info

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

RGB color model

#ABC8DA color RGB value is (171,200,218).

RGB: (171,200,218) (67%, 78%, 85%)

RGB channels and saturation

R 171 of 255 = 67%
G 200 of 255 = 78%
B 218 of 255 = 85%

171
200
218

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

Portions of RGB colors in percentages

R + G + B = 171 + 200 + 218 = 589 (100%)
R 171 of 589 ~ 29.03%
G 200 of 589 ~ 33.96%
B 218 of 589 ~ 37.01'%

%29.03
%33.96
%37.01

CMYK color model

#ABC8DA color CMYK value is (22,8,0,15).

  • cyan value is 21.56%
  • magenta value is 8.26%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK: (22,8,0,15) C22M8Y0K15 (22%,8%,0%,15%) (0.22/0.08/0.00/0.15) 

CMYK percentages

%21.56
%8.26
%0
%14.51

Codes

Color #ABC8DA in popluar color models

AB C8 DA
RGB 171 200 218
HSL 203° 38.84% 76.27%
HSB/HSV 203° 21.56% 85.49%
CMYK 21.56% 8.26% 0.00%
14.51%

Color #ABC8DA in popluar number systems.

HEX AB C8 DA
Decimal 171 200 218
Binary 10101011 11001000 11011010
Octal 253 310 332

Shades and tints

Shades of #ABC8DA

#ABC8DA
(171,200,218)
#9CB6C7
(156,182,199)
#8DA4B4
(141,164,180)
#7E92A1
(126,146,161)
#6F808E
(111,128,142)
#606E7B
(96,110,123)
#515C68
(81,92,104)
#424A55
(66,74,85)
#333842
(51,56,66)
#24262F
(36,38,47)
#15141C
(21,20,28)
#000000
(0,0,0)

Tints of #ABC8DA

#ABC8DA
(171,200,218)
#B2CDDD
(178,205,221)
#B9D2E0
(185,210,224)
#C0D7E3
(192,215,227)
#C7DCE6
(199,220,230)
#CEE1E9
(206,225,233)
#D5E6EC
(213,230,236)
#DCEBEF
(220,235,239)
#E3F0F2
(227,240,242)
#EAF5F5
(234,245,245)
#F1FAF8
(241,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABC8DA; }

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

This text font color is #ABC8DA.

Background Color

.myBgColor { background-color: #ABC8DA; }

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

This div background color is #ABC8DA.

Border color

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

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

This div border color is #ABC8DA.

Opacity

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

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

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

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

This text has shadow with #ABC8DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABC8DA.

Preview

Color preview on black background

This text has color #ABC8DA on black background.


Color preview on white background

This text has color #ABC8DA on white background.


Black color preview on #ABC8DA background

This text has black color on #ABC8DA background.


White color preview on #ABC8DA background

This text has white color on #ABC8DA background.


Related colors

Complementary color

Complementary color for #hex is #543725.


I love getcolorcode.com

Triadic colors

1 #DAABC8 and #C8DAAB with #ABC8DA are triadic colors.

2 #DAC8AB and #C8ABDA with #ABC8DA are triadic colors.