COLOR #ABB768

HEX: #ABB768
RGB: (171,183,104)

Color info

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

RGB color model

#ABB768 color RGB value is (171,183,104).

  • red value is 171;
  • green value is 183;
  • blue value is 104.
RGB:
(171,183,104)
(67%,72%,41%)

RGB channels and saturation

R 171 of 255 = 67%
G 183 of 255 = 72%
B 104 of 255 = 41%

171
183
104

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

Portions of RGB colors in percentages

R + G + B =
171 + 183 + 104 = 458 (100%)
R 171 of 458 ~ 37.34%
G 183 of 458 ~ 39.96%
B 104 of 458 ~ 22.71%

%37.34
%39.96
%22.71

CMYK color model

#ABB768 color CMYK value is (7,0,43,28).

  • cyan value is 6.56%
  • magenta value is 0.00%
  • yellow value is 43.17%
  • key color value is 28.24%
CMYK:
(7,0,43,28)
C7M0Y43K28 
(7%,0%,43%,28%)
(0.07/0.00/0.43/0.28)	

CMYK percentages

%6.56
%0
%43.17
%28.24

Codes

Color #ABB768 in popluar color models

ABB768
RGB171183104
HSL69°35.43%56.27%
HSB/HSV69°43.17%71.76%
CMYK6.56%0.00%43.17%
28.24%

Color #ABB768 in popluar number systems.

HEXABB768
Decimal171183104
Binary10101011101101111101000
Octal253267150

Shades and tints

Shades of #ABB768

#ABB768
(171,183,104)
#9CA75F
(156,167,95)
#8D9756
(141,151,86)
#7E874D
(126,135,77)
#6F7744
(111,119,68)
#60673B
(96,103,59)
#515732
(81,87,50)
#424729
(66,71,41)
#333720
(51,55,32)
#242717
(36,39,23)
#15170E
(21,23,14)
#000000
(0,0,0)

Tints of #ABB768

#ABB768
(171,183,104)
#B2BD75
(178,189,117)
#B9C382
(185,195,130)
#C0C98F
(192,201,143)
#C7CF9C
(199,207,156)
#CED5A9
(206,213,169)
#D5DBB6
(213,219,182)
#DCE1C3
(220,225,195)
#E3E7D0
(227,231,208)
#EAEDDD
(234,237,221)
#F1F3EA
(241,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABB768 color. Also use rgb(171,183,104) instead hex code.

Text Font Color

.myTextColor { color: #ABB768; }

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

This text font color is #ABB768.


Background Color

.myBgColor { background-color: #ABB768; }

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

This div background color is #ABB768.


Border color

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

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

This div border color is #ABB768.


Opacity

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

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

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

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

This text has shadow with #ABB768 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABB768 on black background.


Color preview on white background

This text has color #ABB768 on white background.



Black color preview on #ABB768 background

This text has black color on #ABB768 background.


White color preview on #ABB768 background

This text has white color on #ABB768 background.