COLOR #ABC7B6

HEX: #ABC7B6
RGB: (171,199,182)

Color info

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

RGB color model

#ABC7B6 color RGB value is (171,199,182).

  • red value is 171;
  • green value is 199;
  • blue value is 182.
RGB:
(171,199,182)
(67%,78%,71%)

RGB channels and saturation

R 171 of 255 = 67%
G 199 of 255 = 78%
B 182 of 255 = 71%

171
199
182

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

Portions of RGB colors in percentages

R + G + B =
171 + 199 + 182 = 552 (100%)
R 171 of 552 ~ 30.98%
G 199 of 552 ~ 36.05%
B 182 of 552 ~ 32.97%

%30.98
%36.05
%32.97

CMYK color model

#ABC7B6 color CMYK value is (14,0,9,22).

  • cyan value is 14.07%
  • magenta value is 0.00%
  • yellow value is 8.54%
  • key color value is 21.96%
CMYK:
(14,0,9,22)
C14M0Y9K22 
(14%,0%,9%,22%)
(0.14/0.00/0.09/0.22)	

CMYK percentages

%14.07
%0
%8.54
%21.96

Codes

Color #ABC7B6 in popluar color models

ABC7B6
RGB171199182
HSL144°20.00%72.55%
HSB/HSV144°14.07%78.04%
CMYK14.07%0.00%8.54%
21.96%

Color #ABC7B6 in popluar number systems.

HEXABC7B6
Decimal171199182
Binary101010111100011110110110
Octal253307266

Shades and tints

Shades of #ABC7B6

#ABC7B6
(171,199,182)
#9CB5A6
(156,181,166)
#8DA396
(141,163,150)
#7E9186
(126,145,134)
#6F7F76
(111,127,118)
#606D66
(96,109,102)
#515B56
(81,91,86)
#424946
(66,73,70)
#333736
(51,55,54)
#242526
(36,37,38)
#151316
(21,19,22)
#000000
(0,0,0)

Tints of #ABC7B6

#ABC7B6
(171,199,182)
#B2CCBC
(178,204,188)
#B9D1C2
(185,209,194)
#C0D6C8
(192,214,200)
#C7DBCE
(199,219,206)
#CEE0D4
(206,224,212)
#D5E5DA
(213,229,218)
#DCEAE0
(220,234,224)
#E3EFE6
(227,239,230)
#EAF4EC
(234,244,236)
#F1F9F2
(241,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABC7B6; }

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

This text font color is #ABC7B6.


Background Color

.myBgColor { background-color: #ABC7B6; }

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

This div background color is #ABC7B6.


Border color

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

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

This div border color is #ABC7B6.


Opacity

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

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

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

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

This text has shadow with #ABC7B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABC7B6 on black background.


Color preview on white background

This text has color #ABC7B6 on white background.



Black color preview on #ABC7B6 background

This text has black color on #ABC7B6 background.


White color preview on #ABC7B6 background

This text has white color on #ABC7B6 background.