COLOR #ABBDA8

HEX: #ABBDA8 RGB: (171,189,168)

Color info

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

RGB color model

#ABBDA8 color RGB value is (171,189,168).

RGB: (171,189,168) (67%, 74%, 66%)

RGB channels and saturation

R 171 of 255 = 67%
G 189 of 255 = 74%
B 168 of 255 = 66%

171
189
168

R + G + B ~ 69%. #ABBDA8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 171 + 189 + 168 = 528 (100%)
R 171 of 528 ~ 32.39%
G 189 of 528 ~ 35.8%
B 168 of 528 ~ 31.82'%

%32.39
%35.8
%31.82

CMYK color model

#ABBDA8 color CMYK value is (10,0,11,26).

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

CMYK: (10,0,11,26)
C10M0Y11K26 (10%, 0%, 11%, 26%)
(0.10 / 0.00 / 0.11 / 0.26)

CMYK percentages

%9.52
%0
%11.11
%25.88

Codes

Color #ABBDA8 in popluar color models

AB BD A8
RGB 171 189 168
HSL 111° 13.73% 70.00%
HSB/HSV 111° 11.11% 74.12%
CMYK 9.52% 0.00% 11.11%
25.88%

Color #ABBDA8 in popluar number systems.

HEX AB BD A8
Decimal 171 189 168
Binary 10101011 10111101 10101000
Octal 253 275 250

Shades and tints

Shades of #ABBDA8

#ABBDA8
(171,189,168)
#9CAC99
(156,172,153)
#8D9B8A
(141,155,138)
#7E8A7B
(126,138,123)
#6F796C
(111,121,108)
#60685D
(96,104,93)
#51574E
(81,87,78)
#42463F
(66,70,63)
#333530
(51,53,48)
#242421
(36,36,33)
#151312
(21,19,18)
#000000
(0,0,0)

Tints of #ABBDA8

#ABBDA8
(171,189,168)
#B2C3AF
(178,195,175)
#B9C9B6
(185,201,182)
#C0CFBD
(192,207,189)
#C7D5C4
(199,213,196)
#CEDBCB
(206,219,203)
#D5E1D2
(213,225,210)
#DCE7D9
(220,231,217)
#E3EDE0
(227,237,224)
#EAF3E7
(234,243,231)
#F1F9EE
(241,249,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABBDA8; }

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

This text font color is #ABBDA8.

Background Color

.myBgColor { background-color: #ABBDA8; }

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

This div background color is #ABBDA8.

Border color

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

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

This div border color is #ABBDA8.

Opacity

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

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

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

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

This text has shadow with #ABBDA8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABBDA8.

Preview

Color preview on black background

This text has color #ABBDA8 on black background.


Color preview on white background

This text has color #ABBDA8 on white background.


Black color preview on #ABBDA8 background

This text has black color on #ABBDA8 background.


White color preview on #ABBDA8 background

This text has white color on #ABBDA8 background.


Related colors

Complementary color

Complementary color for #hex is #544257.


I love getcolorcode.com

Triadic colors

1 #A8ABBD and #BDA8AB with #ABBDA8 are triadic colors.

2 #A8BDAB and #BDABA8 with #ABBDA8 are triadic colors.