COLOR #ABBDA1

HEX: #ABBDA1 RGB: (171,189,161)

Color info

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

RGB color model

#ABBDA1 color RGB value is (171,189,161).

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

RGB channels and saturation

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

171
189
161

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

Portions of RGB colors in percentages

R + G + B = 171 + 189 + 161 = 521 (100%)
R 171 of 521 ~ 32.82%
G 189 of 521 ~ 36.28%
B 161 of 521 ~ 30.9'%

%32.82
%36.28
%30.9

CMYK color model

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

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

Codes

Color #ABBDA1 in popluar color models

AB BD A1
RGB 171 189 161
HSL 99° 17.50% 68.63%
HSB/HSV 99° 14.81% 74.12%
CMYK 9.52% 0.00% 14.81%
25.88%

Color #ABBDA1 in popluar number systems.

HEX AB BD A1
Decimal 171 189 161
Binary 10101011 10111101 10100001
Octal 253 275 241

Shades and tints

Shades of #ABBDA1

#ABBDA1
(171,189,161)
#9CAC93
(156,172,147)
#8D9B85
(141,155,133)
#7E8A77
(126,138,119)
#6F7969
(111,121,105)
#60685B
(96,104,91)
#51574D
(81,87,77)
#42463F
(66,70,63)
#333531
(51,53,49)
#242423
(36,36,35)
#151315
(21,19,21)
#000000
(0,0,0)

Tints of #ABBDA1

#ABBDA1
(171,189,161)
#B2C3A9
(178,195,169)
#B9C9B1
(185,201,177)
#C0CFB9
(192,207,185)
#C7D5C1
(199,213,193)
#CEDBC9
(206,219,201)
#D5E1D1
(213,225,209)
#DCE7D9
(220,231,217)
#E3EDE1
(227,237,225)
#EAF3E9
(234,243,233)
#F1F9F1
(241,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABBDA1; }

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

This text font color is #ABBDA1.

Background Color

.myBgColor { background-color: #ABBDA1; }

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

This div background color is #ABBDA1.

Border color

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

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

This div border color is #ABBDA1.

Opacity

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

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

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

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

This text has shadow with #ABBDA1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABBDA1.

Preview

Color preview on black background

This text has color #ABBDA1 on black background.


Color preview on white background

This text has color #ABBDA1 on white background.


Black color preview on #ABBDA1 background

This text has black color on #ABBDA1 background.


White color preview on #ABBDA1 background

This text has white color on #ABBDA1 background.


Related colors

Complementary color

Complementary color for #hex is #54425E.


I love getcolorcode.com

Triadic colors

1 #A1ABBD and #BDA1AB with #ABBDA1 are triadic colors.

2 #A1BDAB and #BDABA1 with #ABBDA1 are triadic colors.