COLOR #ABCCC2

HEX: #ABCCC2 RGB: (171,204,194)

Color info

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

RGB color model

#ABCCC2 color RGB value is (171,204,194).

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

RGB channels and saturation

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

171
204
194

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

Portions of RGB colors in percentages

R + G + B = 171 + 204 + 194 = 569 (100%)
R 171 of 569 ~ 30.05%
G 204 of 569 ~ 35.85%
B 194 of 569 ~ 34.09'%

%30.05
%35.85
%34.09

CMYK color model

#ABCCC2 color CMYK value is (16,0,5,20).

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

CMYK: (16,0,5,20)
C16M0Y5K20 (16%, 0%, 5%, 20%)
(0.16 / 0.00 / 0.05 / 0.20)

CMYK percentages

%16.18
%0
%4.9
%20

Codes

Color #ABCCC2 in popluar color models

AB CC C2
RGB 171 204 194
HSL 162° 24.44% 73.53%
HSB/HSV 162° 16.18% 80.00%
CMYK 16.18% 0.00% 4.90%
20.00%

Color #ABCCC2 in popluar number systems.

HEX AB CC C2
Decimal 171 204 194
Binary 10101011 11001100 11000010
Octal 253 314 302

Shades and tints

Shades of #ABCCC2

#ABCCC2
(171,204,194)
#9CBAB1
(156,186,177)
#8DA8A0
(141,168,160)
#7E968F
(126,150,143)
#6F847E
(111,132,126)
#60726D
(96,114,109)
#51605C
(81,96,92)
#424E4B
(66,78,75)
#333C3A
(51,60,58)
#242A29
(36,42,41)
#151818
(21,24,24)
#000000
(0,0,0)

Tints of #ABCCC2

#ABCCC2
(171,204,194)
#B2D0C7
(178,208,199)
#B9D4CC
(185,212,204)
#C0D8D1
(192,216,209)
#C7DCD6
(199,220,214)
#CEE0DB
(206,224,219)
#D5E4E0
(213,228,224)
#DCE8E5
(220,232,229)
#E3ECEA
(227,236,234)
#EAF0EF
(234,240,239)
#F1F4F4
(241,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABCCC2; }

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

This text font color is #ABCCC2.

Background Color

.myBgColor { background-color: #ABCCC2; }

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

This div background color is #ABCCC2.

Border color

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

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

This div border color is #ABCCC2.

Opacity

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

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

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

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

This text has shadow with #ABCCC2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABCCC2.

Preview

Color preview on black background

This text has color #ABCCC2 on black background.


Color preview on white background

This text has color #ABCCC2 on white background.


Black color preview on #ABCCC2 background

This text has black color on #ABCCC2 background.


White color preview on #ABCCC2 background

This text has white color on #ABCCC2 background.


Related colors

Complementary color

Complementary color for #hex is #54333D.


I love getcolorcode.com

Triadic colors

1 #C2ABCC and #CCC2AB with #ABCCC2 are triadic colors.

2 #C2CCAB and #CCABC2 with #ABCCC2 are triadic colors.