COLOR #ABB664

HEX: #ABB664
RGB: (171,182,100)

Color info

#ABB664 contains mainly red and green colors. Web safe color of #ABB664 is #99CC66 (or #9C6).

RGB color model

#ABB664 color RGB value is (171,182,100).

  • red value is 171;
  • green value is 182;
  • blue value is 100.
RGB:
(171,182,100)
(67%,71%,39%)

RGB channels and saturation

R 171 of 255 = 67%
G 182 of 255 = 71%
B 100 of 255 = 39%

171
182
100

R + G + B ~ 59%. #ABB664 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
171 + 182 + 100 = 453 (100%)
R 171 of 453 ~ 37.75%
G 182 of 453 ~ 40.18%
B 100 of 453 ~ 22.08%

%37.75
%40.18
%22.08

CMYK color model

#ABB664 color CMYK value is (6,0,45,29).

  • cyan value is 6.04%
  • magenta value is 0.00%
  • yellow value is 45.05%
  • key color value is 28.63%
CMYK:
(6,0,45,29)
C6M0Y45K29 
(6%,0%,45%,29%)
(0.06/0.00/0.45/0.29)	

CMYK percentages

%6.04
%0
%45.05
%28.63

Codes

Color #ABB664 in popluar color models

ABB664
RGB171182100
HSL68°35.96%55.29%
HSB/HSV68°45.05%71.37%
CMYK6.04%0.00%45.05%
28.63%

Color #ABB664 in popluar number systems.

HEXABB664
Decimal171182100
Binary10101011101101101100100
Octal253266144

Shades and tints

Shades of #ABB664

#ABB664
(171,182,100)
#9CA65B
(156,166,91)
#8D9652
(141,150,82)
#7E8649
(126,134,73)
#6F7640
(111,118,64)
#606637
(96,102,55)
#51562E
(81,86,46)
#424625
(66,70,37)
#33361C
(51,54,28)
#242613
(36,38,19)
#15160A
(21,22,10)
#000000
(0,0,0)

Tints of #ABB664

#ABB664
(171,182,100)
#B2BC72
(178,188,114)
#B9C280
(185,194,128)
#C0C88E
(192,200,142)
#C7CE9C
(199,206,156)
#CED4AA
(206,212,170)
#D5DAB8
(213,218,184)
#DCE0C6
(220,224,198)
#E3E6D4
(227,230,212)
#EAECE2
(234,236,226)
#F1F2F0
(241,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABB664 color. Also use rgb(171,182,100) instead hex code.

Text Font Color

.myTextColor { color: #ABB664; }

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

This text font color is #ABB664.


Background Color

.myBgColor { background-color: #ABB664; }

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

This div background color is #ABB664.


Border color

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

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

This div border color is #ABB664.


Opacity

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

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

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

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

This text has shadow with #ABB664 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABB664 on black background.


Color preview on white background

This text has color #ABB664 on white background.



Black color preview on #ABB664 background

This text has black color on #ABB664 background.


White color preview on #ABB664 background

This text has white color on #ABB664 background.