COLOR #A8BC85

HEX: #A8BC85 RGB: (168,188,133)

Color info

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

RGB color model

#A8BC85 color RGB value is (168,188,133).

RGB: (168,188,133) (66%, 74%, 52%)

RGB channels and saturation

R 168 of 255 = 66%
G 188 of 255 = 74%
B 133 of 255 = 52%

168
188
133

R + G + B ~ 64%. #A8BC85 is quite light color.

Portions of RGB colors in percentages

R + G + B = 168 + 188 + 133 = 489 (100%)
R 168 of 489 ~ 34.36%
G 188 of 489 ~ 38.45%
B 133 of 489 ~ 27.2'%

%34.36
%38.45
%27.2

CMYK color model

#A8BC85 color CMYK value is (11,0,29,26).

  • cyan value is 10.64%
  • magenta value is 0.00%
  • yellow value is 29.26%
  • key color value is 26.27%

CMYK: (11,0,29,26)
C11M0Y29K26 (11%, 0%, 29%, 26%)
(0.11 / 0.00 / 0.29 / 0.26)

CMYK percentages

%10.64
%0
%29.26
%26.27

Codes

Color #A8BC85 in popluar color models

A8 BC 85
RGB 168 188 133
HSL 82° 29.10% 62.94%
HSB/HSV 82° 29.26% 73.73%
CMYK 10.64% 0.00% 29.26%
26.27%

Color #A8BC85 in popluar number systems.

HEX A8 BC 85
Decimal 168 188 133
Binary 10101000 10111100 10000101
Octal 250 274 205

Shades and tints

Shades of #A8BC85

#A8BC85
(168,188,133)
#99AB79
(153,171,121)
#8A9A6D
(138,154,109)
#7B8961
(123,137,97)
#6C7855
(108,120,85)
#5D6749
(93,103,73)
#4E563D
(78,86,61)
#3F4531
(63,69,49)
#303425
(48,52,37)
#212319
(33,35,25)
#12120D
(18,18,13)
#000000
(0,0,0)

Tints of #A8BC85

#A8BC85
(168,188,133)
#AFC290
(175,194,144)
#B6C89B
(182,200,155)
#BDCEA6
(189,206,166)
#C4D4B1
(196,212,177)
#CBDABC
(203,218,188)
#D2E0C7
(210,224,199)
#D9E6D2
(217,230,210)
#E0ECDD
(224,236,221)
#E7F2E8
(231,242,232)
#EEF8F3
(238,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8BC85 color. Also use rgb(168,188,133) instead hex code.

Text Font Color

.myTextColor { color: #A8BC85; }

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

This text font color is #A8BC85.

Background Color

.myBgColor { background-color: #A8BC85; }

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

This div background color is #A8BC85.

Border color

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

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

This div border color is #A8BC85.

Opacity

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

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

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

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

This text has shadow with #A8BC85 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8BC85.

Preview

Color preview on black background

This text has color #A8BC85 on black background.


Color preview on white background

This text has color #A8BC85 on white background.


Black color preview on #A8BC85 background

This text has black color on #A8BC85 background.


White color preview on #A8BC85 background

This text has white color on #A8BC85 background.


Related colors

Complementary color

Complementary color for #hex is #57437A.


I love getcolorcode.com

Triadic colors

1 #85A8BC and #BC85A8 with #A8BC85 are triadic colors.

2 #85BCA8 and #BCA885 with #A8BC85 are triadic colors.