COLOR #ADC085

HEX: #ADC085
RGB: (173,192,133)

Renk bilgisi

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

RGB renk modeli

#ADC085 color RGB value is (173,192,133).

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

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 192 of 255 = 75%
B 133 of 255 = 52%

173
192
133

R + G + B ~ 65%. #ADC085 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 192 + 133 = 498 (100%)
R 173 of 498 ~ 34.74%
G 192 of 498 ~ 38.55%
B 133 of 498 ~ 26.71%

%34.74
%38.55
%26.71

CMYK RENK MODELİ

#ADC085 rengi CMYK tonu (10,0,31,25).

  • camgöbeği tonu 9.90%
  • eflatun tonu 0.00%
  • sarı tonu 30.73%
  • ana renk tonu 24.71%
CMYK:
(10,0,31,25)
C10M0Y31K25 
(10%,0%,31%,25%)
(0.10/0.00/0.31/0.25)	

CMYK yüzdeleri

%9.9
%0
%30.73
%24.71

Codes

Color #ADC085 in popluar color models

ADC085
RGB173192133
HSL79°31.89%63.73%
HSB/HSV79°30.73%75.29%
CMYK9.90%0.00%30.73%
24.71%

Color #ADC085 in popluar number systems.

HEXADC085
Decimal173192133
Binary101011011100000010000101
Octal255300205

Shades and tints

Shades of #ADC085

#ADC085
(173,192,133)
#9EAF79
(158,175,121)
#8F9E6D
(143,158,109)
#808D61
(128,141,97)
#717C55
(113,124,85)
#626B49
(98,107,73)
#535A3D
(83,90,61)
#444931
(68,73,49)
#353825
(53,56,37)
#262719
(38,39,25)
#17160D
(23,22,13)
#000000
(0,0,0)

Tints of #ADC085

#ADC085
(173,192,133)
#B4C590
(180,197,144)
#BBCA9B
(187,202,155)
#C2CFA6
(194,207,166)
#C9D4B1
(201,212,177)
#D0D9BC
(208,217,188)
#D7DEC7
(215,222,199)
#DEE3D2
(222,227,210)
#E5E8DD
(229,232,221)
#ECEDE8
(236,237,232)
#F3F2F3
(243,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADC085; }

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

This text font color is #ADC085.


Background Color

.myBgColor { background-color: #ADC085; }

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

This div background color is #ADC085.


Border color

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

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

This div border color is #ADC085.


Opacity

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

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

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

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

This text has shadow with #ADC085 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADC085 on black background.


Color preview on white background

This text has color #ADC085 on white background.



Black color preview on #ADC085 background

This text has black color on #ADC085 background.


White color preview on #ADC085 background

This text has white color on #ADC085 background.