COLOR #ABBDB4

HEX: #ABBDB4
RGB: (171,189,180)

Color info

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

RGB color model

#ABBDB4 color RGB value is (171,189,180).

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

RGB channels and saturation

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

171
189
180

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

Portions of RGB colors in percentages

R + G + B =
171 + 189 + 180 = 540 (100%)
R 171 of 540 ~ 31.67%
G 189 of 540 ~ 35%
B 180 of 540 ~ 33.33%

%31.67
%35
%33.33

CMYK color model

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

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

CMYK percentages

%9.52
%0
%4.76
%25.88

Codes

Color #ABBDB4 in popluar color models

ABBDB4
RGB171189180
HSL150°12.00%70.59%
HSB/HSV150°9.52%74.12%
CMYK9.52%0.00%4.76%
25.88%

Color #ABBDB4 in popluar number systems.

HEXABBDB4
Decimal171189180
Binary101010111011110110110100
Octal253275264

Shades and tints

Shades of #ABBDB4

#ABBDB4
(171,189,180)
#9CACA4
(156,172,164)
#8D9B94
(141,155,148)
#7E8A84
(126,138,132)
#6F7974
(111,121,116)
#606864
(96,104,100)
#515754
(81,87,84)
#424644
(66,70,68)
#333534
(51,53,52)
#242424
(36,36,36)
#151314
(21,19,20)
#000000
(0,0,0)

Tints of #ABBDB4

#ABBDB4
(171,189,180)
#B2C3BA
(178,195,186)
#B9C9C0
(185,201,192)
#C0CFC6
(192,207,198)
#C7D5CC
(199,213,204)
#CEDBD2
(206,219,210)
#D5E1D8
(213,225,216)
#DCE7DE
(220,231,222)
#E3EDE4
(227,237,228)
#EAF3EA
(234,243,234)
#F1F9F0
(241,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABBDB4; }

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

This text font color is #ABBDB4.


Background Color

.myBgColor { background-color: #ABBDB4; }

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

This div background color is #ABBDB4.


Border color

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

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

This div border color is #ABBDB4.


Opacity

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

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

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

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

This text has shadow with #ABBDB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABBDB4 on black background.


Color preview on white background

This text has color #ABBDB4 on white background.



Black color preview on #ABBDB4 background

This text has black color on #ABBDB4 background.


White color preview on #ABBDB4 background

This text has white color on #ABBDB4 background.