COLOR #ABBE96

HEX: #ABBE96 RGB: (171,190,150)

Color info

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

RGB color model

#ABBE96 color RGB value is (171,190,150).

RGB: (171,190,150) (67%, 75%, 59%)

RGB channels and saturation

R 171 of 255 = 67%
G 190 of 255 = 75%
B 150 of 255 = 59%

171
190
150

R + G + B ~ 67%. #ABBE96 is quite light color.

Portions of RGB colors in percentages

R + G + B = 171 + 190 + 150 = 511 (100%)
R 171 of 511 ~ 33.46%
G 190 of 511 ~ 37.18%
B 150 of 511 ~ 29.35'%

%33.46
%37.18
%29.35

CMYK color model

#ABBE96 color CMYK value is (10,0,21,25).

  • cyan value is 10.00%
  • magenta value is 0.00%
  • yellow value is 21.05%
  • key color value is 25.49%
CMYK: (10,0,21,25) C10M0Y21K25 (10%,0%,21%,25%) (0.10/0.00/0.21/0.25) 

CMYK percentages

%10
%0
%21.05
%25.49

Codes

Color #ABBE96 in popluar color models

AB BE 96
RGB 171 190 150
HSL 89° 23.53% 66.67%
HSB/HSV 89° 21.05% 74.51%
CMYK 10.00% 0.00% 21.05%
25.49%

Color #ABBE96 in popluar number systems.

HEX AB BE 96
Decimal 171 190 150
Binary 10101011 10111110 10010110
Octal 253 276 226

Shades and tints

Shades of #ABBE96

#ABBE96
(171,190,150)
#9CAD89
(156,173,137)
#8D9C7C
(141,156,124)
#7E8B6F
(126,139,111)
#6F7A62
(111,122,98)
#606955
(96,105,85)
#515848
(81,88,72)
#42473B
(66,71,59)
#33362E
(51,54,46)
#242521
(36,37,33)
#151414
(21,20,20)
#000000
(0,0,0)

Tints of #ABBE96

#ABBE96
(171,190,150)
#B2C39F
(178,195,159)
#B9C8A8
(185,200,168)
#C0CDB1
(192,205,177)
#C7D2BA
(199,210,186)
#CED7C3
(206,215,195)
#D5DCCC
(213,220,204)
#DCE1D5
(220,225,213)
#E3E6DE
(227,230,222)
#EAEBE7
(234,235,231)
#F1F0F0
(241,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABBE96 color. Also use rgb(171,190,150) instead hex code.

Text Font Color

.myTextColor { color: #ABBE96; }

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

This text font color is #ABBE96.

Background Color

.myBgColor { background-color: #ABBE96; }

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

This div background color is #ABBE96.

Border color

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

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

This div border color is #ABBE96.

Opacity

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

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

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

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

This text has shadow with #ABBE96 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABBE96.

Preview

Color preview on black background

This text has color #ABBE96 on black background.


Color preview on white background

This text has color #ABBE96 on white background.


Black color preview on #ABBE96 background

This text has black color on #ABBE96 background.


White color preview on #ABBE96 background

This text has white color on #ABBE96 background.


Related colors

Complementary color

Complementary color for #hex is #544169.


I love getcolorcode.com

Triadic colors

1 #96ABBE and #BE96AB with #ABBE96 are triadic colors.

2 #96BEAB and #BEAB96 with #ABBE96 are triadic colors.