COLOR #ABC2BA

HEX: #ABC2BA
RGB: (171,194,186)

Color info

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

RGB color model

#ABC2BA color RGB value is (171,194,186).

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

RGB channels and saturation

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

171
194
186

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

Portions of RGB colors in percentages

R + G + B =
171 + 194 + 186 = 551 (100%)
R 171 of 551 ~ 31.03%
G 194 of 551 ~ 35.21%
B 186 of 551 ~ 33.76%

%31.03
%35.21
%33.76

CMYK color model

#ABC2BA color CMYK value is (12,0,4,24).

  • cyan value is 11.86%
  • magenta value is 0.00%
  • yellow value is 4.12%
  • key color value is 23.92%
CMYK:
(12,0,4,24)
C12M0Y4K24 
(12%,0%,4%,24%)
(0.12/0.00/0.04/0.24)	

CMYK percentages

%11.86
%0
%4.12
%23.92

Codes

Color #ABC2BA in popluar color models

ABC2BA
RGB171194186
HSL159°15.86%71.57%
HSB/HSV159°11.86%76.08%
CMYK11.86%0.00%4.12%
23.92%

Color #ABC2BA in popluar number systems.

HEXABC2BA
Decimal171194186
Binary101010111100001010111010
Octal253302272

Shades and tints

Shades of #ABC2BA

#ABC2BA
(171,194,186)
#9CB1AA
(156,177,170)
#8DA09A
(141,160,154)
#7E8F8A
(126,143,138)
#6F7E7A
(111,126,122)
#606D6A
(96,109,106)
#515C5A
(81,92,90)
#424B4A
(66,75,74)
#333A3A
(51,58,58)
#24292A
(36,41,42)
#15181A
(21,24,26)
#000000
(0,0,0)

Tints of #ABC2BA

#ABC2BA
(171,194,186)
#B2C7C0
(178,199,192)
#B9CCC6
(185,204,198)
#C0D1CC
(192,209,204)
#C7D6D2
(199,214,210)
#CEDBD8
(206,219,216)
#D5E0DE
(213,224,222)
#DCE5E4
(220,229,228)
#E3EAEA
(227,234,234)
#EAEFF0
(234,239,240)
#F1F4F6
(241,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABC2BA; }

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

This text font color is #ABC2BA.


Background Color

.myBgColor { background-color: #ABC2BA; }

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

This div background color is #ABC2BA.


Border color

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

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

This div border color is #ABC2BA.


Opacity

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

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

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

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

This text has shadow with #ABC2BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABC2BA on black background.


Color preview on white background

This text has color #ABC2BA on white background.



Black color preview on #ABC2BA background

This text has black color on #ABC2BA background.


White color preview on #ABC2BA background

This text has white color on #ABC2BA background.