COLOR #ABC8CD

HEX: #ABC8CD
RGB: (171,200,205)

Color info

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

RGB color model

#ABC8CD color RGB value is (171,200,205).

  • red value is 171;
  • green value is 200;
  • blue value is 205.
RGB:
(171,200,205)
(67%,78%,80%)

RGB channels and saturation

R 171 of 255 = 67%
G 200 of 255 = 78%
B 205 of 255 = 80%

171
200
205

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

Portions of RGB colors in percentages

R + G + B =
171 + 200 + 205 = 576 (100%)
R 171 of 576 ~ 29.69%
G 200 of 576 ~ 34.72%
B 205 of 576 ~ 35.59%

%29.69
%34.72
%35.59

CMYK color model

#ABC8CD color CMYK value is (17,2,0,20).

  • cyan value is 16.59%
  • magenta value is 2.44%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(17,2,0,20)
C17M2Y0K20 
(17%,2%,0%,20%)
(0.17/0.02/0.00/0.20)	

CMYK percentages

%16.59
%2.44
%0
%19.61

Codes

Color #ABC8CD in popluar color models

ABC8CD
RGB171200205
HSL189°25.37%73.73%
HSB/HSV189°16.59%80.39%
CMYK16.59%2.44%0.00%
19.61%

Color #ABC8CD in popluar number systems.

HEXABC8CD
Decimal171200205
Binary101010111100100011001101
Octal253310315

Shades and tints

Shades of #ABC8CD

#ABC8CD
(171,200,205)
#9CB6BB
(156,182,187)
#8DA4A9
(141,164,169)
#7E9297
(126,146,151)
#6F8085
(111,128,133)
#606E73
(96,110,115)
#515C61
(81,92,97)
#424A4F
(66,74,79)
#33383D
(51,56,61)
#24262B
(36,38,43)
#151419
(21,20,25)
#000000
(0,0,0)

Tints of #ABC8CD

#ABC8CD
(171,200,205)
#B2CDD1
(178,205,209)
#B9D2D5
(185,210,213)
#C0D7D9
(192,215,217)
#C7DCDD
(199,220,221)
#CEE1E1
(206,225,225)
#D5E6E5
(213,230,229)
#DCEBE9
(220,235,233)
#E3F0ED
(227,240,237)
#EAF5F1
(234,245,241)
#F1FAF5
(241,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABC8CD; }

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

This text font color is #ABC8CD.


Background Color

.myBgColor { background-color: #ABC8CD; }

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

This div background color is #ABC8CD.


Border color

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

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

This div border color is #ABC8CD.


Opacity

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

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

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

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

This text has shadow with #ABC8CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABC8CD on black background.


Color preview on white background

This text has color #ABC8CD on white background.



Black color preview on #ABC8CD background

This text has black color on #ABC8CD background.


White color preview on #ABC8CD background

This text has white color on #ABC8CD background.