COLOR #ABBBAE

HEX: #ABBBAE RGB: (171,187,174)

Color info

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

RGB color model

#ABBBAE color RGB value is (171,187,174).

RGB: (171,187,174) (67%, 73%, 68%)

RGB channels and saturation

R 171 of 255 = 67%
G 187 of 255 = 73%
B 174 of 255 = 68%

171
187
174

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

Portions of RGB colors in percentages

R + G + B = 171 + 187 + 174 = 532 (100%)
R 171 of 532 ~ 32.14%
G 187 of 532 ~ 35.15%
B 174 of 532 ~ 32.71'%

%32.14
%35.15
%32.71

CMYK color model

#ABBBAE color CMYK value is (9,0,7,27).

  • cyan value is 8.56%
  • magenta value is 0.00%
  • yellow value is 6.95%
  • key color value is 26.67%

CMYK: (9,0,7,27)
C9M0Y7K27 (9%, 0%, 7%, 27%)
(0.09 / 0.00 / 0.07 / 0.27)

CMYK percentages

%8.56
%0
%6.95
%26.67

Codes

Color #ABBBAE in popluar color models

AB BB AE
RGB 171 187 174
HSL 131° 10.53% 70.20%
HSB/HSV 131° 8.56% 73.33%
CMYK 8.56% 0.00% 6.95%
26.67%

Color #ABBBAE in popluar number systems.

HEX AB BB AE
Decimal 171 187 174
Binary 10101011 10111011 10101110
Octal 253 273 256

Shades and tints

Shades of #ABBBAE

#ABBBAE
(171,187,174)
#9CAA9F
(156,170,159)
#8D9990
(141,153,144)
#7E8881
(126,136,129)
#6F7772
(111,119,114)
#606663
(96,102,99)
#515554
(81,85,84)
#424445
(66,68,69)
#333336
(51,51,54)
#242227
(36,34,39)
#151118
(21,17,24)
#000000
(0,0,0)

Tints of #ABBBAE

#ABBBAE
(171,187,174)
#B2C1B5
(178,193,181)
#B9C7BC
(185,199,188)
#C0CDC3
(192,205,195)
#C7D3CA
(199,211,202)
#CED9D1
(206,217,209)
#D5DFD8
(213,223,216)
#DCE5DF
(220,229,223)
#E3EBE6
(227,235,230)
#EAF1ED
(234,241,237)
#F1F7F4
(241,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABBBAE; }

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

This text font color is #ABBBAE.

Background Color

.myBgColor { background-color: #ABBBAE; }

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

This div background color is #ABBBAE.

Border color

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

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

This div border color is #ABBBAE.

Opacity

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

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

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

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

This text has shadow with #ABBBAE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABBBAE.

Preview

Color preview on black background

This text has color #ABBBAE on black background.


Color preview on white background

This text has color #ABBBAE on white background.


Black color preview on #ABBBAE background

This text has black color on #ABBBAE background.


White color preview on #ABBBAE background

This text has white color on #ABBBAE background.


Related colors

Complementary color

Complementary color for #hex is #544451.


I love getcolorcode.com

Triadic colors

1 #AEABBB and #BBAEAB with #ABBBAE are triadic colors.

2 #AEBBAB and #BBABAE with #ABBBAE are triadic colors.