COLOR #ADC289

HEX: #ADC289
RGB: (173,194,137)

Renk bilgisi

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

RGB renk modeli

#ADC289 color RGB value is (173,194,137).

  • kırmız ton 173;
  • yeşil ton 194;
  • mavi ton 137.
RGB:
(173,194,137)
(68%,76%,54%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 194 of 255 = 76%
B 137 of 255 = 54%

173
194
137

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 194 + 137 = 504 (100%)
R 173 of 504 ~ 34.33%
G 194 of 504 ~ 38.49%
B 137 of 504 ~ 27.18%

%34.33
%38.49
%27.18

CMYK RENK MODELİ

#ADC289 rengi CMYK tonu (11,0,29,24).

  • camgöbeği tonu 10.82%
  • eflatun tonu 0.00%
  • sarı tonu 29.38%
  • ana renk tonu 23.92%
CMYK:
(11,0,29,24)
C11M0Y29K24 
(11%,0%,29%,24%)
(0.11/0.00/0.29/0.24)	

CMYK yüzdeleri

%10.82
%0
%29.38
%23.92

Codes

Color #ADC289 in popluar color models

ADC289
RGB173194137
HSL82°31.84%64.90%
HSB/HSV82°29.38%76.08%
CMYK10.82%0.00%29.38%
23.92%

Color #ADC289 in popluar number systems.

HEXADC289
Decimal173194137
Binary101011011100001010001001
Octal255302211

Shades and tints

Shades of #ADC289

#ADC289
(173,194,137)
#9EB17D
(158,177,125)
#8FA071
(143,160,113)
#808F65
(128,143,101)
#717E59
(113,126,89)
#626D4D
(98,109,77)
#535C41
(83,92,65)
#444B35
(68,75,53)
#353A29
(53,58,41)
#26291D
(38,41,29)
#171811
(23,24,17)
#000000
(0,0,0)

Tints of #ADC289

#ADC289
(173,194,137)
#B4C793
(180,199,147)
#BBCC9D
(187,204,157)
#C2D1A7
(194,209,167)
#C9D6B1
(201,214,177)
#D0DBBB
(208,219,187)
#D7E0C5
(215,224,197)
#DEE5CF
(222,229,207)
#E5EAD9
(229,234,217)
#ECEFE3
(236,239,227)
#F3F4ED
(243,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADC289 color. Also use rgb(173,194,137) instead hex code.

Text Font Color

.myTextColor { color: #ADC289; }

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

This text font color is #ADC289.


Background Color

.myBgColor { background-color: #ADC289; }

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

This div background color is #ADC289.


Border color

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

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

This div border color is #ADC289.


Opacity

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

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

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

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

This text has shadow with #ADC289 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADC289 on black background.


Color preview on white background

This text has color #ADC289 on white background.



Black color preview on #ADC289 background

This text has black color on #ADC289 background.


White color preview on #ADC289 background

This text has white color on #ADC289 background.