COLOR #A8B880

HEX: #A8B880 RGB: (168,184,128)

Color info

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

RGB color model

#A8B880 color RGB value is (168,184,128).

RGB: (168,184,128) (66%, 72%, 50%)

RGB channels and saturation

R 168 of 255 = 66%
G 184 of 255 = 72%
B 128 of 255 = 50%

168
184
128

R + G + B ~ 63%. #A8B880 is quite light color.

Portions of RGB colors in percentages

R + G + B = 168 + 184 + 128 = 480 (100%)
R 168 of 480 ~ 35%
G 184 of 480 ~ 38.33%
B 128 of 480 ~ 26.67'%

%35
%38.33
%26.67

CMYK color model

#A8B880 color CMYK value is (9,0,30,28).

  • cyan value is 8.70%
  • magenta value is 0.00%
  • yellow value is 30.43%
  • key color value is 27.84%
CMYK: (9,0,30,28) C9M0Y30K28 (9%,0%,30%,28%) (0.09/0.00/0.30/0.28) 

CMYK percentages

%8.7
%0
%30.43
%27.84

Codes

Color #A8B880 in popluar color models

A8 B8 80
RGB 168 184 128
HSL 77° 28.28% 61.18%
HSB/HSV 77° 30.43% 72.16%
CMYK 8.70% 0.00% 30.43%
27.84%

Color #A8B880 in popluar number systems.

HEX A8 B8 80
Decimal 168 184 128
Binary 10101000 10111000 10000000
Octal 250 270 200

Shades and tints

Shades of #A8B880

#A8B880
(168,184,128)
#99A875
(153,168,117)
#8A986A
(138,152,106)
#7B885F
(123,136,95)
#6C7854
(108,120,84)
#5D6849
(93,104,73)
#4E583E
(78,88,62)
#3F4833
(63,72,51)
#303828
(48,56,40)
#21281D
(33,40,29)
#121812
(18,24,18)
#000000
(0,0,0)

Tints of #A8B880

#A8B880
(168,184,128)
#AFBE8B
(175,190,139)
#B6C496
(182,196,150)
#BDCAA1
(189,202,161)
#C4D0AC
(196,208,172)
#CBD6B7
(203,214,183)
#D2DCC2
(210,220,194)
#D9E2CD
(217,226,205)
#E0E8D8
(224,232,216)
#E7EEE3
(231,238,227)
#EEF4EE
(238,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8B880 color. Also use rgb(168,184,128) instead hex code.

Text Font Color

.myTextColor { color: #A8B880; }

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

This text font color is #A8B880.

Background Color

.myBgColor { background-color: #A8B880; }

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

This div background color is #A8B880.

Border color

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

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

This div border color is #A8B880.

Opacity

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

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

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

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

This text has shadow with #A8B880 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8B880.

Preview

Color preview on black background

This text has color #A8B880 on black background.


Color preview on white background

This text has color #A8B880 on white background.


Black color preview on #A8B880 background

This text has black color on #A8B880 background.


White color preview on #A8B880 background

This text has white color on #A8B880 background.


Related colors

Complementary color

Complementary color for #hex is #57477F.


I love getcolorcode.com

Triadic colors

1 #80A8B8 and #B880A8 with #A8B880 are triadic colors.

2 #80B8A8 and #B8A880 with #A8B880 are triadic colors.