COLOR #ABC8CE

HEX: #ABC8CE RGB: (171,200,206)

Color info

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

RGB color model

#ABC8CE color RGB value is (171,200,206).

RGB: (171,200,206) (67%, 78%, 81%)

RGB channels and saturation

R 171 of 255 = 67%
G 200 of 255 = 78%
B 206 of 255 = 81%

171
200
206

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

Portions of RGB colors in percentages

R + G + B = 171 + 200 + 206 = 577 (100%)
R 171 of 577 ~ 29.64%
G 200 of 577 ~ 34.66%
B 206 of 577 ~ 35.7'%

%29.64
%34.66
%35.7

CMYK color model

#ABC8CE color CMYK value is (17,3,0,19).

  • cyan value is 16.99%
  • magenta value is 2.91%
  • yellow value is 0.00%
  • key color value is 19.22%

CMYK: (17,3,0,19)
C17M3Y0K19 (17%, 3%, 0%, 19%)
(0.17 / 0.03 / 0.00 / 0.19)

CMYK percentages

%16.99
%2.91
%0
%19.22

Codes

Color #ABC8CE in popluar color models

AB C8 CE
RGB 171 200 206
HSL 190° 26.32% 73.92%
HSB/HSV 190° 16.99% 80.78%
CMYK 16.99% 2.91% 0.00%
19.22%

Color #ABC8CE in popluar number systems.

HEX AB C8 CE
Decimal 171 200 206
Binary 10101011 11001000 11001110
Octal 253 310 316

Shades and tints

Shades of #ABC8CE

#ABC8CE
(171,200,206)
#9CB6BC
(156,182,188)
#8DA4AA
(141,164,170)
#7E9298
(126,146,152)
#6F8086
(111,128,134)
#606E74
(96,110,116)
#515C62
(81,92,98)
#424A50
(66,74,80)
#33383E
(51,56,62)
#24262C
(36,38,44)
#15141A
(21,20,26)
#000000
(0,0,0)

Tints of #ABC8CE

#ABC8CE
(171,200,206)
#B2CDD2
(178,205,210)
#B9D2D6
(185,210,214)
#C0D7DA
(192,215,218)
#C7DCDE
(199,220,222)
#CEE1E2
(206,225,226)
#D5E6E6
(213,230,230)
#DCEBEA
(220,235,234)
#E3F0EE
(227,240,238)
#EAF5F2
(234,245,242)
#F1FAF6
(241,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABC8CE; }

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

This text font color is #ABC8CE.

Background Color

.myBgColor { background-color: #ABC8CE; }

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

This div background color is #ABC8CE.

Border color

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

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

This div border color is #ABC8CE.

Opacity

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

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

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

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

This text has shadow with #ABC8CE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABC8CE.

Preview

Color preview on black background

This text has color #ABC8CE on black background.


Color preview on white background

This text has color #ABC8CE on white background.


Black color preview on #ABC8CE background

This text has black color on #ABC8CE background.


White color preview on #ABC8CE background

This text has white color on #ABC8CE background.


Related colors

Complementary color

Complementary color for #hex is #543731.


I love getcolorcode.com

Triadic colors

1 #CEABC8 and #C8CEAB with #ABC8CE are triadic colors.

2 #CEC8AB and #C8ABCE with #ABC8CE are triadic colors.