COLOR #ABBBA7

HEX: #ABBBA7
RGB: (171,187,167)

Color info

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

RGB color model

#ABBBA7 color RGB value is (171,187,167).

  • red value is 171;
  • green value is 187;
  • blue value is 167.
RGB:
(171,187,167)
(67%,73%,65%)

RGB channels and saturation

R 171 of 255 = 67%
G 187 of 255 = 73%
B 167 of 255 = 65%

171
187
167

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

Portions of RGB colors in percentages

R + G + B =
171 + 187 + 167 = 525 (100%)
R 171 of 525 ~ 32.57%
G 187 of 525 ~ 35.62%
B 167 of 525 ~ 31.81%

%32.57
%35.62
%31.81

CMYK color model

#ABBBA7 color CMYK value is (9,0,11,27).

  • cyan value is 8.56%
  • magenta value is 0.00%
  • yellow value is 10.70%
  • key color value is 26.67%
CMYK:
(9,0,11,27)
C9M0Y11K27 
(9%,0%,11%,27%)
(0.09/0.00/0.11/0.27)	

CMYK percentages

%8.56
%0
%10.7
%26.67

Codes

Color #ABBBA7 in popluar color models

ABBBA7
RGB171187167
HSL108°12.82%69.41%
HSB/HSV108°10.70%73.33%
CMYK8.56%0.00%10.70%
26.67%

Color #ABBBA7 in popluar number systems.

HEXABBBA7
Decimal171187167
Binary101010111011101110100111
Octal253273247

Shades and tints

Shades of #ABBBA7

#ABBBA7
(171,187,167)
#9CAA98
(156,170,152)
#8D9989
(141,153,137)
#7E887A
(126,136,122)
#6F776B
(111,119,107)
#60665C
(96,102,92)
#51554D
(81,85,77)
#42443E
(66,68,62)
#33332F
(51,51,47)
#242220
(36,34,32)
#151111
(21,17,17)
#000000
(0,0,0)

Tints of #ABBBA7

#ABBBA7
(171,187,167)
#B2C1AF
(178,193,175)
#B9C7B7
(185,199,183)
#C0CDBF
(192,205,191)
#C7D3C7
(199,211,199)
#CED9CF
(206,217,207)
#D5DFD7
(213,223,215)
#DCE5DF
(220,229,223)
#E3EBE7
(227,235,231)
#EAF1EF
(234,241,239)
#F1F7F7
(241,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABBBA7; }

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

This text font color is #ABBBA7.


Background Color

.myBgColor { background-color: #ABBBA7; }

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

This div background color is #ABBBA7.


Border color

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

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

This div border color is #ABBBA7.


Opacity

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

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

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

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

This text has shadow with #ABBBA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABBBA7 on black background.


Color preview on white background

This text has color #ABBBA7 on white background.



Black color preview on #ABBBA7 background

This text has black color on #ABBBA7 background.


White color preview on #ABBBA7 background

This text has white color on #ABBBA7 background.