COLOR #ABBDBD

HEX: #ABBDBD
RGB: (171,189,189)

Color info

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

RGB color model

#ABBDBD color RGB value is (171,189,189).

  • red value is 171;
  • green value is 189;
  • blue value is 189.
RGB:
(171,189,189)
(67%,74%,74%)

RGB channels and saturation

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

171
189
189

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

Portions of RGB colors in percentages

R + G + B =
171 + 189 + 189 = 549 (100%)
R 171 of 549 ~ 31.15%
G 189 of 549 ~ 34.43%
B 189 of 549 ~ 34.43%

%31.15
%34.43
%34.43

CMYK color model

#ABBDBD color CMYK value is (10,0,0,26).

  • cyan value is 9.52%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(10,0,0,26)
C10M0Y0K26 
(10%,0%,0%,26%)
(0.10/0.00/0.00/0.26)	

CMYK percentages

%9.52
%0
%0
%25.88

Codes

Color #ABBDBD in popluar color models

ABBDBD
RGB171189189
HSL180°12.00%70.59%
HSB/HSV180°9.52%74.12%
CMYK9.52%0.00%0.00%
25.88%

Color #ABBDBD in popluar number systems.

HEXABBDBD
Decimal171189189
Binary101010111011110110111101
Octal253275275

Shades and tints

Shades of #ABBDBD

#ABBDBD
(171,189,189)
#9CACAC
(156,172,172)
#8D9B9B
(141,155,155)
#7E8A8A
(126,138,138)
#6F7979
(111,121,121)
#606868
(96,104,104)
#515757
(81,87,87)
#424646
(66,70,70)
#333535
(51,53,53)
#242424
(36,36,36)
#151313
(21,19,19)
#000000
(0,0,0)

Tints of #ABBDBD

#ABBDBD
(171,189,189)
#B2C3C3
(178,195,195)
#B9C9C9
(185,201,201)
#C0CFCF
(192,207,207)
#C7D5D5
(199,213,213)
#CEDBDB
(206,219,219)
#D5E1E1
(213,225,225)
#DCE7E7
(220,231,231)
#E3EDED
(227,237,237)
#EAF3F3
(234,243,243)
#F1F9F9
(241,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABBDBD; }

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

This text font color is #ABBDBD.


Background Color

.myBgColor { background-color: #ABBDBD; }

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

This div background color is #ABBDBD.


Border color

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

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

This div border color is #ABBDBD.


Opacity

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

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

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

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

This text has shadow with #ABBDBD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABBDBD on black background.


Color preview on white background

This text has color #ABBDBD on white background.



Black color preview on #ABBDBD background

This text has black color on #ABBDBD background.


White color preview on #ABBDBD background

This text has white color on #ABBDBD background.