COLOR #ABB8B4

HEX: #ABB8B4 RGB: (171,184,180)

Color info

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

RGB color model

#ABB8B4 color RGB value is (171,184,180).

RGB: (171,184,180) (67%, 72%, 71%)

RGB channels and saturation

R 171 of 255 = 67%
G 184 of 255 = 72%
B 180 of 255 = 71%

171
184
180

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

Portions of RGB colors in percentages

R + G + B = 171 + 184 + 180 = 535 (100%)
R 171 of 535 ~ 31.96%
G 184 of 535 ~ 34.39%
B 180 of 535 ~ 33.64'%

%31.96
%34.39
%33.64

CMYK color model

#ABB8B4 color CMYK value is (7,0,2,28).

  • cyan value is 7.07%
  • magenta value is 0.00%
  • yellow value is 2.17%
  • key color value is 27.84%

CMYK: (7,0,2,28)
C7M0Y2K28 (7%, 0%, 2%, 28%)
(0.07 / 0.00 / 0.02 / 0.28)

CMYK percentages

%7.07
%0
%2.17
%27.84

Codes

Color #ABB8B4 in popluar color models

AB B8 B4
RGB 171 184 180
HSL 162° 8.39% 69.61%
HSB/HSV 162° 7.07% 72.16%
CMYK 7.07% 0.00% 2.17%
27.84%

Color #ABB8B4 in popluar number systems.

HEX AB B8 B4
Decimal 171 184 180
Binary 10101011 10111000 10110100
Octal 253 270 264

Shades and tints

Shades of #ABB8B4

#ABB8B4
(171,184,180)
#9CA8A4
(156,168,164)
#8D9894
(141,152,148)
#7E8884
(126,136,132)
#6F7874
(111,120,116)
#606864
(96,104,100)
#515854
(81,88,84)
#424844
(66,72,68)
#333834
(51,56,52)
#242824
(36,40,36)
#151814
(21,24,20)
#000000
(0,0,0)

Tints of #ABB8B4

#ABB8B4
(171,184,180)
#B2BEBA
(178,190,186)
#B9C4C0
(185,196,192)
#C0CAC6
(192,202,198)
#C7D0CC
(199,208,204)
#CED6D2
(206,214,210)
#D5DCD8
(213,220,216)
#DCE2DE
(220,226,222)
#E3E8E4
(227,232,228)
#EAEEEA
(234,238,234)
#F1F4F0
(241,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABB8B4 color. Also use rgb(171,184,180) instead hex code.

Text Font Color

.myTextColor { color: #ABB8B4; }

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

This text font color is #ABB8B4.

Background Color

.myBgColor { background-color: #ABB8B4; }

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

This div background color is #ABB8B4.

Border color

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

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

This div border color is #ABB8B4.

Opacity

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

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

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

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

This text has shadow with #ABB8B4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABB8B4.

Preview

Color preview on black background

This text has color #ABB8B4 on black background.


Color preview on white background

This text has color #ABB8B4 on white background.


Black color preview on #ABB8B4 background

This text has black color on #ABB8B4 background.


White color preview on #ABB8B4 background

This text has white color on #ABB8B4 background.


Related colors

Complementary color

Complementary color for #hex is #54474B.


I love getcolorcode.com

Triadic colors

1 #B4ABB8 and #B8B4AB with #ABB8B4 are triadic colors.

2 #B4B8AB and #B8ABB4 with #ABB8B4 are triadic colors.