COLOR #A8C68B

HEX: #A8C68B RGB: (168,198,139)

Color info

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

RGB color model

#A8C68B color RGB value is (168,198,139).

RGB: (168,198,139) (66%, 78%, 55%)

RGB channels and saturation

R 168 of 255 = 66%
G 198 of 255 = 78%
B 139 of 255 = 55%

168
198
139

R + G + B ~ 66%. #A8C68B is quite light color.

Portions of RGB colors in percentages

R + G + B = 168 + 198 + 139 = 505 (100%)
R 168 of 505 ~ 33.27%
G 198 of 505 ~ 39.21%
B 139 of 505 ~ 27.52'%

%33.27
%39.21
%27.52

CMYK color model

#A8C68B color CMYK value is (15,0,30,22).

  • cyan value is 15.15%
  • magenta value is 0.00%
  • yellow value is 29.80%
  • key color value is 22.35%

CMYK: (15,0,30,22)
C15M0Y30K22 (15%, 0%, 30%, 22%)
(0.15 / 0.00 / 0.30 / 0.22)

CMYK percentages

%15.15
%0
%29.8
%22.35

Codes

Color #A8C68B in popluar color models

A8 C6 8B
RGB 168 198 139
HSL 91° 34.10% 66.08%
HSB/HSV 91° 29.80% 77.65%
CMYK 15.15% 0.00% 29.80%
22.35%

Color #A8C68B in popluar number systems.

HEX A8 C6 8B
Decimal 168 198 139
Binary 10101000 11000110 10001011
Octal 250 306 213

Shades and tints

Shades of #A8C68B

#A8C68B
(168,198,139)
#99B47F
(153,180,127)
#8AA273
(138,162,115)
#7B9067
(123,144,103)
#6C7E5B
(108,126,91)
#5D6C4F
(93,108,79)
#4E5A43
(78,90,67)
#3F4837
(63,72,55)
#30362B
(48,54,43)
#21241F
(33,36,31)
#121213
(18,18,19)
#000000
(0,0,0)

Tints of #A8C68B

#A8C68B
(168,198,139)
#AFCB95
(175,203,149)
#B6D09F
(182,208,159)
#BDD5A9
(189,213,169)
#C4DAB3
(196,218,179)
#CBDFBD
(203,223,189)
#D2E4C7
(210,228,199)
#D9E9D1
(217,233,209)
#E0EEDB
(224,238,219)
#E7F3E5
(231,243,229)
#EEF8EF
(238,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8C68B color. Also use rgb(168,198,139) instead hex code.

Text Font Color

.myTextColor { color: #A8C68B; }

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

This text font color is #A8C68B.

Background Color

.myBgColor { background-color: #A8C68B; }

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

This div background color is #A8C68B.

Border color

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

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

This div border color is #A8C68B.

Opacity

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

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

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

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

This text has shadow with #A8C68B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8C68B.

Preview

Color preview on black background

This text has color #A8C68B on black background.


Color preview on white background

This text has color #A8C68B on white background.


Black color preview on #A8C68B background

This text has black color on #A8C68B background.


White color preview on #A8C68B background

This text has white color on #A8C68B background.


Related colors

Complementary color

Complementary color for #hex is #573974.


I love getcolorcode.com

Triadic colors

1 #8BA8C6 and #C68BA8 with #A8C68B are triadic colors.

2 #8BC6A8 and #C6A88B with #A8C68B are triadic colors.