COLOR #ADCE7B

HEX: #ADCE7B
RGB: (173,206,123)

Color info

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

RGB color model

#ADCE7B color RGB value is (173,206,123).

  • red value is 173;
  • green value is 206;
  • blue value is 123.
RGB:
(173,206,123)
(68%,81%,48%)

RGB channels and saturation

R 173 of 255 = 68%
G 206 of 255 = 81%
B 123 of 255 = 48%

173
206
123

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

Portions of RGB colors in percentages

R + G + B =
173 + 206 + 123 = 502 (100%)
R 173 of 502 ~ 34.46%
G 206 of 502 ~ 41.04%
B 123 of 502 ~ 24.5%

%34.46
%41.04
%24.5

CMYK color model

#ADCE7B color CMYK value is (16,0,40,19).

  • cyan value is 16.02%
  • magenta value is 0.00%
  • yellow value is 40.29%
  • key color value is 19.22%
CMYK:
(16,0,40,19)
C16M0Y40K19 
(16%,0%,40%,19%)
(0.16/0.00/0.40/0.19)	

CMYK percentages

%16.02
%0
%40.29
%19.22

Codes

Color #ADCE7B in popluar color models

ADCE7B
RGB173206123
HSL84°45.86%64.51%
HSB/HSV84°40.29%80.78%
CMYK16.02%0.00%40.29%
19.22%

Color #ADCE7B in popluar number systems.

HEXADCE7B
Decimal173206123
Binary10101101110011101111011
Octal255316173

Shades and tints

Shades of #ADCE7B

#ADCE7B
(173,206,123)
#9EBC70
(158,188,112)
#8FAA65
(143,170,101)
#80985A
(128,152,90)
#71864F
(113,134,79)
#627444
(98,116,68)
#536239
(83,98,57)
#44502E
(68,80,46)
#353E23
(53,62,35)
#262C18
(38,44,24)
#171A0D
(23,26,13)
#000000
(0,0,0)

Tints of #ADCE7B

#ADCE7B
(173,206,123)
#B4D287
(180,210,135)
#BBD693
(187,214,147)
#C2DA9F
(194,218,159)
#C9DEAB
(201,222,171)
#D0E2B7
(208,226,183)
#D7E6C3
(215,230,195)
#DEEACF
(222,234,207)
#E5EEDB
(229,238,219)
#ECF2E7
(236,242,231)
#F3F6F3
(243,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADCE7B color. Also use rgb(173,206,123) instead hex code.

Text Font Color

.myTextColor { color: #ADCE7B; }

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

This text font color is #ADCE7B.


Background Color

.myBgColor { background-color: #ADCE7B; }

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

This div background color is #ADCE7B.


Border color

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

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

This div border color is #ADCE7B.


Opacity

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

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

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

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

This text has shadow with #ADCE7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADCE7B on black background.


Color preview on white background

This text has color #ADCE7B on white background.



Black color preview on #ADCE7B background

This text has black color on #ADCE7B background.


White color preview on #ADCE7B background

This text has white color on #ADCE7B background.