COLOR #ABBCA7

HEX: #ABBCA7
RGB: (171,188,167)

Color info

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

RGB color model

#ABBCA7 color RGB value is (171,188,167).

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

RGB channels and saturation

R 171 of 255 = 67%
G 188 of 255 = 74%
B 167 of 255 = 65%

171
188
167

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

Portions of RGB colors in percentages

R + G + B =
171 + 188 + 167 = 526 (100%)
R 171 of 526 ~ 32.51%
G 188 of 526 ~ 35.74%
B 167 of 526 ~ 31.75%

%32.51
%35.74
%31.75

CMYK color model

#ABBCA7 color CMYK value is (9,0,11,26).

  • cyan value is 9.04%
  • magenta value is 0.00%
  • yellow value is 11.17%
  • key color value is 26.27%
CMYK:
(9,0,11,26)
C9M0Y11K26 
(9%,0%,11%,26%)
(0.09/0.00/0.11/0.26)	

CMYK percentages

%9.04
%0
%11.17
%26.27

Codes

Color #ABBCA7 in popluar color models

ABBCA7
RGB171188167
HSL109°13.55%69.61%
HSB/HSV109°11.17%73.73%
CMYK9.04%0.00%11.17%
26.27%

Color #ABBCA7 in popluar number systems.

HEXABBCA7
Decimal171188167
Binary101010111011110010100111
Octal253274247

Shades and tints

Shades of #ABBCA7

#ABBCA7
(171,188,167)
#9CAB98
(156,171,152)
#8D9A89
(141,154,137)
#7E897A
(126,137,122)
#6F786B
(111,120,107)
#60675C
(96,103,92)
#51564D
(81,86,77)
#42453E
(66,69,62)
#33342F
(51,52,47)
#242320
(36,35,32)
#151211
(21,18,17)
#000000
(0,0,0)

Tints of #ABBCA7

#ABBCA7
(171,188,167)
#B2C2AF
(178,194,175)
#B9C8B7
(185,200,183)
#C0CEBF
(192,206,191)
#C7D4C7
(199,212,199)
#CEDACF
(206,218,207)
#D5E0D7
(213,224,215)
#DCE6DF
(220,230,223)
#E3ECE7
(227,236,231)
#EAF2EF
(234,242,239)
#F1F8F7
(241,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABBCA7; }

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

This text font color is #ABBCA7.


Background Color

.myBgColor { background-color: #ABBCA7; }

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

This div background color is #ABBCA7.


Border color

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

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

This div border color is #ABBCA7.


Opacity

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

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

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

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

This text has shadow with #ABBCA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABBCA7 on black background.


Color preview on white background

This text has color #ABBCA7 on white background.



Black color preview on #ABBCA7 background

This text has black color on #ABBCA7 background.


White color preview on #ABBCA7 background

This text has white color on #ABBCA7 background.