COLOR #ABA7BC

HEX: #ABA7BC RGB: (171,167,188)

Color info

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

RGB color model

#ABA7BC color RGB value is (171,167,188).

RGB: (171,167,188) (67%, 65%, 74%)

RGB channels and saturation

R 171 of 255 = 67%
G 167 of 255 = 65%
B 188 of 255 = 74%

171
167
188

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

Portions of RGB colors in percentages

R + G + B = 171 + 167 + 188 = 526 (100%)
R 171 of 526 ~ 32.51%
G 167 of 526 ~ 31.75%
B 188 of 526 ~ 35.74'%

%32.51
%31.75
%35.74

CMYK color model

#ABA7BC color CMYK value is (9,11,0,26).

  • cyan value is 9.04%
  • magenta value is 11.17%
  • yellow value is 0.00%
  • key color value is 26.27%

CMYK: (9,11,0,26)
C9M11Y0K26 (9%, 11%, 0%, 26%)
(0.09 / 0.11 / 0.00 / 0.26)

CMYK percentages

%9.04
%11.17
%0
%26.27

Codes

Color #ABA7BC in popluar color models

AB A7 BC
RGB 171 167 188
HSL 251° 13.55% 69.61%
HSB/HSV 251° 11.17% 73.73%
CMYK 9.04% 11.17% 0.00%
26.27%

Color #ABA7BC in popluar number systems.

HEX AB A7 BC
Decimal 171 167 188
Binary 10101011 10100111 10111100
Octal 253 247 274

Shades and tints

Shades of #ABA7BC

#ABA7BC
(171,167,188)
#9C98AB
(156,152,171)
#8D899A
(141,137,154)
#7E7A89
(126,122,137)
#6F6B78
(111,107,120)
#605C67
(96,92,103)
#514D56
(81,77,86)
#423E45
(66,62,69)
#332F34
(51,47,52)
#242023
(36,32,35)
#151112
(21,17,18)
#000000
(0,0,0)

Tints of #ABA7BC

#ABA7BC
(171,167,188)
#B2AFC2
(178,175,194)
#B9B7C8
(185,183,200)
#C0BFCE
(192,191,206)
#C7C7D4
(199,199,212)
#CECFDA
(206,207,218)
#D5D7E0
(213,215,224)
#DCDFE6
(220,223,230)
#E3E7EC
(227,231,236)
#EAEFF2
(234,239,242)
#F1F7F8
(241,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABA7BC; }

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

This text font color is #ABA7BC.

Background Color

.myBgColor { background-color: #ABA7BC; }

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

This div background color is #ABA7BC.

Border color

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

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

This div border color is #ABA7BC.

Opacity

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

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

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

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

This text has shadow with #ABA7BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABA7BC.

Preview

Color preview on black background

This text has color #ABA7BC on black background.


Color preview on white background

This text has color #ABA7BC on white background.


Black color preview on #ABA7BC background

This text has black color on #ABA7BC background.


White color preview on #ABA7BC background

This text has white color on #ABA7BC background.


Related colors

Complementary color

Complementary color for #hex is #545843.


I love getcolorcode.com

Triadic colors

1 #BCABA7 and #A7BCAB with #ABA7BC are triadic colors.

2 #BCA7AB and #A7ABBC with #ABA7BC are triadic colors.