COLOR #ABCACC

HEX: #ABCACC
RGB: (171,202,204)

Color info

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

RGB color model

#ABCACC color RGB value is (171,202,204).

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

RGB channels and saturation

R 171 of 255 = 67%
G 202 of 255 = 79%
B 204 of 255 = 80%

171
202
204

R + G + B ~ 75%. #ABCACC is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 202 + 204 = 577 (100%)
R 171 of 577 ~ 29.64%
G 202 of 577 ~ 35.01%
B 204 of 577 ~ 35.36%

%29.64
%35.01
%35.36

CMYK color model

#ABCACC color CMYK value is (16,1,0,20).

  • cyan value is 16.18%
  • magenta value is 0.98%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(16,1,0,20)
C16M1Y0K20 
(16%,1%,0%,20%)
(0.16/0.01/0.00/0.20)	

CMYK percentages

%16.18
%0.98
%0
%20

Codes

Color #ABCACC in popluar color models

ABCACC
RGB171202204
HSL184°24.44%73.53%
HSB/HSV184°16.18%80.00%
CMYK16.18%0.98%0.00%
20.00%

Color #ABCACC in popluar number systems.

HEXABCACC
Decimal171202204
Binary101010111100101011001100
Octal253312314

Shades and tints

Shades of #ABCACC

#ABCACC
(171,202,204)
#9CB8BA
(156,184,186)
#8DA6A8
(141,166,168)
#7E9496
(126,148,150)
#6F8284
(111,130,132)
#607072
(96,112,114)
#515E60
(81,94,96)
#424C4E
(66,76,78)
#333A3C
(51,58,60)
#24282A
(36,40,42)
#151618
(21,22,24)
#000000
(0,0,0)

Tints of #ABCACC

#ABCACC
(171,202,204)
#B2CED0
(178,206,208)
#B9D2D4
(185,210,212)
#C0D6D8
(192,214,216)
#C7DADC
(199,218,220)
#CEDEE0
(206,222,224)
#D5E2E4
(213,226,228)
#DCE6E8
(220,230,232)
#E3EAEC
(227,234,236)
#EAEEF0
(234,238,240)
#F1F2F4
(241,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABCACC; }

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

This text font color is #ABCACC.


Background Color

.myBgColor { background-color: #ABCACC; }

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

This div background color is #ABCACC.


Border color

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

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

This div border color is #ABCACC.


Opacity

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

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

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

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

This text has shadow with #ABCACC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABCACC on black background.


Color preview on white background

This text has color #ABCACC on white background.



Black color preview on #ABCACC background

This text has black color on #ABCACC background.


White color preview on #ABCACC background

This text has white color on #ABCACC background.