COLOR #ABBDB6

HEX: #ABBDB6
RGB: (171,189,182)

Color info

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

RGB color model

#ABBDB6 color RGB value is (171,189,182).

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

RGB channels and saturation

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

171
189
182

R + G + B ~ 71%. #ABBDB6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 189 + 182 = 542 (100%)
R 171 of 542 ~ 31.55%
G 189 of 542 ~ 34.87%
B 182 of 542 ~ 33.58%

%31.55
%34.87
%33.58

CMYK color model

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

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

CMYK percentages

%9.52
%0
%3.7
%25.88

Codes

Color #ABBDB6 in popluar color models

ABBDB6
RGB171189182
HSL157°12.00%70.59%
HSB/HSV157°9.52%74.12%
CMYK9.52%0.00%3.70%
25.88%

Color #ABBDB6 in popluar number systems.

HEXABBDB6
Decimal171189182
Binary101010111011110110110110
Octal253275266

Shades and tints

Shades of #ABBDB6

#ABBDB6
(171,189,182)
#9CACA6
(156,172,166)
#8D9B96
(141,155,150)
#7E8A86
(126,138,134)
#6F7976
(111,121,118)
#606866
(96,104,102)
#515756
(81,87,86)
#424646
(66,70,70)
#333536
(51,53,54)
#242426
(36,36,38)
#151316
(21,19,22)
#000000
(0,0,0)

Tints of #ABBDB6

#ABBDB6
(171,189,182)
#B2C3BC
(178,195,188)
#B9C9C2
(185,201,194)
#C0CFC8
(192,207,200)
#C7D5CE
(199,213,206)
#CEDBD4
(206,219,212)
#D5E1DA
(213,225,218)
#DCE7E0
(220,231,224)
#E3EDE6
(227,237,230)
#EAF3EC
(234,243,236)
#F1F9F2
(241,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABBDB6; }

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

This text font color is #ABBDB6.


Background Color

.myBgColor { background-color: #ABBDB6; }

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

This div background color is #ABBDB6.


Border color

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

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

This div border color is #ABBDB6.


Opacity

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

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

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

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

This text has shadow with #ABBDB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABBDB6 on black background.


Color preview on white background

This text has color #ABBDB6 on white background.



Black color preview on #ABBDB6 background

This text has black color on #ABBDB6 background.


White color preview on #ABBDB6 background

This text has white color on #ABBDB6 background.