COLOR #ABCCBA

HEX: #ABCCBA
RGB: (171,204,186)

Color info

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

RGB color model

#ABCCBA color RGB value is (171,204,186).

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

RGB channels and saturation

R 171 of 255 = 67%
G 204 of 255 = 80%
B 186 of 255 = 73%

171
204
186

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

Portions of RGB colors in percentages

R + G + B =
171 + 204 + 186 = 561 (100%)
R 171 of 561 ~ 30.48%
G 204 of 561 ~ 36.36%
B 186 of 561 ~ 33.16%

%30.48
%36.36
%33.16

CMYK color model

#ABCCBA color CMYK value is (16,0,9,20).

  • cyan value is 16.18%
  • magenta value is 0.00%
  • yellow value is 8.82%
  • key color value is 20.00%
CMYK:
(16,0,9,20)
C16M0Y9K20 
(16%,0%,9%,20%)
(0.16/0.00/0.09/0.20)	

CMYK percentages

%16.18
%0
%8.82
%20

Codes

Color #ABCCBA in popluar color models

ABCCBA
RGB171204186
HSL147°24.44%73.53%
HSB/HSV147°16.18%80.00%
CMYK16.18%0.00%8.82%
20.00%

Color #ABCCBA in popluar number systems.

HEXABCCBA
Decimal171204186
Binary101010111100110010111010
Octal253314272

Shades and tints

Shades of #ABCCBA

#ABCCBA
(171,204,186)
#9CBAAA
(156,186,170)
#8DA89A
(141,168,154)
#7E968A
(126,150,138)
#6F847A
(111,132,122)
#60726A
(96,114,106)
#51605A
(81,96,90)
#424E4A
(66,78,74)
#333C3A
(51,60,58)
#242A2A
(36,42,42)
#15181A
(21,24,26)
#000000
(0,0,0)

Tints of #ABCCBA

#ABCCBA
(171,204,186)
#B2D0C0
(178,208,192)
#B9D4C6
(185,212,198)
#C0D8CC
(192,216,204)
#C7DCD2
(199,220,210)
#CEE0D8
(206,224,216)
#D5E4DE
(213,228,222)
#DCE8E4
(220,232,228)
#E3ECEA
(227,236,234)
#EAF0F0
(234,240,240)
#F1F4F6
(241,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABCCBA; }

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

This text font color is #ABCCBA.


Background Color

.myBgColor { background-color: #ABCCBA; }

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

This div background color is #ABCCBA.


Border color

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

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

This div border color is #ABCCBA.


Opacity

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

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

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

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

This text has shadow with #ABCCBA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABCCBA on black background.


Color preview on white background

This text has color #ABCCBA on white background.



Black color preview on #ABCCBA background

This text has black color on #ABCCBA background.


White color preview on #ABCCBA background

This text has white color on #ABCCBA background.