COLOR #ABBCA4

HEX: #ABBCA4
RGB: (171,188,164)

Color info

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

RGB color model

#ABBCA4 color RGB value is (171,188,164).

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

RGB channels and saturation

R 171 of 255 = 67%
G 188 of 255 = 74%
B 164 of 255 = 64%

171
188
164

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

Portions of RGB colors in percentages

R + G + B =
171 + 188 + 164 = 523 (100%)
R 171 of 523 ~ 32.7%
G 188 of 523 ~ 35.95%
B 164 of 523 ~ 31.36%

%32.7
%35.95
%31.36

CMYK color model

#ABBCA4 color CMYK value is (9,0,13,26).

  • cyan value is 9.04%
  • magenta value is 0.00%
  • yellow value is 12.77%
  • key color value is 26.27%
CMYK:
(9,0,13,26)
C9M0Y13K26 
(9%,0%,13%,26%)
(0.09/0.00/0.13/0.26)	

CMYK percentages

%9.04
%0
%12.77
%26.27

Codes

Color #ABBCA4 in popluar color models

ABBCA4
RGB171188164
HSL103°15.19%69.02%
HSB/HSV103°12.77%73.73%
CMYK9.04%0.00%12.77%
26.27%

Color #ABBCA4 in popluar number systems.

HEXABBCA4
Decimal171188164
Binary101010111011110010100100
Octal253274244

Shades and tints

Shades of #ABBCA4

#ABBCA4
(171,188,164)
#9CAB96
(156,171,150)
#8D9A88
(141,154,136)
#7E897A
(126,137,122)
#6F786C
(111,120,108)
#60675E
(96,103,94)
#515650
(81,86,80)
#424542
(66,69,66)
#333434
(51,52,52)
#242326
(36,35,38)
#151218
(21,18,24)
#000000
(0,0,0)

Tints of #ABBCA4

#ABBCA4
(171,188,164)
#B2C2AC
(178,194,172)
#B9C8B4
(185,200,180)
#C0CEBC
(192,206,188)
#C7D4C4
(199,212,196)
#CEDACC
(206,218,204)
#D5E0D4
(213,224,212)
#DCE6DC
(220,230,220)
#E3ECE4
(227,236,228)
#EAF2EC
(234,242,236)
#F1F8F4
(241,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABBCA4; }

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

This text font color is #ABBCA4.


Background Color

.myBgColor { background-color: #ABBCA4; }

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

This div background color is #ABBCA4.


Border color

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

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

This div border color is #ABBCA4.


Opacity

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

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

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

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

This text has shadow with #ABBCA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABBCA4 on black background.


Color preview on white background

This text has color #ABBCA4 on white background.



Black color preview on #ABBCA4 background

This text has black color on #ABBCA4 background.


White color preview on #ABBCA4 background

This text has white color on #ABBCA4 background.