COLOR #ABBDA0

HEX: #ABBDA0 RGB: (171,189,160)

Color info

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

RGB color model

#ABBDA0 color RGB value is (171,189,160).

RGB: (171,189,160) (67%, 74%, 63%)

RGB channels and saturation

R 171 of 255 = 67%
G 189 of 255 = 74%
B 160 of 255 = 63%

171
189
160

R + G + B ~ 68%. #ABBDA0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 171 + 189 + 160 = 520 (100%)
R 171 of 520 ~ 32.88%
G 189 of 520 ~ 36.35%
B 160 of 520 ~ 30.77'%

%32.88
%36.35
%30.77

CMYK color model

#ABBDA0 color CMYK value is (10,0,15,26).

  • cyan value is 9.52%
  • magenta value is 0.00%
  • yellow value is 15.34%
  • key color value is 25.88%

CMYK: (10,0,15,26)
C10M0Y15K26 (10%, 0%, 15%, 26%)
(0.10 / 0.00 / 0.15 / 0.26)

CMYK percentages

%9.52
%0
%15.34
%25.88

Codes

Color #ABBDA0 in popluar color models

AB BD A0
RGB 171 189 160
HSL 97° 18.01% 68.43%
HSB/HSV 97° 15.34% 74.12%
CMYK 9.52% 0.00% 15.34%
25.88%

Color #ABBDA0 in popluar number systems.

HEX AB BD A0
Decimal 171 189 160
Binary 10101011 10111101 10100000
Octal 253 275 240

Shades and tints

Shades of #ABBDA0

#ABBDA0
(171,189,160)
#9CAC92
(156,172,146)
#8D9B84
(141,155,132)
#7E8A76
(126,138,118)
#6F7968
(111,121,104)
#60685A
(96,104,90)
#51574C
(81,87,76)
#42463E
(66,70,62)
#333530
(51,53,48)
#242422
(36,36,34)
#151314
(21,19,20)
#000000
(0,0,0)

Tints of #ABBDA0

#ABBDA0
(171,189,160)
#B2C3A8
(178,195,168)
#B9C9B0
(185,201,176)
#C0CFB8
(192,207,184)
#C7D5C0
(199,213,192)
#CEDBC8
(206,219,200)
#D5E1D0
(213,225,208)
#DCE7D8
(220,231,216)
#E3EDE0
(227,237,224)
#EAF3E8
(234,243,232)
#F1F9F0
(241,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABBDA0; }

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

This text font color is #ABBDA0.

Background Color

.myBgColor { background-color: #ABBDA0; }

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

This div background color is #ABBDA0.

Border color

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

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

This div border color is #ABBDA0.

Opacity

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

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

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

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

This text has shadow with #ABBDA0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABBDA0.

Preview

Color preview on black background

This text has color #ABBDA0 on black background.


Color preview on white background

This text has color #ABBDA0 on white background.


Black color preview on #ABBDA0 background

This text has black color on #ABBDA0 background.


White color preview on #ABBDA0 background

This text has white color on #ABBDA0 background.


Related colors

Complementary color

Complementary color for #hex is #54425F.


I love getcolorcode.com

Triadic colors

1 #A0ABBD and #BDA0AB with #ABBDA0 are triadic colors.

2 #A0BDAB and #BDABA0 with #ABBDA0 are triadic colors.