COLOR #ABC9CF

HEX: #ABC9CF RGB: (171,201,207)

Color info

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

RGB color model

#ABC9CF color RGB value is (171,201,207).

RGB: (171,201,207) (67%, 79%, 81%)

RGB channels and saturation

R 171 of 255 = 67%
G 201 of 255 = 79%
B 207 of 255 = 81%

171
201
207

R + G + B ~ 76%. #ABC9CF is quite light color.

Portions of RGB colors in percentages

R + G + B = 171 + 201 + 207 = 579 (100%)
R 171 of 579 ~ 29.53%
G 201 of 579 ~ 34.72%
B 207 of 579 ~ 35.75'%

%29.53
%34.72
%35.75

CMYK color model

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

  • cyan value is 17.39%
  • magenta value is 2.90%
  • yellow value is 0.00%
  • key color value is 18.82%

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

CMYK percentages

%17.39
%2.9
%0
%18.82

Codes

Color #ABC9CF in popluar color models

AB C9 CF
RGB 171 201 207
HSL 190° 27.27% 74.12%
HSB/HSV 190° 17.39% 81.18%
CMYK 17.39% 2.90% 0.00%
18.82%

Color #ABC9CF in popluar number systems.

HEX AB C9 CF
Decimal 171 201 207
Binary 10101011 11001001 11001111
Octal 253 311 317

Shades and tints

Shades of #ABC9CF

#ABC9CF
(171,201,207)
#9CB7BD
(156,183,189)
#8DA5AB
(141,165,171)
#7E9399
(126,147,153)
#6F8187
(111,129,135)
#606F75
(96,111,117)
#515D63
(81,93,99)
#424B51
(66,75,81)
#33393F
(51,57,63)
#24272D
(36,39,45)
#15151B
(21,21,27)
#000000
(0,0,0)

Tints of #ABC9CF

#ABC9CF
(171,201,207)
#B2CDD3
(178,205,211)
#B9D1D7
(185,209,215)
#C0D5DB
(192,213,219)
#C7D9DF
(199,217,223)
#CEDDE3
(206,221,227)
#D5E1E7
(213,225,231)
#DCE5EB
(220,229,235)
#E3E9EF
(227,233,239)
#EAEDF3
(234,237,243)
#F1F1F7
(241,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABC9CF; }

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

This text font color is #ABC9CF.

Background Color

.myBgColor { background-color: #ABC9CF; }

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

This div background color is #ABC9CF.

Border color

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

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

This div border color is #ABC9CF.

Opacity

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

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

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

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

This text has shadow with #ABC9CF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABC9CF.

Preview

Color preview on black background

This text has color #ABC9CF on black background.


Color preview on white background

This text has color #ABC9CF on white background.


Black color preview on #ABC9CF background

This text has black color on #ABC9CF background.


White color preview on #ABC9CF background

This text has white color on #ABC9CF background.


Related colors

Complementary color

Complementary color for #hex is #543630.


I love getcolorcode.com

Triadic colors

1 #CFABC9 and #C9CFAB with #ABC9CF are triadic colors.

2 #CFC9AB and #C9ABCF with #ABC9CF are triadic colors.