COLOR #ADC67D

HEX: #ADC67D
RGB: (173,198,125)

Color info

#ADC67D contains mainly red and green colors. Web safe color of #ADC67D is #99CC66 (or #9C6).

RGB color model

#ADC67D color RGB value is (173,198,125).

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

RGB channels and saturation

R 173 of 255 = 68%
G 198 of 255 = 78%
B 125 of 255 = 49%

173
198
125

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

Portions of RGB colors in percentages

R + G + B =
173 + 198 + 125 = 496 (100%)
R 173 of 496 ~ 34.88%
G 198 of 496 ~ 39.92%
B 125 of 496 ~ 25.2%

%34.88
%39.92
%25.2

CMYK color model

#ADC67D color CMYK value is (13,0,37,22).

  • cyan value is 12.63%
  • magenta value is 0.00%
  • yellow value is 36.87%
  • key color value is 22.35%
CMYK:
(13,0,37,22)
C13M0Y37K22 
(13%,0%,37%,22%)
(0.13/0.00/0.37/0.22)	

CMYK percentages

%12.63
%0
%36.87
%22.35

Codes

Color #ADC67D in popluar color models

ADC67D
RGB173198125
HSL81°39.04%63.33%
HSB/HSV81°36.87%77.65%
CMYK12.63%0.00%36.87%
22.35%

Color #ADC67D in popluar number systems.

HEXADC67D
Decimal173198125
Binary10101101110001101111101
Octal255306175

Shades and tints

Shades of #ADC67D

#ADC67D
(173,198,125)
#9EB472
(158,180,114)
#8FA267
(143,162,103)
#80905C
(128,144,92)
#717E51
(113,126,81)
#626C46
(98,108,70)
#535A3B
(83,90,59)
#444830
(68,72,48)
#353625
(53,54,37)
#26241A
(38,36,26)
#17120F
(23,18,15)
#000000
(0,0,0)

Tints of #ADC67D

#ADC67D
(173,198,125)
#B4CB88
(180,203,136)
#BBD093
(187,208,147)
#C2D59E
(194,213,158)
#C9DAA9
(201,218,169)
#D0DFB4
(208,223,180)
#D7E4BF
(215,228,191)
#DEE9CA
(222,233,202)
#E5EED5
(229,238,213)
#ECF3E0
(236,243,224)
#F3F8EB
(243,248,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADC67D; }

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

This text font color is #ADC67D.


Background Color

.myBgColor { background-color: #ADC67D; }

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

This div background color is #ADC67D.


Border color

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

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

This div border color is #ADC67D.


Opacity

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

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

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

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

This text has shadow with #ADC67D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADC67D on black background.


Color preview on white background

This text has color #ADC67D on white background.



Black color preview on #ADC67D background

This text has black color on #ADC67D background.


White color preview on #ADC67D background

This text has white color on #ADC67D background.