COLOR #ABC3CA

HEX: #ABC3CA
RGB: (171,195,202)

Color info

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

RGB color model

#ABC3CA color RGB value is (171,195,202).

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

RGB channels and saturation

R 171 of 255 = 67%
G 195 of 255 = 76%
B 202 of 255 = 79%

171
195
202

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

Portions of RGB colors in percentages

R + G + B =
171 + 195 + 202 = 568 (100%)
R 171 of 568 ~ 30.11%
G 195 of 568 ~ 34.33%
B 202 of 568 ~ 35.56%

%30.11
%34.33
%35.56

CMYK color model

#ABC3CA color CMYK value is (15,3,0,21).

  • cyan value is 15.35%
  • magenta value is 3.47%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(15,3,0,21)
C15M3Y0K21 
(15%,3%,0%,21%)
(0.15/0.03/0.00/0.21)	

CMYK percentages

%15.35
%3.47
%0
%20.78

Codes

Color #ABC3CA in popluar color models

ABC3CA
RGB171195202
HSL194°22.63%73.14%
HSB/HSV194°15.35%79.22%
CMYK15.35%3.47%0.00%
20.78%

Color #ABC3CA in popluar number systems.

HEXABC3CA
Decimal171195202
Binary101010111100001111001010
Octal253303312

Shades and tints

Shades of #ABC3CA

#ABC3CA
(171,195,202)
#9CB2B8
(156,178,184)
#8DA1A6
(141,161,166)
#7E9094
(126,144,148)
#6F7F82
(111,127,130)
#606E70
(96,110,112)
#515D5E
(81,93,94)
#424C4C
(66,76,76)
#333B3A
(51,59,58)
#242A28
(36,42,40)
#151916
(21,25,22)
#000000
(0,0,0)

Tints of #ABC3CA

#ABC3CA
(171,195,202)
#B2C8CE
(178,200,206)
#B9CDD2
(185,205,210)
#C0D2D6
(192,210,214)
#C7D7DA
(199,215,218)
#CEDCDE
(206,220,222)
#D5E1E2
(213,225,226)
#DCE6E6
(220,230,230)
#E3EBEA
(227,235,234)
#EAF0EE
(234,240,238)
#F1F5F2
(241,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABC3CA; }

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

This text font color is #ABC3CA.


Background Color

.myBgColor { background-color: #ABC3CA; }

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

This div background color is #ABC3CA.


Border color

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

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

This div border color is #ABC3CA.


Opacity

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

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

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

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

This text has shadow with #ABC3CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABC3CA on black background.


Color preview on white background

This text has color #ABC3CA on white background.



Black color preview on #ABC3CA background

This text has black color on #ABC3CA background.


White color preview on #ABC3CA background

This text has white color on #ABC3CA background.