COLOR #ADC18B

HEX: #ADC18B
RGB: (173,193,139)

Renk bilgisi

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

RGB renk modeli

#ADC18B color RGB value is (173,193,139).

  • kırmız ton 173;
  • yeşil ton 193;
  • mavi ton 139.
RGB:
(173,193,139)
(68%,76%,55%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 193 of 255 = 76%
B 139 of 255 = 55%

173
193
139

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 193 + 139 = 505 (100%)
R 173 of 505 ~ 34.26%
G 193 of 505 ~ 38.22%
B 139 of 505 ~ 27.52%

%34.26
%38.22
%27.52

CMYK RENK MODELİ

#ADC18B rengi CMYK tonu (10,0,28,24).

  • camgöbeği tonu 10.36%
  • eflatun tonu 0.00%
  • sarı tonu 27.98%
  • ana renk tonu 24.31%
CMYK:
(10,0,28,24)
C10M0Y28K24 
(10%,0%,28%,24%)
(0.10/0.00/0.28/0.24)	

CMYK yüzdeleri

%10.36
%0
%27.98
%24.31

Codes

Color #ADC18B in popluar color models

ADC18B
RGB173193139
HSL82°30.34%65.10%
HSB/HSV82°27.98%75.69%
CMYK10.36%0.00%27.98%
24.31%

Color #ADC18B in popluar number systems.

HEXADC18B
Decimal173193139
Binary101011011100000110001011
Octal255301213

Shades and tints

Shades of #ADC18B

#ADC18B
(173,193,139)
#9EB07F
(158,176,127)
#8F9F73
(143,159,115)
#808E67
(128,142,103)
#717D5B
(113,125,91)
#626C4F
(98,108,79)
#535B43
(83,91,67)
#444A37
(68,74,55)
#35392B
(53,57,43)
#26281F
(38,40,31)
#171713
(23,23,19)
#000000
(0,0,0)

Tints of #ADC18B

#ADC18B
(173,193,139)
#B4C695
(180,198,149)
#BBCB9F
(187,203,159)
#C2D0A9
(194,208,169)
#C9D5B3
(201,213,179)
#D0DABD
(208,218,189)
#D7DFC7
(215,223,199)
#DEE4D1
(222,228,209)
#E5E9DB
(229,233,219)
#ECEEE5
(236,238,229)
#F3F3EF
(243,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADC18B color. Also use rgb(173,193,139) instead hex code.

Text Font Color

.myTextColor { color: #ADC18B; }

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

This text font color is #ADC18B.


Background Color

.myBgColor { background-color: #ADC18B; }

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

This div background color is #ADC18B.


Border color

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

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

This div border color is #ADC18B.


Opacity

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

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

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

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

This text has shadow with #ADC18B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADC18B on black background.


Color preview on white background

This text has color #ADC18B on white background.



Black color preview on #ADC18B background

This text has black color on #ADC18B background.


White color preview on #ADC18B background

This text has white color on #ADC18B background.