COLOR #ABBCAF

HEX: #ABBCAF
RGB: (171,188,175)

Color info

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

RGB color model

#ABBCAF color RGB value is (171,188,175).

  • red value is 171;
  • green value is 188;
  • blue value is 175.
RGB:
(171,188,175)
(67%,74%,69%)

RGB channels and saturation

R 171 of 255 = 67%
G 188 of 255 = 74%
B 175 of 255 = 69%

171
188
175

R + G + B ~ 70%. #ABBCAF is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 188 + 175 = 534 (100%)
R 171 of 534 ~ 32.02%
G 188 of 534 ~ 35.21%
B 175 of 534 ~ 32.77%

%32.02
%35.21
%32.77

CMYK color model

#ABBCAF color CMYK value is (9,0,7,26).

  • cyan value is 9.04%
  • magenta value is 0.00%
  • yellow value is 6.91%
  • key color value is 26.27%
CMYK:
(9,0,7,26)
C9M0Y7K26 
(9%,0%,7%,26%)
(0.09/0.00/0.07/0.26)	

CMYK percentages

%9.04
%0
%6.91
%26.27

Codes

Color #ABBCAF in popluar color models

ABBCAF
RGB171188175
HSL134°11.26%70.39%
HSB/HSV134°9.04%73.73%
CMYK9.04%0.00%6.91%
26.27%

Color #ABBCAF in popluar number systems.

HEXABBCAF
Decimal171188175
Binary101010111011110010101111
Octal253274257

Shades and tints

Shades of #ABBCAF

#ABBCAF
(171,188,175)
#9CABA0
(156,171,160)
#8D9A91
(141,154,145)
#7E8982
(126,137,130)
#6F7873
(111,120,115)
#606764
(96,103,100)
#515655
(81,86,85)
#424546
(66,69,70)
#333437
(51,52,55)
#242328
(36,35,40)
#151219
(21,18,25)
#000000
(0,0,0)

Tints of #ABBCAF

#ABBCAF
(171,188,175)
#B2C2B6
(178,194,182)
#B9C8BD
(185,200,189)
#C0CEC4
(192,206,196)
#C7D4CB
(199,212,203)
#CEDAD2
(206,218,210)
#D5E0D9
(213,224,217)
#DCE6E0
(220,230,224)
#E3ECE7
(227,236,231)
#EAF2EE
(234,242,238)
#F1F8F5
(241,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABBCAF color. Also use rgb(171,188,175) instead hex code.

Text Font Color

.myTextColor { color: #ABBCAF; }

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

This text font color is #ABBCAF.


Background Color

.myBgColor { background-color: #ABBCAF; }

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

This div background color is #ABBCAF.


Border color

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

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

This div border color is #ABBCAF.


Opacity

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

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

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

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

This text has shadow with #ABBCAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABBCAF on black background.


Color preview on white background

This text has color #ABBCAF on white background.



Black color preview on #ABBCAF background

This text has black color on #ABBCAF background.


White color preview on #ABBCAF background

This text has white color on #ABBCAF background.