COLOR #ABCABC

HEX: #ABCABC RGB: (171,202,188)

Color info

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

RGB color model

#ABCABC color RGB value is (171,202,188).

RGB: (171,202,188) (67%, 79%, 74%)

RGB channels and saturation

R 171 of 255 = 67%
G 202 of 255 = 79%
B 188 of 255 = 74%

171
202
188

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

Portions of RGB colors in percentages

R + G + B = 171 + 202 + 188 = 561 (100%)
R 171 of 561 ~ 30.48%
G 202 of 561 ~ 36.01%
B 188 of 561 ~ 33.51'%

%30.48
%36.01
%33.51

CMYK color model

#ABCABC color CMYK value is (15,0,7,21).

  • cyan value is 15.35%
  • magenta value is 0.00%
  • yellow value is 6.93%
  • key color value is 20.78%

CMYK: (15,0,7,21)
C15M0Y7K21 (15%, 0%, 7%, 21%)
(0.15 / 0.00 / 0.07 / 0.21)

CMYK percentages

%15.35
%0
%6.93
%20.78

Codes

Color #ABCABC in popluar color models

AB CA BC
RGB 171 202 188
HSL 153° 22.63% 73.14%
HSB/HSV 153° 15.35% 79.22%
CMYK 15.35% 0.00% 6.93%
20.78%

Color #ABCABC in popluar number systems.

HEX AB CA BC
Decimal 171 202 188
Binary 10101011 11001010 10111100
Octal 253 312 274

Shades and tints

Shades of #ABCABC

#ABCABC
(171,202,188)
#9CB8AB
(156,184,171)
#8DA69A
(141,166,154)
#7E9489
(126,148,137)
#6F8278
(111,130,120)
#607067
(96,112,103)
#515E56
(81,94,86)
#424C45
(66,76,69)
#333A34
(51,58,52)
#242823
(36,40,35)
#151612
(21,22,18)
#000000
(0,0,0)

Tints of #ABCABC

#ABCABC
(171,202,188)
#B2CEC2
(178,206,194)
#B9D2C8
(185,210,200)
#C0D6CE
(192,214,206)
#C7DAD4
(199,218,212)
#CEDEDA
(206,222,218)
#D5E2E0
(213,226,224)
#DCE6E6
(220,230,230)
#E3EAEC
(227,234,236)
#EAEEF2
(234,238,242)
#F1F2F8
(241,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABCABC; }

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

This text font color is #ABCABC.

Background Color

.myBgColor { background-color: #ABCABC; }

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

This div background color is #ABCABC.

Border color

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

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

This div border color is #ABCABC.

Opacity

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

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

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

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

This text has shadow with #ABCABC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABCABC.

Preview

Color preview on black background

This text has color #ABCABC on black background.


Color preview on white background

This text has color #ABCABC on white background.


Black color preview on #ABCABC background

This text has black color on #ABCABC background.


White color preview on #ABCABC background

This text has white color on #ABCABC background.


Related colors

Complementary color

Complementary color for #hex is #543543.


I love getcolorcode.com

Triadic colors

1 #BCABCA and #CABCAB with #ABCABC are triadic colors.

2 #BCCAAB and #CAABBC with #ABCABC are triadic colors.