COLOR #ADC683

HEX: #ADC683
RGB: (173,198,131)

Color info

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

RGB color model

#ADC683 color RGB value is (173,198,131).

  • red value is 173;
  • green value is 198;
  • blue value is 131.
RGB:
(173,198,131)
(68%,78%,51%)

RGB channels and saturation

R 173 of 255 = 68%
G 198 of 255 = 78%
B 131 of 255 = 51%

173
198
131

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

Portions of RGB colors in percentages

R + G + B =
173 + 198 + 131 = 502 (100%)
R 173 of 502 ~ 34.46%
G 198 of 502 ~ 39.44%
B 131 of 502 ~ 26.1%

%34.46
%39.44
%26.1

CMYK color model

#ADC683 color CMYK value is (13,0,34,22).

  • cyan value is 12.63%
  • magenta value is 0.00%
  • yellow value is 33.84%
  • key color value is 22.35%
CMYK:
(13,0,34,22)
C13M0Y34K22 
(13%,0%,34%,22%)
(0.13/0.00/0.34/0.22)	

CMYK percentages

%12.63
%0
%33.84
%22.35

Codes

Color #ADC683 in popluar color models

ADC683
RGB173198131
HSL82°37.02%64.51%
HSB/HSV82°33.84%77.65%
CMYK12.63%0.00%33.84%
22.35%

Color #ADC683 in popluar number systems.

HEXADC683
Decimal173198131
Binary101011011100011010000011
Octal255306203

Shades and tints

Shades of #ADC683

#ADC683
(173,198,131)
#9EB478
(158,180,120)
#8FA26D
(143,162,109)
#809062
(128,144,98)
#717E57
(113,126,87)
#626C4C
(98,108,76)
#535A41
(83,90,65)
#444836
(68,72,54)
#35362B
(53,54,43)
#262420
(38,36,32)
#171215
(23,18,21)
#000000
(0,0,0)

Tints of #ADC683

#ADC683
(173,198,131)
#B4CB8E
(180,203,142)
#BBD099
(187,208,153)
#C2D5A4
(194,213,164)
#C9DAAF
(201,218,175)
#D0DFBA
(208,223,186)
#D7E4C5
(215,228,197)
#DEE9D0
(222,233,208)
#E5EEDB
(229,238,219)
#ECF3E6
(236,243,230)
#F3F8F1
(243,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADC683 color. Also use rgb(173,198,131) instead hex code.

Text Font Color

.myTextColor { color: #ADC683; }

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

This text font color is #ADC683.


Background Color

.myBgColor { background-color: #ADC683; }

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

This div background color is #ADC683.


Border color

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

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

This div border color is #ADC683.


Opacity

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

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

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

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

This text has shadow with #ADC683 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADC683 on black background.


Color preview on white background

This text has color #ADC683 on white background.



Black color preview on #ADC683 background

This text has black color on #ADC683 background.


White color preview on #ADC683 background

This text has white color on #ADC683 background.