COLOR #ABC1BA

HEX: #ABC1BA
RGB: (171,193,186)

Color info

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

RGB color model

#ABC1BA color RGB value is (171,193,186).

  • red value is 171;
  • green value is 193;
  • blue value is 186.
RGB:
(171,193,186)
(67%,76%,73%)

RGB channels and saturation

R 171 of 255 = 67%
G 193 of 255 = 76%
B 186 of 255 = 73%

171
193
186

R + G + B ~ 72%. #ABC1BA is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 193 + 186 = 550 (100%)
R 171 of 550 ~ 31.09%
G 193 of 550 ~ 35.09%
B 186 of 550 ~ 33.82%

%31.09
%35.09
%33.82

CMYK color model

#ABC1BA color CMYK value is (11,0,4,24).

  • cyan value is 11.40%
  • magenta value is 0.00%
  • yellow value is 3.63%
  • key color value is 24.31%
CMYK:
(11,0,4,24)
C11M0Y4K24 
(11%,0%,4%,24%)
(0.11/0.00/0.04/0.24)	

CMYK percentages

%11.4
%0
%3.63
%24.31

Codes

Color #ABC1BA in popluar color models

ABC1BA
RGB171193186
HSL161°15.07%71.37%
HSB/HSV161°11.40%75.69%
CMYK11.40%0.00%3.63%
24.31%

Color #ABC1BA in popluar number systems.

HEXABC1BA
Decimal171193186
Binary101010111100000110111010
Octal253301272

Shades and tints

Shades of #ABC1BA

#ABC1BA
(171,193,186)
#9CB0AA
(156,176,170)
#8D9F9A
(141,159,154)
#7E8E8A
(126,142,138)
#6F7D7A
(111,125,122)
#606C6A
(96,108,106)
#515B5A
(81,91,90)
#424A4A
(66,74,74)
#33393A
(51,57,58)
#24282A
(36,40,42)
#15171A
(21,23,26)
#000000
(0,0,0)

Tints of #ABC1BA

#ABC1BA
(171,193,186)
#B2C6C0
(178,198,192)
#B9CBC6
(185,203,198)
#C0D0CC
(192,208,204)
#C7D5D2
(199,213,210)
#CEDAD8
(206,218,216)
#D5DFDE
(213,223,222)
#DCE4E4
(220,228,228)
#E3E9EA
(227,233,234)
#EAEEF0
(234,238,240)
#F1F3F6
(241,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABC1BA; }

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

This text font color is #ABC1BA.


Background Color

.myBgColor { background-color: #ABC1BA; }

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

This div background color is #ABC1BA.


Border color

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

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

This div border color is #ABC1BA.


Opacity

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

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

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

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

This text has shadow with #ABC1BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABC1BA on black background.


Color preview on white background

This text has color #ABC1BA on white background.



Black color preview on #ABC1BA background

This text has black color on #ABC1BA background.


White color preview on #ABC1BA background

This text has white color on #ABC1BA background.