COLOR #ABBB97

HEX: #ABBB97 RGB: (171,187,151)

Color info

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

RGB color model

#ABBB97 color RGB value is (171,187,151).

RGB: (171,187,151) (67%, 73%, 59%)

RGB channels and saturation

R 171 of 255 = 67%
G 187 of 255 = 73%
B 151 of 255 = 59%

171
187
151

R + G + B ~ 66%. #ABBB97 is quite light color.

Portions of RGB colors in percentages

R + G + B = 171 + 187 + 151 = 509 (100%)
R 171 of 509 ~ 33.6%
G 187 of 509 ~ 36.74%
B 151 of 509 ~ 29.67'%

%33.6
%36.74
%29.67

CMYK color model

#ABBB97 color CMYK value is (9,0,19,27).

  • cyan value is 8.56%
  • magenta value is 0.00%
  • yellow value is 19.25%
  • key color value is 26.67%

CMYK: (9,0,19,27)
C9M0Y19K27 (9%, 0%, 19%, 27%)
(0.09 / 0.00 / 0.19 / 0.27)

CMYK percentages

%8.56
%0
%19.25
%26.67

Codes

Color #ABBB97 in popluar color models

AB BB 97
RGB 171 187 151
HSL 87° 20.93% 66.27%
HSB/HSV 87° 19.25% 73.33%
CMYK 8.56% 0.00% 19.25%
26.67%

Color #ABBB97 in popluar number systems.

HEX AB BB 97
Decimal 171 187 151
Binary 10101011 10111011 10010111
Octal 253 273 227

Shades and tints

Shades of #ABBB97

#ABBB97
(171,187,151)
#9CAA8A
(156,170,138)
#8D997D
(141,153,125)
#7E8870
(126,136,112)
#6F7763
(111,119,99)
#606656
(96,102,86)
#515549
(81,85,73)
#42443C
(66,68,60)
#33332F
(51,51,47)
#242222
(36,34,34)
#151115
(21,17,21)
#000000
(0,0,0)

Tints of #ABBB97

#ABBB97
(171,187,151)
#B2C1A0
(178,193,160)
#B9C7A9
(185,199,169)
#C0CDB2
(192,205,178)
#C7D3BB
(199,211,187)
#CED9C4
(206,217,196)
#D5DFCD
(213,223,205)
#DCE5D6
(220,229,214)
#E3EBDF
(227,235,223)
#EAF1E8
(234,241,232)
#F1F7F1
(241,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABBB97 color. Also use rgb(171,187,151) instead hex code.

Text Font Color

.myTextColor { color: #ABBB97; }

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

This text font color is #ABBB97.

Background Color

.myBgColor { background-color: #ABBB97; }

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

This div background color is #ABBB97.

Border color

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

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

This div border color is #ABBB97.

Opacity

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

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

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

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

This text has shadow with #ABBB97 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABBB97.

Preview

Color preview on black background

This text has color #ABBB97 on black background.


Color preview on white background

This text has color #ABBB97 on white background.


Black color preview on #ABBB97 background

This text has black color on #ABBB97 background.


White color preview on #ABBB97 background

This text has white color on #ABBB97 background.


Related colors

Complementary color

Complementary color for #hex is #544468.


I love getcolorcode.com

Triadic colors

1 #97ABBB and #BB97AB with #ABBB97 are triadic colors.

2 #97BBAB and #BBAB97 with #ABBB97 are triadic colors.