COLOR #ABCCB6

HEX: #ABCCB6
RGB: (171,204,182)

Color info

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

RGB color model

#ABCCB6 color RGB value is (171,204,182).

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

RGB channels and saturation

R 171 of 255 = 67%
G 204 of 255 = 80%
B 182 of 255 = 71%

171
204
182

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

Portions of RGB colors in percentages

R + G + B =
171 + 204 + 182 = 557 (100%)
R 171 of 557 ~ 30.7%
G 204 of 557 ~ 36.62%
B 182 of 557 ~ 32.68%

%30.7
%36.62
%32.68

CMYK color model

#ABCCB6 color CMYK value is (16,0,11,20).

  • cyan value is 16.18%
  • magenta value is 0.00%
  • yellow value is 10.78%
  • key color value is 20.00%
CMYK:
(16,0,11,20)
C16M0Y11K20 
(16%,0%,11%,20%)
(0.16/0.00/0.11/0.20)	

CMYK percentages

%16.18
%0
%10.78
%20

Codes

Color #ABCCB6 in popluar color models

ABCCB6
RGB171204182
HSL140°24.44%73.53%
HSB/HSV140°16.18%80.00%
CMYK16.18%0.00%10.78%
20.00%

Color #ABCCB6 in popluar number systems.

HEXABCCB6
Decimal171204182
Binary101010111100110010110110
Octal253314266

Shades and tints

Shades of #ABCCB6

#ABCCB6
(171,204,182)
#9CBAA6
(156,186,166)
#8DA896
(141,168,150)
#7E9686
(126,150,134)
#6F8476
(111,132,118)
#607266
(96,114,102)
#516056
(81,96,86)
#424E46
(66,78,70)
#333C36
(51,60,54)
#242A26
(36,42,38)
#151816
(21,24,22)
#000000
(0,0,0)

Tints of #ABCCB6

#ABCCB6
(171,204,182)
#B2D0BC
(178,208,188)
#B9D4C2
(185,212,194)
#C0D8C8
(192,216,200)
#C7DCCE
(199,220,206)
#CEE0D4
(206,224,212)
#D5E4DA
(213,228,218)
#DCE8E0
(220,232,224)
#E3ECE6
(227,236,230)
#EAF0EC
(234,240,236)
#F1F4F2
(241,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABCCB6; }

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

This text font color is #ABCCB6.


Background Color

.myBgColor { background-color: #ABCCB6; }

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

This div background color is #ABCCB6.


Border color

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

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

This div border color is #ABCCB6.


Opacity

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

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

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

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

This text has shadow with #ABCCB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABCCB6 on black background.


Color preview on white background

This text has color #ABCCB6 on white background.



Black color preview on #ABCCB6 background

This text has black color on #ABCCB6 background.


White color preview on #ABCCB6 background

This text has white color on #ABCCB6 background.