COLOR #ABCBC7

HEX: #ABCBC7
RGB: (171,203,199)

Color info

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

RGB color model

#ABCBC7 color RGB value is (171,203,199).

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

RGB channels and saturation

R 171 of 255 = 67%
G 203 of 255 = 80%
B 199 of 255 = 78%

171
203
199

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

Portions of RGB colors in percentages

R + G + B =
171 + 203 + 199 = 573 (100%)
R 171 of 573 ~ 29.84%
G 203 of 573 ~ 35.43%
B 199 of 573 ~ 34.73%

%29.84
%35.43
%34.73

CMYK color model

#ABCBC7 color CMYK value is (16,0,2,20).

  • cyan value is 15.76%
  • magenta value is 0.00%
  • yellow value is 1.97%
  • key color value is 20.39%
CMYK:
(16,0,2,20)
C16M0Y2K20 
(16%,0%,2%,20%)
(0.16/0.00/0.02/0.20)	

CMYK percentages

%15.76
%0
%1.97
%20.39

Codes

Color #ABCBC7 in popluar color models

ABCBC7
RGB171203199
HSL173°23.53%73.33%
HSB/HSV173°15.76%79.61%
CMYK15.76%0.00%1.97%
20.39%

Color #ABCBC7 in popluar number systems.

HEXABCBC7
Decimal171203199
Binary101010111100101111000111
Octal253313307

Shades and tints

Shades of #ABCBC7

#ABCBC7
(171,203,199)
#9CB9B5
(156,185,181)
#8DA7A3
(141,167,163)
#7E9591
(126,149,145)
#6F837F
(111,131,127)
#60716D
(96,113,109)
#515F5B
(81,95,91)
#424D49
(66,77,73)
#333B37
(51,59,55)
#242925
(36,41,37)
#151713
(21,23,19)
#000000
(0,0,0)

Tints of #ABCBC7

#ABCBC7
(171,203,199)
#B2CFCC
(178,207,204)
#B9D3D1
(185,211,209)
#C0D7D6
(192,215,214)
#C7DBDB
(199,219,219)
#CEDFE0
(206,223,224)
#D5E3E5
(213,227,229)
#DCE7EA
(220,231,234)
#E3EBEF
(227,235,239)
#EAEFF4
(234,239,244)
#F1F3F9
(241,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABCBC7; }

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

This text font color is #ABCBC7.


Background Color

.myBgColor { background-color: #ABCBC7; }

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

This div background color is #ABCBC7.


Border color

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

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

This div border color is #ABCBC7.


Opacity

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

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

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

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

This text has shadow with #ABCBC7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABCBC7 on black background.


Color preview on white background

This text has color #ABCBC7 on white background.



Black color preview on #ABCBC7 background

This text has black color on #ABCBC7 background.


White color preview on #ABCBC7 background

This text has white color on #ABCBC7 background.