COLOR #ABBBAC

HEX: #ABBBAC RGB: (171,187,172)

Color info

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

RGB color model

#ABBBAC color RGB value is (171,187,172).

RGB: (171,187,172) (67%, 73%, 67%)

RGB channels and saturation

R 171 of 255 = 67%
G 187 of 255 = 73%
B 172 of 255 = 67%

171
187
172

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

Portions of RGB colors in percentages

R + G + B = 171 + 187 + 172 = 530 (100%)
R 171 of 530 ~ 32.26%
G 187 of 530 ~ 35.28%
B 172 of 530 ~ 32.45'%

%32.26
%35.28
%32.45

CMYK color model

#ABBBAC color CMYK value is (9,0,8,27).

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

CMYK: (9,0,8,27)
C9M0Y8K27 (9%, 0%, 8%, 27%)
(0.09 / 0.00 / 0.08 / 0.27)

CMYK percentages

%8.56
%0
%8.02
%26.67

Codes

Color #ABBBAC in popluar color models

AB BB AC
RGB 171 187 172
HSL 124° 10.53% 70.20%
HSB/HSV 124° 8.56% 73.33%
CMYK 8.56% 0.00% 8.02%
26.67%

Color #ABBBAC in popluar number systems.

HEX AB BB AC
Decimal 171 187 172
Binary 10101011 10111011 10101100
Octal 253 273 254

Shades and tints

Shades of #ABBBAC

#ABBBAC
(171,187,172)
#9CAA9D
(156,170,157)
#8D998E
(141,153,142)
#7E887F
(126,136,127)
#6F7770
(111,119,112)
#606661
(96,102,97)
#515552
(81,85,82)
#424443
(66,68,67)
#333334
(51,51,52)
#242225
(36,34,37)
#151116
(21,17,22)
#000000
(0,0,0)

Tints of #ABBBAC

#ABBBAC
(171,187,172)
#B2C1B3
(178,193,179)
#B9C7BA
(185,199,186)
#C0CDC1
(192,205,193)
#C7D3C8
(199,211,200)
#CED9CF
(206,217,207)
#D5DFD6
(213,223,214)
#DCE5DD
(220,229,221)
#E3EBE4
(227,235,228)
#EAF1EB
(234,241,235)
#F1F7F2
(241,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABBBAC; }

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

This text font color is #ABBBAC.

Background Color

.myBgColor { background-color: #ABBBAC; }

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

This div background color is #ABBBAC.

Border color

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

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

This div border color is #ABBBAC.

Opacity

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

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

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

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

This text has shadow with #ABBBAC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABBBAC.

Preview

Color preview on black background

This text has color #ABBBAC on black background.


Color preview on white background

This text has color #ABBBAC on white background.


Black color preview on #ABBBAC background

This text has black color on #ABBBAC background.


White color preview on #ABBBAC background

This text has white color on #ABBBAC background.


Related colors

Complementary color

Complementary color for #hex is #544453.


I love getcolorcode.com

Triadic colors

1 #ACABBB and #BBACAB with #ABBBAC are triadic colors.

2 #ACBBAB and #BBABAC with #ABBBAC are triadic colors.