COLOR #ADC19C

HEX: #ADC19C
RGB: (173,193,156)

Renk bilgisi

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

RGB renk modeli

#ADC19C color RGB value is (173,193,156).

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

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 193 of 255 = 76%
B 156 of 255 = 61%

173
193
156

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 193 + 156 = 522 (100%)
R 173 of 522 ~ 33.14%
G 193 of 522 ~ 36.97%
B 156 of 522 ~ 29.89%

%33.14
%36.97
%29.89

CMYK RENK MODELİ

#ADC19C rengi CMYK tonu (10,0,19,24).

  • camgöbeği tonu 10.36%
  • eflatun tonu 0.00%
  • sarı tonu 19.17%
  • ana renk tonu 24.31%
CMYK:
(10,0,19,24)
C10M0Y19K24 
(10%,0%,19%,24%)
(0.10/0.00/0.19/0.24)	

CMYK yüzdeleri

%10.36
%0
%19.17
%24.31

Codes

Color #ADC19C in popluar color models

ADC19C
RGB173193156
HSL92°22.98%68.43%
HSB/HSV92°19.17%75.69%
CMYK10.36%0.00%19.17%
24.31%

Color #ADC19C in popluar number systems.

HEXADC19C
Decimal173193156
Binary101011011100000110011100
Octal255301234

Shades and tints

Shades of #ADC19C

#ADC19C
(173,193,156)
#9EB08E
(158,176,142)
#8F9F80
(143,159,128)
#808E72
(128,142,114)
#717D64
(113,125,100)
#626C56
(98,108,86)
#535B48
(83,91,72)
#444A3A
(68,74,58)
#35392C
(53,57,44)
#26281E
(38,40,30)
#171710
(23,23,16)
#000000
(0,0,0)

Tints of #ADC19C

#ADC19C
(173,193,156)
#B4C6A5
(180,198,165)
#BBCBAE
(187,203,174)
#C2D0B7
(194,208,183)
#C9D5C0
(201,213,192)
#D0DAC9
(208,218,201)
#D7DFD2
(215,223,210)
#DEE4DB
(222,228,219)
#E5E9E4
(229,233,228)
#ECEEED
(236,238,237)
#F3F3F6
(243,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADC19C; }

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

This text font color is #ADC19C.


Background Color

.myBgColor { background-color: #ADC19C; }

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

This div background color is #ADC19C.


Border color

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

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

This div border color is #ADC19C.


Opacity

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

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

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

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

This text has shadow with #ADC19C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADC19C on black background.


Color preview on white background

This text has color #ADC19C on white background.



Black color preview on #ADC19C background

This text has black color on #ADC19C background.


White color preview on #ADC19C background

This text has white color on #ADC19C background.