COLOR #ADBE78

HEX: #ADBE78
RGB: (173,190,120)

Color info

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

RGB color model

#ADBE78 color RGB value is (173,190,120).

  • red value is 173;
  • green value is 190;
  • blue value is 120.
RGB:
(173,190,120)
(68%,75%,47%)

RGB channels and saturation

R 173 of 255 = 68%
G 190 of 255 = 75%
B 120 of 255 = 47%

173
190
120

R + G + B ~ 63%. #ADBE78 is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 190 + 120 = 483 (100%)
R 173 of 483 ~ 35.82%
G 190 of 483 ~ 39.34%
B 120 of 483 ~ 24.84%

%35.82
%39.34
%24.84

CMYK color model

#ADBE78 color CMYK value is (9,0,37,25).

  • cyan value is 8.95%
  • magenta value is 0.00%
  • yellow value is 36.84%
  • key color value is 25.49%
CMYK:
(9,0,37,25)
C9M0Y37K25 
(9%,0%,37%,25%)
(0.09/0.00/0.37/0.25)	

CMYK percentages

%8.95
%0
%36.84
%25.49

Codes

Color #ADBE78 in popluar color models

ADBE78
RGB173190120
HSL75°35.00%60.78%
HSB/HSV75°36.84%74.51%
CMYK8.95%0.00%36.84%
25.49%

Color #ADBE78 in popluar number systems.

HEXADBE78
Decimal173190120
Binary10101101101111101111000
Octal255276170

Shades and tints

Shades of #ADBE78

#ADBE78
(173,190,120)
#9EAD6E
(158,173,110)
#8F9C64
(143,156,100)
#808B5A
(128,139,90)
#717A50
(113,122,80)
#626946
(98,105,70)
#53583C
(83,88,60)
#444732
(68,71,50)
#353628
(53,54,40)
#26251E
(38,37,30)
#171414
(23,20,20)
#000000
(0,0,0)

Tints of #ADBE78

#ADBE78
(173,190,120)
#B4C384
(180,195,132)
#BBC890
(187,200,144)
#C2CD9C
(194,205,156)
#C9D2A8
(201,210,168)
#D0D7B4
(208,215,180)
#D7DCC0
(215,220,192)
#DEE1CC
(222,225,204)
#E5E6D8
(229,230,216)
#ECEBE4
(236,235,228)
#F3F0F0
(243,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADBE78 color. Also use rgb(173,190,120) instead hex code.

Text Font Color

.myTextColor { color: #ADBE78; }

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

This text font color is #ADBE78.


Background Color

.myBgColor { background-color: #ADBE78; }

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

This div background color is #ADBE78.


Border color

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

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

This div border color is #ADBE78.


Opacity

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

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

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

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

This text has shadow with #ADBE78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADBE78 on black background.


Color preview on white background

This text has color #ADBE78 on white background.



Black color preview on #ADBE78 background

This text has black color on #ADBE78 background.


White color preview on #ADBE78 background

This text has white color on #ADBE78 background.