COLOR #ABCDC0

HEX: #ABCDC0
RGB: (171,205,192)

Color info

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

RGB color model

#ABCDC0 color RGB value is (171,205,192).

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

RGB channels and saturation

R 171 of 255 = 67%
G 205 of 255 = 80%
B 192 of 255 = 75%

171
205
192

R + G + B ~ 74%. #ABCDC0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 205 + 192 = 568 (100%)
R 171 of 568 ~ 30.11%
G 205 of 568 ~ 36.09%
B 192 of 568 ~ 33.8%

%30.11
%36.09
%33.8

CMYK color model

#ABCDC0 color CMYK value is (17,0,6,20).

  • cyan value is 16.59%
  • magenta value is 0.00%
  • yellow value is 6.34%
  • key color value is 19.61%
CMYK:
(17,0,6,20)
C17M0Y6K20 
(17%,0%,6%,20%)
(0.17/0.00/0.06/0.20)	

CMYK percentages

%16.59
%0
%6.34
%19.61

Codes

Color #ABCDC0 in popluar color models

ABCDC0
RGB171205192
HSL157°25.37%73.73%
HSB/HSV157°16.59%80.39%
CMYK16.59%0.00%6.34%
19.61%

Color #ABCDC0 in popluar number systems.

HEXABCDC0
Decimal171205192
Binary101010111100110111000000
Octal253315300

Shades and tints

Shades of #ABCDC0

#ABCDC0
(171,205,192)
#9CBBAF
(156,187,175)
#8DA99E
(141,169,158)
#7E978D
(126,151,141)
#6F857C
(111,133,124)
#60736B
(96,115,107)
#51615A
(81,97,90)
#424F49
(66,79,73)
#333D38
(51,61,56)
#242B27
(36,43,39)
#151916
(21,25,22)
#000000
(0,0,0)

Tints of #ABCDC0

#ABCDC0
(171,205,192)
#B2D1C5
(178,209,197)
#B9D5CA
(185,213,202)
#C0D9CF
(192,217,207)
#C7DDD4
(199,221,212)
#CEE1D9
(206,225,217)
#D5E5DE
(213,229,222)
#DCE9E3
(220,233,227)
#E3EDE8
(227,237,232)
#EAF1ED
(234,241,237)
#F1F5F2
(241,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABCDC0; }

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

This text font color is #ABCDC0.


Background Color

.myBgColor { background-color: #ABCDC0; }

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

This div background color is #ABCDC0.


Border color

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

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

This div border color is #ABCDC0.


Opacity

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

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

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

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

This text has shadow with #ABCDC0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABCDC0 on black background.


Color preview on white background

This text has color #ABCDC0 on white background.



Black color preview on #ABCDC0 background

This text has black color on #ABCDC0 background.


White color preview on #ABCDC0 background

This text has white color on #ABCDC0 background.