COLOR #ABC7C1

HEX: #ABC7C1 RGB: (171,199,193)

Color info

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

RGB color model

#ABC7C1 color RGB value is (171,199,193).

RGB: (171,199,193) (67%, 78%, 76%)

RGB channels and saturation

R 171 of 255 = 67%
G 199 of 255 = 78%
B 193 of 255 = 76%

171
199
193

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

Portions of RGB colors in percentages

R + G + B = 171 + 199 + 193 = 563 (100%)
R 171 of 563 ~ 30.37%
G 199 of 563 ~ 35.35%
B 193 of 563 ~ 34.28'%

%30.37
%35.35
%34.28

CMYK color model

#ABC7C1 color CMYK value is (14,0,3,22).

  • cyan value is 14.07%
  • magenta value is 0.00%
  • yellow value is 3.02%
  • key color value is 21.96%
CMYK: (14,0,3,22) C14M0Y3K22 (14%,0%,3%,22%) (0.14/0.00/0.03/0.22) 

CMYK percentages

%14.07
%0
%3.02
%21.96

Codes

Color #ABC7C1 in popluar color models

AB C7 C1
RGB 171 199 193
HSL 167° 20.00% 72.55%
HSB/HSV 167° 14.07% 78.04%
CMYK 14.07% 0.00% 3.02%
21.96%

Color #ABC7C1 in popluar number systems.

HEX AB C7 C1
Decimal 171 199 193
Binary 10101011 11000111 11000001
Octal 253 307 301

Shades and tints

Shades of #ABC7C1

#ABC7C1
(171,199,193)
#9CB5B0
(156,181,176)
#8DA39F
(141,163,159)
#7E918E
(126,145,142)
#6F7F7D
(111,127,125)
#606D6C
(96,109,108)
#515B5B
(81,91,91)
#42494A
(66,73,74)
#333739
(51,55,57)
#242528
(36,37,40)
#151317
(21,19,23)
#000000
(0,0,0)

Tints of #ABC7C1

#ABC7C1
(171,199,193)
#B2CCC6
(178,204,198)
#B9D1CB
(185,209,203)
#C0D6D0
(192,214,208)
#C7DBD5
(199,219,213)
#CEE0DA
(206,224,218)
#D5E5DF
(213,229,223)
#DCEAE4
(220,234,228)
#E3EFE9
(227,239,233)
#EAF4EE
(234,244,238)
#F1F9F3
(241,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABC7C1 color. Also use rgb(171,199,193) instead hex code.

Text Font Color

.myTextColor { color: #ABC7C1; }

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

This text font color is #ABC7C1.

Background Color

.myBgColor { background-color: #ABC7C1; }

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

This div background color is #ABC7C1.

Border color

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

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

This div border color is #ABC7C1.

Opacity

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

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

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

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

This text has shadow with #ABC7C1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABC7C1.

Preview

Color preview on black background

This text has color #ABC7C1 on black background.


Color preview on white background

This text has color #ABC7C1 on white background.


Black color preview on #ABC7C1 background

This text has black color on #ABC7C1 background.


White color preview on #ABC7C1 background

This text has white color on #ABC7C1 background.


Related colors

Complementary color

Complementary color for #hex is #54383E.


I love getcolorcode.com

Triadic colors

1 #C1ABC7 and #C7C1AB with #ABC7C1 are triadic colors.

2 #C1C7AB and #C7ABC1 with #ABC7C1 are triadic colors.