COLOR #ABCABF

HEX: #ABCABF
RGB: (171,202,191)

Color info

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

RGB color model

#ABCABF color RGB value is (171,202,191).

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

RGB channels and saturation

R 171 of 255 = 67%
G 202 of 255 = 79%
B 191 of 255 = 75%

171
202
191

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

Portions of RGB colors in percentages

R + G + B =
171 + 202 + 191 = 564 (100%)
R 171 of 564 ~ 30.32%
G 202 of 564 ~ 35.82%
B 191 of 564 ~ 33.87%

%30.32
%35.82
%33.87

CMYK color model

#ABCABF color CMYK value is (15,0,5,21).

  • cyan value is 15.35%
  • magenta value is 0.00%
  • yellow value is 5.45%
  • key color value is 20.78%
CMYK:
(15,0,5,21)
C15M0Y5K21 
(15%,0%,5%,21%)
(0.15/0.00/0.05/0.21)	

CMYK percentages

%15.35
%0
%5.45
%20.78

Codes

Color #ABCABF in popluar color models

ABCABF
RGB171202191
HSL159°22.63%73.14%
HSB/HSV159°15.35%79.22%
CMYK15.35%0.00%5.45%
20.78%

Color #ABCABF in popluar number systems.

HEXABCABF
Decimal171202191
Binary101010111100101010111111
Octal253312277

Shades and tints

Shades of #ABCABF

#ABCABF
(171,202,191)
#9CB8AE
(156,184,174)
#8DA69D
(141,166,157)
#7E948C
(126,148,140)
#6F827B
(111,130,123)
#60706A
(96,112,106)
#515E59
(81,94,89)
#424C48
(66,76,72)
#333A37
(51,58,55)
#242826
(36,40,38)
#151615
(21,22,21)
#000000
(0,0,0)

Tints of #ABCABF

#ABCABF
(171,202,191)
#B2CEC4
(178,206,196)
#B9D2C9
(185,210,201)
#C0D6CE
(192,214,206)
#C7DAD3
(199,218,211)
#CEDED8
(206,222,216)
#D5E2DD
(213,226,221)
#DCE6E2
(220,230,226)
#E3EAE7
(227,234,231)
#EAEEEC
(234,238,236)
#F1F2F1
(241,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABCABF; }

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

This text font color is #ABCABF.


Background Color

.myBgColor { background-color: #ABCABF; }

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

This div background color is #ABCABF.


Border color

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

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

This div border color is #ABCABF.


Opacity

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

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

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

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

This text has shadow with #ABCABF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABCABF on black background.


Color preview on white background

This text has color #ABCABF on white background.



Black color preview on #ABCABF background

This text has black color on #ABCABF background.


White color preview on #ABCABF background

This text has white color on #ABCABF background.