COLOR #ADC785

HEX: #ADC785
RGB: (173,199,133)

Renk bilgisi

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

RGB renk modeli

#ADC785 color RGB value is (173,199,133).

  • kırmız ton 173;
  • yeşil ton 199;
  • mavi ton 133.
RGB:
(173,199,133)
(68%,78%,52%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 199 of 255 = 78%
B 133 of 255 = 52%

173
199
133

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 199 + 133 = 505 (100%)
R 173 of 505 ~ 34.26%
G 199 of 505 ~ 39.41%
B 133 of 505 ~ 26.34%

%34.26
%39.41
%26.34

CMYK RENK MODELİ

#ADC785 rengi CMYK tonu (13,0,33,22).

  • camgöbeği tonu 13.07%
  • eflatun tonu 0.00%
  • sarı tonu 33.17%
  • ana renk tonu 21.96%
CMYK:
(13,0,33,22)
C13M0Y33K22 
(13%,0%,33%,22%)
(0.13/0.00/0.33/0.22)	

CMYK yüzdeleri

%13.07
%0
%33.17
%21.96

Codes

Color #ADC785 in popluar color models

ADC785
RGB173199133
HSL84°37.08%65.10%
HSB/HSV84°33.17%78.04%
CMYK13.07%0.00%33.17%
21.96%

Color #ADC785 in popluar number systems.

HEXADC785
Decimal173199133
Binary101011011100011110000101
Octal255307205

Shades and tints

Shades of #ADC785

#ADC785
(173,199,133)
#9EB579
(158,181,121)
#8FA36D
(143,163,109)
#809161
(128,145,97)
#717F55
(113,127,85)
#626D49
(98,109,73)
#535B3D
(83,91,61)
#444931
(68,73,49)
#353725
(53,55,37)
#262519
(38,37,25)
#17130D
(23,19,13)
#000000
(0,0,0)

Tints of #ADC785

#ADC785
(173,199,133)
#B4CC90
(180,204,144)
#BBD19B
(187,209,155)
#C2D6A6
(194,214,166)
#C9DBB1
(201,219,177)
#D0E0BC
(208,224,188)
#D7E5C7
(215,229,199)
#DEEAD2
(222,234,210)
#E5EFDD
(229,239,221)
#ECF4E8
(236,244,232)
#F3F9F3
(243,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADC785 color. Also use rgb(173,199,133) instead hex code.

Text Font Color

.myTextColor { color: #ADC785; }

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

This text font color is #ADC785.


Background Color

.myBgColor { background-color: #ADC785; }

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

This div background color is #ADC785.


Border color

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

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

This div border color is #ADC785.


Opacity

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

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

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

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

This text has shadow with #ADC785 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADC785 on black background.


Color preview on white background

This text has color #ADC785 on white background.



Black color preview on #ADC785 background

This text has black color on #ADC785 background.


White color preview on #ADC785 background

This text has white color on #ADC785 background.