COLOR #ABBDB3

HEX: #ABBDB3 RGB: (171,189,179)

Color info

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

RGB color model

#ABBDB3 color RGB value is (171,189,179).

RGB: (171,189,179) (67%, 74%, 70%)

RGB channels and saturation

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

171
189
179

R + G + B ~ 70%. #ABBDB3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 171 + 189 + 179 = 539 (100%)
R 171 of 539 ~ 31.73%
G 189 of 539 ~ 35.06%
B 179 of 539 ~ 33.21'%

%31.73
%35.06
%33.21

CMYK color model

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

  • cyan value is 9.52%
  • magenta value is 0.00%
  • yellow value is 5.29%
  • 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
%5.29
%25.88

Codes

Color #ABBDB3 in popluar color models

AB BD B3
RGB 171 189 179
HSL 147° 12.00% 70.59%
HSB/HSV 147° 9.52% 74.12%
CMYK 9.52% 0.00% 5.29%
25.88%

Color #ABBDB3 in popluar number systems.

HEX AB BD B3
Decimal 171 189 179
Binary 10101011 10111101 10110011
Octal 253 275 263

Shades and tints

Shades of #ABBDB3

#ABBDB3
(171,189,179)
#9CACA3
(156,172,163)
#8D9B93
(141,155,147)
#7E8A83
(126,138,131)
#6F7973
(111,121,115)
#606863
(96,104,99)
#515753
(81,87,83)
#424643
(66,70,67)
#333533
(51,53,51)
#242423
(36,36,35)
#151313
(21,19,19)
#000000
(0,0,0)

Tints of #ABBDB3

#ABBDB3
(171,189,179)
#B2C3B9
(178,195,185)
#B9C9BF
(185,201,191)
#C0CFC5
(192,207,197)
#C7D5CB
(199,213,203)
#CEDBD1
(206,219,209)
#D5E1D7
(213,225,215)
#DCE7DD
(220,231,221)
#E3EDE3
(227,237,227)
#EAF3E9
(234,243,233)
#F1F9EF
(241,249,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABBDB3; }

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

This text font color is #ABBDB3.

Background Color

.myBgColor { background-color: #ABBDB3; }

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

This div background color is #ABBDB3.

Border color

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

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

This div border color is #ABBDB3.

Opacity

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

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

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

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

This text has shadow with #ABBDB3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABBDB3.

Preview

Color preview on black background

This text has color #ABBDB3 on black background.


Color preview on white background

This text has color #ABBDB3 on white background.


Black color preview on #ABBDB3 background

This text has black color on #ABBDB3 background.


White color preview on #ABBDB3 background

This text has white color on #ABBDB3 background.


Related colors

Complementary color

Complementary color for #hex is #54424C.


I love getcolorcode.com

Triadic colors

1 #B3ABBD and #BDB3AB with #ABBDB3 are triadic colors.

2 #B3BDAB and #BDABB3 with #ABBDB3 are triadic colors.