COLOR #ABC6B0

HEX: #ABC6B0
RGB: (171,198,176)

Color info

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

RGB color model

#ABC6B0 color RGB value is (171,198,176).

  • red value is 171;
  • green value is 198;
  • blue value is 176.
RGB:
(171,198,176)
(67%,78%,69%)

RGB channels and saturation

R 171 of 255 = 67%
G 198 of 255 = 78%
B 176 of 255 = 69%

171
198
176

R + G + B ~ 71%. #ABC6B0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 198 + 176 = 545 (100%)
R 171 of 545 ~ 31.38%
G 198 of 545 ~ 36.33%
B 176 of 545 ~ 32.29%

%31.38
%36.33
%32.29

CMYK color model

#ABC6B0 color CMYK value is (14,0,11,22).

  • cyan value is 13.64%
  • magenta value is 0.00%
  • yellow value is 11.11%
  • key color value is 22.35%
CMYK:
(14,0,11,22)
C14M0Y11K22 
(14%,0%,11%,22%)
(0.14/0.00/0.11/0.22)	

CMYK percentages

%13.64
%0
%11.11
%22.35

Codes

Color #ABC6B0 in popluar color models

ABC6B0
RGB171198176
HSL131°19.15%72.35%
HSB/HSV131°13.64%77.65%
CMYK13.64%0.00%11.11%
22.35%

Color #ABC6B0 in popluar number systems.

HEXABC6B0
Decimal171198176
Binary101010111100011010110000
Octal253306260

Shades and tints

Shades of #ABC6B0

#ABC6B0
(171,198,176)
#9CB4A0
(156,180,160)
#8DA290
(141,162,144)
#7E9080
(126,144,128)
#6F7E70
(111,126,112)
#606C60
(96,108,96)
#515A50
(81,90,80)
#424840
(66,72,64)
#333630
(51,54,48)
#242420
(36,36,32)
#151210
(21,18,16)
#000000
(0,0,0)

Tints of #ABC6B0

#ABC6B0
(171,198,176)
#B2CBB7
(178,203,183)
#B9D0BE
(185,208,190)
#C0D5C5
(192,213,197)
#C7DACC
(199,218,204)
#CEDFD3
(206,223,211)
#D5E4DA
(213,228,218)
#DCE9E1
(220,233,225)
#E3EEE8
(227,238,232)
#EAF3EF
(234,243,239)
#F1F8F6
(241,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABC6B0 color. Also use rgb(171,198,176) instead hex code.

Text Font Color

.myTextColor { color: #ABC6B0; }

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

This text font color is #ABC6B0.


Background Color

.myBgColor { background-color: #ABC6B0; }

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

This div background color is #ABC6B0.


Border color

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

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

This div border color is #ABC6B0.


Opacity

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

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

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

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

This text has shadow with #ABC6B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABC6B0 on black background.


Color preview on white background

This text has color #ABC6B0 on white background.



Black color preview on #ABC6B0 background

This text has black color on #ABC6B0 background.


White color preview on #ABC6B0 background

This text has white color on #ABC6B0 background.