COLOR #ABBDB7

HEX: #ABBDB7
RGB: (171,189,183)

Color info

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

RGB color model

#ABBDB7 color RGB value is (171,189,183).

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

RGB channels and saturation

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

171
189
183

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

Portions of RGB colors in percentages

R + G + B =
171 + 189 + 183 = 543 (100%)
R 171 of 543 ~ 31.49%
G 189 of 543 ~ 34.81%
B 183 of 543 ~ 33.7%

%31.49
%34.81
%33.7

CMYK color model

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

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

CMYK percentages

%9.52
%0
%3.17
%25.88

Codes

Color #ABBDB7 in popluar color models

ABBDB7
RGB171189183
HSL160°12.00%70.59%
HSB/HSV160°9.52%74.12%
CMYK9.52%0.00%3.17%
25.88%

Color #ABBDB7 in popluar number systems.

HEXABBDB7
Decimal171189183
Binary101010111011110110110111
Octal253275267

Shades and tints

Shades of #ABBDB7

#ABBDB7
(171,189,183)
#9CACA7
(156,172,167)
#8D9B97
(141,155,151)
#7E8A87
(126,138,135)
#6F7977
(111,121,119)
#606867
(96,104,103)
#515757
(81,87,87)
#424647
(66,70,71)
#333537
(51,53,55)
#242427
(36,36,39)
#151317
(21,19,23)
#000000
(0,0,0)

Tints of #ABBDB7

#ABBDB7
(171,189,183)
#B2C3BD
(178,195,189)
#B9C9C3
(185,201,195)
#C0CFC9
(192,207,201)
#C7D5CF
(199,213,207)
#CEDBD5
(206,219,213)
#D5E1DB
(213,225,219)
#DCE7E1
(220,231,225)
#E3EDE7
(227,237,231)
#EAF3ED
(234,243,237)
#F1F9F3
(241,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABBDB7; }

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

This text font color is #ABBDB7.


Background Color

.myBgColor { background-color: #ABBDB7; }

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

This div background color is #ABBDB7.


Border color

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

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

This div border color is #ABBDB7.


Opacity

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

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

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

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

This text has shadow with #ABBDB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABBDB7 on black background.


Color preview on white background

This text has color #ABBDB7 on white background.



Black color preview on #ABBDB7 background

This text has black color on #ABBDB7 background.


White color preview on #ABBDB7 background

This text has white color on #ABBDB7 background.