COLOR #ABC9CD

HEX: #ABC9CD RGB: (171,201,205)

Color info

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

RGB color model

#ABC9CD color RGB value is (171,201,205).

RGB: (171,201,205) (67%, 79%, 80%)

RGB channels and saturation

R 171 of 255 = 67%
G 201 of 255 = 79%
B 205 of 255 = 80%

171
201
205

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

Portions of RGB colors in percentages

R + G + B = 171 + 201 + 205 = 577 (100%)
R 171 of 577 ~ 29.64%
G 201 of 577 ~ 34.84%
B 205 of 577 ~ 35.53'%

%29.64
%34.84
%35.53

CMYK color model

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

  • cyan value is 16.59%
  • magenta value is 1.95%
  • 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
%1.95
%0
%19.61

Codes

Color #ABC9CD in popluar color models

AB C9 CD
RGB 171 201 205
HSL 187° 25.37% 73.73%
HSB/HSV 187° 16.59% 80.39%
CMYK 16.59% 1.95% 0.00%
19.61%

Color #ABC9CD in popluar number systems.

HEX AB C9 CD
Decimal 171 201 205
Binary 10101011 11001001 11001101
Octal 253 311 315

Shades and tints

Shades of #ABC9CD

#ABC9CD
(171,201,205)
#9CB7BB
(156,183,187)
#8DA5A9
(141,165,169)
#7E9397
(126,147,151)
#6F8185
(111,129,133)
#606F73
(96,111,115)
#515D61
(81,93,97)
#424B4F
(66,75,79)
#33393D
(51,57,61)
#24272B
(36,39,43)
#151519
(21,21,25)
#000000
(0,0,0)

Tints of #ABC9CD

#ABC9CD
(171,201,205)
#B2CDD1
(178,205,209)
#B9D1D5
(185,209,213)
#C0D5D9
(192,213,217)
#C7D9DD
(199,217,221)
#CEDDE1
(206,221,225)
#D5E1E5
(213,225,229)
#DCE5E9
(220,229,233)
#E3E9ED
(227,233,237)
#EAEDF1
(234,237,241)
#F1F1F5
(241,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABC9CD; }

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

This text font color is #ABC9CD.

Background Color

.myBgColor { background-color: #ABC9CD; }

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

This div background color is #ABC9CD.

Border color

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

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

This div border color is #ABC9CD.

Opacity

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

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

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

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

This text has shadow with #ABC9CD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABC9CD.

Preview

Color preview on black background

This text has color #ABC9CD on black background.


Color preview on white background

This text has color #ABC9CD on white background.


Black color preview on #ABC9CD background

This text has black color on #ABC9CD background.


White color preview on #ABC9CD background

This text has white color on #ABC9CD background.


Related colors

Complementary color

Complementary color for #hex is #543632.


I love getcolorcode.com

Triadic colors

1 #CDABC9 and #C9CDAB with #ABC9CD are triadic colors.

2 #CDC9AB and #C9ABCD with #ABC9CD are triadic colors.