COLOR #ADC484

HEX: #ADC484
RGB: (173,196,132)

Color info

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

RGB color model

#ADC484 color RGB value is (173,196,132).

  • red value is 173;
  • green value is 196;
  • blue value is 132.
RGB:
(173,196,132)
(68%,77%,52%)

RGB channels and saturation

R 173 of 255 = 68%
G 196 of 255 = 77%
B 132 of 255 = 52%

173
196
132

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

Portions of RGB colors in percentages

R + G + B =
173 + 196 + 132 = 501 (100%)
R 173 of 501 ~ 34.53%
G 196 of 501 ~ 39.12%
B 132 of 501 ~ 26.35%

%34.53
%39.12
%26.35

CMYK color model

#ADC484 color CMYK value is (12,0,33,23).

  • cyan value is 11.73%
  • magenta value is 0.00%
  • yellow value is 32.65%
  • key color value is 23.14%
CMYK:
(12,0,33,23)
C12M0Y33K23 
(12%,0%,33%,23%)
(0.12/0.00/0.33/0.23)	

CMYK percentages

%11.73
%0
%32.65
%23.14

Codes

Color #ADC484 in popluar color models

ADC484
RGB173196132
HSL82°35.16%64.31%
HSB/HSV82°32.65%76.86%
CMYK11.73%0.00%32.65%
23.14%

Color #ADC484 in popluar number systems.

HEXADC484
Decimal173196132
Binary101011011100010010000100
Octal255304204

Shades and tints

Shades of #ADC484

#ADC484
(173,196,132)
#9EB378
(158,179,120)
#8FA26C
(143,162,108)
#809160
(128,145,96)
#718054
(113,128,84)
#626F48
(98,111,72)
#535E3C
(83,94,60)
#444D30
(68,77,48)
#353C24
(53,60,36)
#262B18
(38,43,24)
#171A0C
(23,26,12)
#000000
(0,0,0)

Tints of #ADC484

#ADC484
(173,196,132)
#B4C98F
(180,201,143)
#BBCE9A
(187,206,154)
#C2D3A5
(194,211,165)
#C9D8B0
(201,216,176)
#D0DDBB
(208,221,187)
#D7E2C6
(215,226,198)
#DEE7D1
(222,231,209)
#E5ECDC
(229,236,220)
#ECF1E7
(236,241,231)
#F3F6F2
(243,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADC484 color. Also use rgb(173,196,132) instead hex code.

Text Font Color

.myTextColor { color: #ADC484; }

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

This text font color is #ADC484.


Background Color

.myBgColor { background-color: #ADC484; }

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

This div background color is #ADC484.


Border color

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

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

This div border color is #ADC484.


Opacity

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

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

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

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

This text has shadow with #ADC484 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADC484 on black background.


Color preview on white background

This text has color #ADC484 on white background.



Black color preview on #ADC484 background

This text has black color on #ADC484 background.


White color preview on #ADC484 background

This text has white color on #ADC484 background.