COLOR #A8C783

HEX: #A8C783
RGB: (168,199,131)

Color info

#A8C783 contains mainly red and green colors. Web safe color of #A8C783 is #99CC99 (or #9C9).

RGB color model

#A8C783 color RGB value is (168,199,131).

  • red value is 168;
  • green value is 199;
  • blue value is 131.
RGB:
(168,199,131)
(66%,78%,51%)

RGB channels and saturation

R 168 of 255 = 66%
G 199 of 255 = 78%
B 131 of 255 = 51%

168
199
131

R + G + B ~ 65%. #A8C783 is quite light color.

Portions of RGB colors in percentages

R + G + B =
168 + 199 + 131 = 498 (100%)
R 168 of 498 ~ 33.73%
G 199 of 498 ~ 39.96%
B 131 of 498 ~ 26.31%

%33.73
%39.96
%26.31

CMYK color model

#A8C783 color CMYK value is (16,0,34,22).

  • cyan value is 15.58%
  • magenta value is 0.00%
  • yellow value is 34.17%
  • key color value is 21.96%
CMYK:
(16,0,34,22)
C16M0Y34K22 
(16%,0%,34%,22%)
(0.16/0.00/0.34/0.22)	

CMYK percentages

%15.58
%0
%34.17
%21.96

Codes

Color #A8C783 in popluar color models

A8C783
RGB168199131
HSL87°37.78%64.71%
HSB/HSV87°34.17%78.04%
CMYK15.58%0.00%34.17%
21.96%

Color #A8C783 in popluar number systems.

HEXA8C783
Decimal168199131
Binary101010001100011110000011
Octal250307203

Shades and tints

Shades of #A8C783

#A8C783
(168,199,131)
#99B578
(153,181,120)
#8AA36D
(138,163,109)
#7B9162
(123,145,98)
#6C7F57
(108,127,87)
#5D6D4C
(93,109,76)
#4E5B41
(78,91,65)
#3F4936
(63,73,54)
#30372B
(48,55,43)
#212520
(33,37,32)
#121315
(18,19,21)
#000000
(0,0,0)

Tints of #A8C783

#A8C783
(168,199,131)
#AFCC8E
(175,204,142)
#B6D199
(182,209,153)
#BDD6A4
(189,214,164)
#C4DBAF
(196,219,175)
#CBE0BA
(203,224,186)
#D2E5C5
(210,229,197)
#D9EAD0
(217,234,208)
#E0EFDB
(224,239,219)
#E7F4E6
(231,244,230)
#EEF9F1
(238,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8C783 color. Also use rgb(168,199,131) instead hex code.

Text Font Color

.myTextColor { color: #A8C783; }

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

This text font color is #A8C783.


Background Color

.myBgColor { background-color: #A8C783; }

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

This div background color is #A8C783.


Border color

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

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

This div border color is #A8C783.


Opacity

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

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

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

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

This text has shadow with #A8C783 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8C783 on black background.


Color preview on white background

This text has color #A8C783 on white background.



Black color preview on #A8C783 background

This text has black color on #A8C783 background.


White color preview on #A8C783 background

This text has white color on #A8C783 background.