COLOR #ABBFBD

HEX: #ABBFBD RGB: (171,191,189)

Color info

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

RGB color model

#ABBFBD color RGB value is (171,191,189).

RGB: (171,191,189) (67%, 75%, 74%)

RGB channels and saturation

R 171 of 255 = 67%
G 191 of 255 = 75%
B 189 of 255 = 74%

171
191
189

R + G + B ~ 72%. #ABBFBD is quite light color.

Portions of RGB colors in percentages

R + G + B = 171 + 191 + 189 = 551 (100%)
R 171 of 551 ~ 31.03%
G 191 of 551 ~ 34.66%
B 189 of 551 ~ 34.3'%

%31.03
%34.66
%34.3

CMYK color model

#ABBFBD color CMYK value is (10,0,1,25).

  • cyan value is 10.47%
  • magenta value is 0.00%
  • yellow value is 1.05%
  • key color value is 25.10%

CMYK: (10,0,1,25)
C10M0Y1K25 (10%, 0%, 1%, 25%)
(0.10 / 0.00 / 0.01 / 0.25)

CMYK percentages

%10.47
%0
%1.05
%25.1

Codes

Color #ABBFBD in popluar color models

AB BF BD
RGB 171 191 189
HSL 174° 13.51% 70.98%
HSB/HSV 174° 10.47% 74.90%
CMYK 10.47% 0.00% 1.05%
25.10%

Color #ABBFBD in popluar number systems.

HEX AB BF BD
Decimal 171 191 189
Binary 10101011 10111111 10111101
Octal 253 277 275

Shades and tints

Shades of #ABBFBD

#ABBFBD
(171,191,189)
#9CAEAC
(156,174,172)
#8D9D9B
(141,157,155)
#7E8C8A
(126,140,138)
#6F7B79
(111,123,121)
#606A68
(96,106,104)
#515957
(81,89,87)
#424846
(66,72,70)
#333735
(51,55,53)
#242624
(36,38,36)
#151513
(21,21,19)
#000000
(0,0,0)

Tints of #ABBFBD

#ABBFBD
(171,191,189)
#B2C4C3
(178,196,195)
#B9C9C9
(185,201,201)
#C0CECF
(192,206,207)
#C7D3D5
(199,211,213)
#CED8DB
(206,216,219)
#D5DDE1
(213,221,225)
#DCE2E7
(220,226,231)
#E3E7ED
(227,231,237)
#EAECF3
(234,236,243)
#F1F1F9
(241,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABBFBD color. Also use rgb(171,191,189) instead hex code.

Text Font Color

.myTextColor { color: #ABBFBD; }

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

This text font color is #ABBFBD.

Background Color

.myBgColor { background-color: #ABBFBD; }

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

This div background color is #ABBFBD.

Border color

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

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

This div border color is #ABBFBD.

Opacity

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

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

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

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

This text has shadow with #ABBFBD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABBFBD.

Preview

Color preview on black background

This text has color #ABBFBD on black background.


Color preview on white background

This text has color #ABBFBD on white background.


Black color preview on #ABBFBD background

This text has black color on #ABBFBD background.


White color preview on #ABBFBD background

This text has white color on #ABBFBD background.


Related colors

Complementary color

Complementary color for #hex is #544042.


I love getcolorcode.com

Triadic colors

1 #BDABBF and #BFBDAB with #ABBFBD are triadic colors.

2 #BDBFAB and #BFABBD with #ABBFBD are triadic colors.