COLOR #ADC89D

HEX: #ADC89D
RGB: (173,200,157)

Renk bilgisi

#ADC89D contains red, green and blue colors in about the same proportion. #ADC89D ‘ nin web güvenlik rengi #99CC99 (ya da #9C9) dir.

RGB renk modeli

#ADC89D color RGB value is (173,200,157).

  • kırmız ton 173;
  • yeşil ton 200;
  • mavi ton 157.
RGB:
(173,200,157)
(68%,78%,62%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 200 of 255 = 78%
B 157 of 255 = 62%

173
200
157

R + G + B ~ 69%. #ADC89D is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 200 + 157 = 530 (100%)
R 173 of 530 ~ 32.64%
G 200 of 530 ~ 37.74%
B 157 of 530 ~ 29.62%

%32.64
%37.74
%29.62

CMYK RENK MODELİ

#ADC89D rengi CMYK tonu (14,0,22,22).

  • camgöbeği tonu 13.50%
  • eflatun tonu 0.00%
  • sarı tonu 21.50%
  • ana renk tonu 21.57%
CMYK:
(14,0,22,22)
C14M0Y22K22 
(14%,0%,22%,22%)
(0.14/0.00/0.22/0.22)	

CMYK yüzdeleri

%13.5
%0
%21.5
%21.57

Codes

Color #ADC89D in popluar color models

ADC89D
RGB173200157
HSL98°28.10%70.00%
HSB/HSV98°21.50%78.43%
CMYK13.50%0.00%21.50%
21.57%

Color #ADC89D in popluar number systems.

HEXADC89D
Decimal173200157
Binary101011011100100010011101
Octal255310235

Shades and tints

Shades of #ADC89D

#ADC89D
(173,200,157)
#9EB68F
(158,182,143)
#8FA481
(143,164,129)
#809273
(128,146,115)
#718065
(113,128,101)
#626E57
(98,110,87)
#535C49
(83,92,73)
#444A3B
(68,74,59)
#35382D
(53,56,45)
#26261F
(38,38,31)
#171411
(23,20,17)
#000000
(0,0,0)

Tints of #ADC89D

#ADC89D
(173,200,157)
#B4CDA5
(180,205,165)
#BBD2AD
(187,210,173)
#C2D7B5
(194,215,181)
#C9DCBD
(201,220,189)
#D0E1C5
(208,225,197)
#D7E6CD
(215,230,205)
#DEEBD5
(222,235,213)
#E5F0DD
(229,240,221)
#ECF5E5
(236,245,229)
#F3FAED
(243,250,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADC89D color. Also use rgb(173,200,157) instead hex code.

Text Font Color

.myTextColor { color: #ADC89D; }

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

This text font color is #ADC89D.


Background Color

.myBgColor { background-color: #ADC89D; }

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

This div background color is #ADC89D.


Border color

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

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

This div border color is #ADC89D.


Opacity

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

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

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

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

This text has shadow with #ADC89D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADC89D on black background.


Color preview on white background

This text has color #ADC89D on white background.



Black color preview on #ADC89D background

This text has black color on #ADC89D background.


White color preview on #ADC89D background

This text has white color on #ADC89D background.