COLOR #ADC988

HEX: #ADC988
RGB: (173,201,136)

Color info

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

RGB color model

#ADC988 color RGB value is (173,201,136).

  • red value is 173;
  • green value is 201;
  • blue value is 136.
RGB:
(173,201,136)
(68%,79%,53%)

RGB channels and saturation

R 173 of 255 = 68%
G 201 of 255 = 79%
B 136 of 255 = 53%

173
201
136

R + G + B ~ 67%. #ADC988 is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 201 + 136 = 510 (100%)
R 173 of 510 ~ 33.92%
G 201 of 510 ~ 39.41%
B 136 of 510 ~ 26.67%

%33.92
%39.41
%26.67

CMYK color model

#ADC988 color CMYK value is (14,0,32,21).

  • cyan value is 13.93%
  • magenta value is 0.00%
  • yellow value is 32.34%
  • key color value is 21.18%
CMYK:
(14,0,32,21)
C14M0Y32K21 
(14%,0%,32%,21%)
(0.14/0.00/0.32/0.21)	

CMYK percentages

%13.93
%0
%32.34
%21.18

Codes

Color #ADC988 in popluar color models

ADC988
RGB173201136
HSL86°37.57%66.08%
HSB/HSV86°32.34%78.82%
CMYK13.93%0.00%32.34%
21.18%

Color #ADC988 in popluar number systems.

HEXADC988
Decimal173201136
Binary101011011100100110001000
Octal255311210

Shades and tints

Shades of #ADC988

#ADC988
(173,201,136)
#9EB77C
(158,183,124)
#8FA570
(143,165,112)
#809364
(128,147,100)
#718158
(113,129,88)
#626F4C
(98,111,76)
#535D40
(83,93,64)
#444B34
(68,75,52)
#353928
(53,57,40)
#26271C
(38,39,28)
#171510
(23,21,16)
#000000
(0,0,0)

Tints of #ADC988

#ADC988
(173,201,136)
#B4CD92
(180,205,146)
#BBD19C
(187,209,156)
#C2D5A6
(194,213,166)
#C9D9B0
(201,217,176)
#D0DDBA
(208,221,186)
#D7E1C4
(215,225,196)
#DEE5CE
(222,229,206)
#E5E9D8
(229,233,216)
#ECEDE2
(236,237,226)
#F3F1EC
(243,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADC988 color. Also use rgb(173,201,136) instead hex code.

Text Font Color

.myTextColor { color: #ADC988; }

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

This text font color is #ADC988.


Background Color

.myBgColor { background-color: #ADC988; }

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

This div background color is #ADC988.


Border color

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

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

This div border color is #ADC988.


Opacity

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

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

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

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

This text has shadow with #ADC988 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADC988 on black background.


Color preview on white background

This text has color #ADC988 on white background.



Black color preview on #ADC988 background

This text has black color on #ADC988 background.


White color preview on #ADC988 background

This text has white color on #ADC988 background.