COLOR #ABCCC3

HEX: #ABCCC3 RGB: (171,204,195)

Color info

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

RGB color model

#ABCCC3 color RGB value is (171,204,195).

RGB: (171,204,195) (67%, 80%, 76%)

RGB channels and saturation

R 171 of 255 = 67%
G 204 of 255 = 80%
B 195 of 255 = 76%

171
204
195

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

Portions of RGB colors in percentages

R + G + B = 171 + 204 + 195 = 570 (100%)
R 171 of 570 ~ 30%
G 204 of 570 ~ 35.79%
B 195 of 570 ~ 34.21'%

%30
%35.79
%34.21

CMYK color model

#ABCCC3 color CMYK value is (16,0,4,20).

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

CMYK: (16,0,4,20)
C16M0Y4K20 (16%, 0%, 4%, 20%)
(0.16 / 0.00 / 0.04 / 0.20)

CMYK percentages

%16.18
%0
%4.41
%20

Codes

Color #ABCCC3 in popluar color models

AB CC C3
RGB 171 204 195
HSL 164° 24.44% 73.53%
HSB/HSV 164° 16.18% 80.00%
CMYK 16.18% 0.00% 4.41%
20.00%

Color #ABCCC3 in popluar number systems.

HEX AB CC C3
Decimal 171 204 195
Binary 10101011 11001100 11000011
Octal 253 314 303

Shades and tints

Shades of #ABCCC3

#ABCCC3
(171,204,195)
#9CBAB2
(156,186,178)
#8DA8A1
(141,168,161)
#7E9690
(126,150,144)
#6F847F
(111,132,127)
#60726E
(96,114,110)
#51605D
(81,96,93)
#424E4C
(66,78,76)
#333C3B
(51,60,59)
#242A2A
(36,42,42)
#151819
(21,24,25)
#000000
(0,0,0)

Tints of #ABCCC3

#ABCCC3
(171,204,195)
#B2D0C8
(178,208,200)
#B9D4CD
(185,212,205)
#C0D8D2
(192,216,210)
#C7DCD7
(199,220,215)
#CEE0DC
(206,224,220)
#D5E4E1
(213,228,225)
#DCE8E6
(220,232,230)
#E3ECEB
(227,236,235)
#EAF0F0
(234,240,240)
#F1F4F5
(241,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABCCC3; }

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

This text font color is #ABCCC3.

Background Color

.myBgColor { background-color: #ABCCC3; }

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

This div background color is #ABCCC3.

Border color

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

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

This div border color is #ABCCC3.

Opacity

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

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

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

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

This text has shadow with #ABCCC3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABCCC3.

Preview

Color preview on black background

This text has color #ABCCC3 on black background.


Color preview on white background

This text has color #ABCCC3 on white background.


Black color preview on #ABCCC3 background

This text has black color on #ABCCC3 background.


White color preview on #ABCCC3 background

This text has white color on #ABCCC3 background.


Related colors

Complementary color

Complementary color for #hex is #54333C.


I love getcolorcode.com

Triadic colors

1 #C3ABCC and #CCC3AB with #ABCCC3 are triadic colors.

2 #C3CCAB and #CCABC3 with #ABCCC3 are triadic colors.