COLOR #ABB6AE

HEX: #ABB6AE
RGB: (171,182,174)

Color info

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

RGB color model

#ABB6AE color RGB value is (171,182,174).

  • red value is 171;
  • green value is 182;
  • blue value is 174.
RGB:
(171,182,174)
(67%,71%,68%)

RGB channels and saturation

R 171 of 255 = 67%
G 182 of 255 = 71%
B 174 of 255 = 68%

171
182
174

R + G + B ~ 69%. #ABB6AE is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 182 + 174 = 527 (100%)
R 171 of 527 ~ 32.45%
G 182 of 527 ~ 34.54%
B 174 of 527 ~ 33.02%

%32.45
%34.54
%33.02

CMYK color model

#ABB6AE color CMYK value is (6,0,4,29).

  • cyan value is 6.04%
  • magenta value is 0.00%
  • yellow value is 4.40%
  • key color value is 28.63%
CMYK:
(6,0,4,29)
C6M0Y4K29 
(6%,0%,4%,29%)
(0.06/0.00/0.04/0.29)	

CMYK percentages

%6.04
%0
%4.4
%28.63

Codes

Color #ABB6AE in popluar color models

ABB6AE
RGB171182174
HSL136°7.01%69.22%
HSB/HSV136°6.04%71.37%
CMYK6.04%0.00%4.40%
28.63%

Color #ABB6AE in popluar number systems.

HEXABB6AE
Decimal171182174
Binary101010111011011010101110
Octal253266256

Shades and tints

Shades of #ABB6AE

#ABB6AE
(171,182,174)
#9CA69F
(156,166,159)
#8D9690
(141,150,144)
#7E8681
(126,134,129)
#6F7672
(111,118,114)
#606663
(96,102,99)
#515654
(81,86,84)
#424645
(66,70,69)
#333636
(51,54,54)
#242627
(36,38,39)
#151618
(21,22,24)
#000000
(0,0,0)

Tints of #ABB6AE

#ABB6AE
(171,182,174)
#B2BCB5
(178,188,181)
#B9C2BC
(185,194,188)
#C0C8C3
(192,200,195)
#C7CECA
(199,206,202)
#CED4D1
(206,212,209)
#D5DAD8
(213,218,216)
#DCE0DF
(220,224,223)
#E3E6E6
(227,230,230)
#EAECED
(234,236,237)
#F1F2F4
(241,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABB6AE color. Also use rgb(171,182,174) instead hex code.

Text Font Color

.myTextColor { color: #ABB6AE; }

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

This text font color is #ABB6AE.


Background Color

.myBgColor { background-color: #ABB6AE; }

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

This div background color is #ABB6AE.


Border color

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

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

This div border color is #ABB6AE.


Opacity

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

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

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

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

This text has shadow with #ABB6AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABB6AE on black background.


Color preview on white background

This text has color #ABB6AE on white background.



Black color preview on #ABB6AE background

This text has black color on #ABB6AE background.


White color preview on #ABB6AE background

This text has white color on #ABB6AE background.