COLOR #ABC3C7

HEX: #ABC3C7
RGB: (171,195,199)

Color info

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

RGB color model

#ABC3C7 color RGB value is (171,195,199).

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

RGB channels and saturation

R 171 of 255 = 67%
G 195 of 255 = 76%
B 199 of 255 = 78%

171
195
199

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

Portions of RGB colors in percentages

R + G + B =
171 + 195 + 199 = 565 (100%)
R 171 of 565 ~ 30.27%
G 195 of 565 ~ 34.51%
B 199 of 565 ~ 35.22%

%30.27
%34.51
%35.22

CMYK color model

#ABC3C7 color CMYK value is (14,2,0,22).

  • cyan value is 14.07%
  • magenta value is 2.01%
  • yellow value is 0.00%
  • key color value is 21.96%
CMYK:
(14,2,0,22)
C14M2Y0K22 
(14%,2%,0%,22%)
(0.14/0.02/0.00/0.22)	

CMYK percentages

%14.07
%2.01
%0
%21.96

Codes

Color #ABC3C7 in popluar color models

ABC3C7
RGB171195199
HSL189°20.00%72.55%
HSB/HSV189°14.07%78.04%
CMYK14.07%2.01%0.00%
21.96%

Color #ABC3C7 in popluar number systems.

HEXABC3C7
Decimal171195199
Binary101010111100001111000111
Octal253303307

Shades and tints

Shades of #ABC3C7

#ABC3C7
(171,195,199)
#9CB2B5
(156,178,181)
#8DA1A3
(141,161,163)
#7E9091
(126,144,145)
#6F7F7F
(111,127,127)
#606E6D
(96,110,109)
#515D5B
(81,93,91)
#424C49
(66,76,73)
#333B37
(51,59,55)
#242A25
(36,42,37)
#151913
(21,25,19)
#000000
(0,0,0)

Tints of #ABC3C7

#ABC3C7
(171,195,199)
#B2C8CC
(178,200,204)
#B9CDD1
(185,205,209)
#C0D2D6
(192,210,214)
#C7D7DB
(199,215,219)
#CEDCE0
(206,220,224)
#D5E1E5
(213,225,229)
#DCE6EA
(220,230,234)
#E3EBEF
(227,235,239)
#EAF0F4
(234,240,244)
#F1F5F9
(241,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABC3C7; }

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

This text font color is #ABC3C7.


Background Color

.myBgColor { background-color: #ABC3C7; }

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

This div background color is #ABC3C7.


Border color

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

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

This div border color is #ABC3C7.


Opacity

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

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

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

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

This text has shadow with #ABC3C7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABC3C7 on black background.


Color preview on white background

This text has color #ABC3C7 on white background.



Black color preview on #ABC3C7 background

This text has black color on #ABC3C7 background.


White color preview on #ABC3C7 background

This text has white color on #ABC3C7 background.