COLOR #ADCD8E

HEX: #ADCD8E
RGB: (173,205,142)

Renk bilgisi

#ADCD8E contains mainly red and green colors. #ADCD8E ‘ nin web güvenlik rengi #99CC99 (ya da #9C9) dir.

RGB renk modeli

#ADCD8E color RGB value is (173,205,142).

  • kırmız ton 173;
  • yeşil ton 205;
  • mavi ton 142.
RGB:
(173,205,142)
(68%,80%,56%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 205 of 255 = 80%
B 142 of 255 = 56%

173
205
142

R + G + B ~ 68%. #ADCD8E is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 205 + 142 = 520 (100%)
R 173 of 520 ~ 33.27%
G 205 of 520 ~ 39.42%
B 142 of 520 ~ 27.31%

%33.27
%39.42
%27.31

CMYK RENK MODELİ

#ADCD8E rengi CMYK tonu (16,0,31,20).

  • camgöbeği tonu 15.61%
  • eflatun tonu 0.00%
  • sarı tonu 30.73%
  • ana renk tonu 19.61%
CMYK:
(16,0,31,20)
C16M0Y31K20 
(16%,0%,31%,20%)
(0.16/0.00/0.31/0.20)	

CMYK yüzdeleri

%15.61
%0
%30.73
%19.61

Codes

Color #ADCD8E in popluar color models

ADCD8E
RGB173205142
HSL90°38.65%68.04%
HSB/HSV90°30.73%80.39%
CMYK15.61%0.00%30.73%
19.61%

Color #ADCD8E in popluar number systems.

HEXADCD8E
Decimal173205142
Binary101011011100110110001110
Octal255315216

Shades and tints

Shades of #ADCD8E

#ADCD8E
(173,205,142)
#9EBB82
(158,187,130)
#8FA976
(143,169,118)
#80976A
(128,151,106)
#71855E
(113,133,94)
#627352
(98,115,82)
#536146
(83,97,70)
#444F3A
(68,79,58)
#353D2E
(53,61,46)
#262B22
(38,43,34)
#171916
(23,25,22)
#000000
(0,0,0)

Tints of #ADCD8E

#ADCD8E
(173,205,142)
#B4D198
(180,209,152)
#BBD5A2
(187,213,162)
#C2D9AC
(194,217,172)
#C9DDB6
(201,221,182)
#D0E1C0
(208,225,192)
#D7E5CA
(215,229,202)
#DEE9D4
(222,233,212)
#E5EDDE
(229,237,222)
#ECF1E8
(236,241,232)
#F3F5F2
(243,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADCD8E color. Also use rgb(173,205,142) instead hex code.

Text Font Color

.myTextColor { color: #ADCD8E; }

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

This text font color is #ADCD8E.


Background Color

.myBgColor { background-color: #ADCD8E; }

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

This div background color is #ADCD8E.


Border color

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

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

This div border color is #ADCD8E.


Opacity

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

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

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

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

This text has shadow with #ADCD8E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADCD8E on black background.


Color preview on white background

This text has color #ADCD8E on white background.



Black color preview on #ADCD8E background

This text has black color on #ADCD8E background.


White color preview on #ADCD8E background

This text has white color on #ADCD8E background.