COLOR #ABCCBC

HEX: #ABCCBC RGB: (171,204,188)

Color info

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

RGB color model

#ABCCBC color RGB value is (171,204,188).

RGB: (171,204,188) (67%, 80%, 74%)

RGB channels and saturation

R 171 of 255 = 67%
G 204 of 255 = 80%
B 188 of 255 = 74%

171
204
188

R + G + B ~ 74%. #ABCCBC is quite light color.

Portions of RGB colors in percentages

R + G + B = 171 + 204 + 188 = 563 (100%)
R 171 of 563 ~ 30.37%
G 204 of 563 ~ 36.23%
B 188 of 563 ~ 33.39'%

%30.37
%36.23
%33.39

CMYK color model

#ABCCBC color CMYK value is (16,0,8,20).

  • cyan value is 16.18%
  • magenta value is 0.00%
  • yellow value is 7.84%
  • key color value is 20.00%

CMYK: (16,0,8,20)
C16M0Y8K20 (16%, 0%, 8%, 20%)
(0.16 / 0.00 / 0.08 / 0.20)

CMYK percentages

%16.18
%0
%7.84
%20

Codes

Color #ABCCBC in popluar color models

AB CC BC
RGB 171 204 188
HSL 151° 24.44% 73.53%
HSB/HSV 151° 16.18% 80.00%
CMYK 16.18% 0.00% 7.84%
20.00%

Color #ABCCBC in popluar number systems.

HEX AB CC BC
Decimal 171 204 188
Binary 10101011 11001100 10111100
Octal 253 314 274

Shades and tints

Shades of #ABCCBC

#ABCCBC
(171,204,188)
#9CBAAB
(156,186,171)
#8DA89A
(141,168,154)
#7E9689
(126,150,137)
#6F8478
(111,132,120)
#607267
(96,114,103)
#516056
(81,96,86)
#424E45
(66,78,69)
#333C34
(51,60,52)
#242A23
(36,42,35)
#151812
(21,24,18)
#000000
(0,0,0)

Tints of #ABCCBC

#ABCCBC
(171,204,188)
#B2D0C2
(178,208,194)
#B9D4C8
(185,212,200)
#C0D8CE
(192,216,206)
#C7DCD4
(199,220,212)
#CEE0DA
(206,224,218)
#D5E4E0
(213,228,224)
#DCE8E6
(220,232,230)
#E3ECEC
(227,236,236)
#EAF0F2
(234,240,242)
#F1F4F8
(241,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABCCBC; }

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

This text font color is #ABCCBC.

Background Color

.myBgColor { background-color: #ABCCBC; }

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

This div background color is #ABCCBC.

Border color

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

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

This div border color is #ABCCBC.

Opacity

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

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

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

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

This text has shadow with #ABCCBC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABCCBC.

Preview

Color preview on black background

This text has color #ABCCBC on black background.


Color preview on white background

This text has color #ABCCBC on white background.


Black color preview on #ABCCBC background

This text has black color on #ABCCBC background.


White color preview on #ABCCBC background

This text has white color on #ABCCBC background.


Related colors

Complementary color

Complementary color for #hex is #543343.


I love getcolorcode.com

Triadic colors

1 #BCABCC and #CCBCAB with #ABCCBC are triadic colors.

2 #BCCCAB and #CCABBC with #ABCCBC are triadic colors.