COLOR #ABBB94

HEX: #ABBB94 RGB: (171,187,148)

Color info

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

RGB color model

#ABBB94 color RGB value is (171,187,148).

RGB: (171,187,148) (67%, 73%, 58%)

RGB channels and saturation

R 171 of 255 = 67%
G 187 of 255 = 73%
B 148 of 255 = 58%

171
187
148

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

Portions of RGB colors in percentages

R + G + B = 171 + 187 + 148 = 506 (100%)
R 171 of 506 ~ 33.79%
G 187 of 506 ~ 36.96%
B 148 of 506 ~ 29.25'%

%33.79
%36.96
%29.25

CMYK color model

#ABBB94 color CMYK value is (9,0,21,27).

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

CMYK: (9,0,21,27)
C9M0Y21K27 (9%, 0%, 21%, 27%)
(0.09 / 0.00 / 0.21 / 0.27)

CMYK percentages

%8.56
%0
%20.86
%26.67

Codes

Color #ABBB94 in popluar color models

AB BB 94
RGB 171 187 148
HSL 85° 22.29% 65.69%
HSB/HSV 85° 20.86% 73.33%
CMYK 8.56% 0.00% 20.86%
26.67%

Color #ABBB94 in popluar number systems.

HEX AB BB 94
Decimal 171 187 148
Binary 10101011 10111011 10010100
Octal 253 273 224

Shades and tints

Shades of #ABBB94

#ABBB94
(171,187,148)
#9CAA87
(156,170,135)
#8D997A
(141,153,122)
#7E886D
(126,136,109)
#6F7760
(111,119,96)
#606653
(96,102,83)
#515546
(81,85,70)
#424439
(66,68,57)
#33332C
(51,51,44)
#24221F
(36,34,31)
#151112
(21,17,18)
#000000
(0,0,0)

Tints of #ABBB94

#ABBB94
(171,187,148)
#B2C19D
(178,193,157)
#B9C7A6
(185,199,166)
#C0CDAF
(192,205,175)
#C7D3B8
(199,211,184)
#CED9C1
(206,217,193)
#D5DFCA
(213,223,202)
#DCE5D3
(220,229,211)
#E3EBDC
(227,235,220)
#EAF1E5
(234,241,229)
#F1F7EE
(241,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABBB94; }

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

This text font color is #ABBB94.

Background Color

.myBgColor { background-color: #ABBB94; }

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

This div background color is #ABBB94.

Border color

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

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

This div border color is #ABBB94.

Opacity

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

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

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

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

This text has shadow with #ABBB94 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABBB94.

Preview

Color preview on black background

This text has color #ABBB94 on black background.


Color preview on white background

This text has color #ABBB94 on white background.


Black color preview on #ABBB94 background

This text has black color on #ABBB94 background.


White color preview on #ABBB94 background

This text has white color on #ABBB94 background.


Related colors

Complementary color

Complementary color for #hex is #54446B.


I love getcolorcode.com

Triadic colors

1 #94ABBB and #BB94AB with #ABBB94 are triadic colors.

2 #94BBAB and #BBAB94 with #ABBB94 are triadic colors.