COLOR #ABB195

HEX: #ABB195
RGB: (171,177,149)

Color info

#ABB195 contains red, green and blue colors in about the same proportion. Web safe color of #ABB195 is #999999 (or #999).

RGB color model

#ABB195 color RGB value is (171,177,149).

  • red value is 171;
  • green value is 177;
  • blue value is 149.
RGB:
(171,177,149)
(67%,69%,58%)

RGB channels and saturation

R 171 of 255 = 67%
G 177 of 255 = 69%
B 149 of 255 = 58%

171
177
149

R + G + B ~ 65%. #ABB195 is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 177 + 149 = 497 (100%)
R 171 of 497 ~ 34.41%
G 177 of 497 ~ 35.61%
B 149 of 497 ~ 29.98%

%34.41
%35.61
%29.98

CMYK color model

#ABB195 color CMYK value is (3,0,16,31).

  • cyan value is 3.39%
  • magenta value is 0.00%
  • yellow value is 15.82%
  • key color value is 30.59%
CMYK:
(3,0,16,31)
C3M0Y16K31 
(3%,0%,16%,31%)
(0.03/0.00/0.16/0.31)	

CMYK percentages

%3.39
%0
%15.82
%30.59

Codes

Color #ABB195 in popluar color models

ABB195
RGB171177149
HSL73°15.22%63.92%
HSB/HSV73°15.82%69.41%
CMYK3.39%0.00%15.82%
30.59%

Color #ABB195 in popluar number systems.

HEXABB195
Decimal171177149
Binary101010111011000110010101
Octal253261225

Shades and tints

Shades of #ABB195

#ABB195
(171,177,149)
#9CA188
(156,161,136)
#8D917B
(141,145,123)
#7E816E
(126,129,110)
#6F7161
(111,113,97)
#606154
(96,97,84)
#515147
(81,81,71)
#42413A
(66,65,58)
#33312D
(51,49,45)
#242120
(36,33,32)
#151113
(21,17,19)
#000000
(0,0,0)

Tints of #ABB195

#ABB195
(171,177,149)
#B2B89E
(178,184,158)
#B9BFA7
(185,191,167)
#C0C6B0
(192,198,176)
#C7CDB9
(199,205,185)
#CED4C2
(206,212,194)
#D5DBCB
(213,219,203)
#DCE2D4
(220,226,212)
#E3E9DD
(227,233,221)
#EAF0E6
(234,240,230)
#F1F7EF
(241,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABB195 color. Also use rgb(171,177,149) instead hex code.

Text Font Color

.myTextColor { color: #ABB195; }

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

This text font color is #ABB195.


Background Color

.myBgColor { background-color: #ABB195; }

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

This div background color is #ABB195.


Border color

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

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

This div border color is #ABB195.


Opacity

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

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

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

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

This text has shadow with #ABB195 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABB195 on black background.


Color preview on white background

This text has color #ABB195 on white background.



Black color preview on #ABB195 background

This text has black color on #ABB195 background.


White color preview on #ABB195 background

This text has white color on #ABB195 background.