COLOR #ABC2BF

HEX: #ABC2BF
RGB: (171,194,191)

Color info

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

RGB color model

#ABC2BF color RGB value is (171,194,191).

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

RGB channels and saturation

R 171 of 255 = 67%
G 194 of 255 = 76%
B 191 of 255 = 75%

171
194
191

R + G + B ~ 73%. #ABC2BF is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 194 + 191 = 556 (100%)
R 171 of 556 ~ 30.76%
G 194 of 556 ~ 34.89%
B 191 of 556 ~ 34.35%

%30.76
%34.89
%34.35

CMYK color model

#ABC2BF color CMYK value is (12,0,2,24).

  • cyan value is 11.86%
  • magenta value is 0.00%
  • yellow value is 1.55%
  • key color value is 23.92%
CMYK:
(12,0,2,24)
C12M0Y2K24 
(12%,0%,2%,24%)
(0.12/0.00/0.02/0.24)	

CMYK percentages

%11.86
%0
%1.55
%23.92

Codes

Color #ABC2BF in popluar color models

ABC2BF
RGB171194191
HSL172°15.86%71.57%
HSB/HSV172°11.86%76.08%
CMYK11.86%0.00%1.55%
23.92%

Color #ABC2BF in popluar number systems.

HEXABC2BF
Decimal171194191
Binary101010111100001010111111
Octal253302277

Shades and tints

Shades of #ABC2BF

#ABC2BF
(171,194,191)
#9CB1AE
(156,177,174)
#8DA09D
(141,160,157)
#7E8F8C
(126,143,140)
#6F7E7B
(111,126,123)
#606D6A
(96,109,106)
#515C59
(81,92,89)
#424B48
(66,75,72)
#333A37
(51,58,55)
#242926
(36,41,38)
#151815
(21,24,21)
#000000
(0,0,0)

Tints of #ABC2BF

#ABC2BF
(171,194,191)
#B2C7C4
(178,199,196)
#B9CCC9
(185,204,201)
#C0D1CE
(192,209,206)
#C7D6D3
(199,214,211)
#CEDBD8
(206,219,216)
#D5E0DD
(213,224,221)
#DCE5E2
(220,229,226)
#E3EAE7
(227,234,231)
#EAEFEC
(234,239,236)
#F1F4F1
(241,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABC2BF; }

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

This text font color is #ABC2BF.


Background Color

.myBgColor { background-color: #ABC2BF; }

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

This div background color is #ABC2BF.


Border color

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

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

This div border color is #ABC2BF.


Opacity

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

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

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

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

This text has shadow with #ABC2BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABC2BF on black background.


Color preview on white background

This text has color #ABC2BF on white background.



Black color preview on #ABC2BF background

This text has black color on #ABC2BF background.


White color preview on #ABC2BF background

This text has white color on #ABC2BF background.