COLOR #ABC4CC

HEX: #ABC4CC
RGB: (171,196,204)

Color info

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

RGB color model

#ABC4CC color RGB value is (171,196,204).

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

RGB channels and saturation

R 171 of 255 = 67%
G 196 of 255 = 77%
B 204 of 255 = 80%

171
196
204

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

Portions of RGB colors in percentages

R + G + B =
171 + 196 + 204 = 571 (100%)
R 171 of 571 ~ 29.95%
G 196 of 571 ~ 34.33%
B 204 of 571 ~ 35.73%

%29.95
%34.33
%35.73

CMYK color model

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

  • cyan value is 16.18%
  • magenta value is 3.92%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(16,4,0,20)
C16M4Y0K20 
(16%,4%,0%,20%)
(0.16/0.04/0.00/0.20)	

CMYK percentages

%16.18
%3.92
%0
%20

Codes

Color #ABC4CC in popluar color models

ABC4CC
RGB171196204
HSL195°24.44%73.53%
HSB/HSV195°16.18%80.00%
CMYK16.18%3.92%0.00%
20.00%

Color #ABC4CC in popluar number systems.

HEXABC4CC
Decimal171196204
Binary101010111100010011001100
Octal253304314

Shades and tints

Shades of #ABC4CC

#ABC4CC
(171,196,204)
#9CB3BA
(156,179,186)
#8DA2A8
(141,162,168)
#7E9196
(126,145,150)
#6F8084
(111,128,132)
#606F72
(96,111,114)
#515E60
(81,94,96)
#424D4E
(66,77,78)
#333C3C
(51,60,60)
#242B2A
(36,43,42)
#151A18
(21,26,24)
#000000
(0,0,0)

Tints of #ABC4CC

#ABC4CC
(171,196,204)
#B2C9D0
(178,201,208)
#B9CED4
(185,206,212)
#C0D3D8
(192,211,216)
#C7D8DC
(199,216,220)
#CEDDE0
(206,221,224)
#D5E2E4
(213,226,228)
#DCE7E8
(220,231,232)
#E3ECEC
(227,236,236)
#EAF1F0
(234,241,240)
#F1F6F4
(241,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABC4CC; }

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

This text font color is #ABC4CC.


Background Color

.myBgColor { background-color: #ABC4CC; }

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

This div background color is #ABC4CC.


Border color

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

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

This div border color is #ABC4CC.


Opacity

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

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

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

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

This text has shadow with #ABC4CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABC4CC on black background.


Color preview on white background

This text has color #ABC4CC on white background.



Black color preview on #ABC4CC background

This text has black color on #ABC4CC background.


White color preview on #ABC4CC background

This text has white color on #ABC4CC background.