COLOR #ABBCB9

HEX: #ABBCB9
RGB: (171,188,185)

Color info

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

RGB color model

#ABBCB9 color RGB value is (171,188,185).

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

RGB channels and saturation

R 171 of 255 = 67%
G 188 of 255 = 74%
B 185 of 255 = 73%

171
188
185

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

Portions of RGB colors in percentages

R + G + B =
171 + 188 + 185 = 544 (100%)
R 171 of 544 ~ 31.43%
G 188 of 544 ~ 34.56%
B 185 of 544 ~ 34.01%

%31.43
%34.56
%34.01

CMYK color model

#ABBCB9 color CMYK value is (9,0,2,26).

  • cyan value is 9.04%
  • magenta value is 0.00%
  • yellow value is 1.60%
  • key color value is 26.27%
CMYK:
(9,0,2,26)
C9M0Y2K26 
(9%,0%,2%,26%)
(0.09/0.00/0.02/0.26)	

CMYK percentages

%9.04
%0
%1.6
%26.27

Codes

Color #ABBCB9 in popluar color models

ABBCB9
RGB171188185
HSL169°11.26%70.39%
HSB/HSV169°9.04%73.73%
CMYK9.04%0.00%1.60%
26.27%

Color #ABBCB9 in popluar number systems.

HEXABBCB9
Decimal171188185
Binary101010111011110010111001
Octal253274271

Shades and tints

Shades of #ABBCB9

#ABBCB9
(171,188,185)
#9CABA9
(156,171,169)
#8D9A99
(141,154,153)
#7E8989
(126,137,137)
#6F7879
(111,120,121)
#606769
(96,103,105)
#515659
(81,86,89)
#424549
(66,69,73)
#333439
(51,52,57)
#242329
(36,35,41)
#151219
(21,18,25)
#000000
(0,0,0)

Tints of #ABBCB9

#ABBCB9
(171,188,185)
#B2C2BF
(178,194,191)
#B9C8C5
(185,200,197)
#C0CECB
(192,206,203)
#C7D4D1
(199,212,209)
#CEDAD7
(206,218,215)
#D5E0DD
(213,224,221)
#DCE6E3
(220,230,227)
#E3ECE9
(227,236,233)
#EAF2EF
(234,242,239)
#F1F8F5
(241,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABBCB9; }

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

This text font color is #ABBCB9.


Background Color

.myBgColor { background-color: #ABBCB9; }

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

This div background color is #ABBCB9.


Border color

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

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

This div border color is #ABBCB9.


Opacity

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

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

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

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

This text has shadow with #ABBCB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABBCB9 on black background.


Color preview on white background

This text has color #ABBCB9 on white background.



Black color preview on #ABBCB9 background

This text has black color on #ABBCB9 background.


White color preview on #ABBCB9 background

This text has white color on #ABBCB9 background.