COLOR #ADC093

HEX: #ADC093
RGB: (173,192,147)

Renk bilgisi

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

RGB renk modeli

#ADC093 color RGB value is (173,192,147).

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

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 192 of 255 = 75%
B 147 of 255 = 58%

173
192
147

R + G + B ~ 67%. #ADC093 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 192 + 147 = 512 (100%)
R 173 of 512 ~ 33.79%
G 192 of 512 ~ 37.5%
B 147 of 512 ~ 28.71%

%33.79
%37.5
%28.71

CMYK RENK MODELİ

#ADC093 rengi CMYK tonu (10,0,23,25).

  • camgöbeği tonu 9.90%
  • eflatun tonu 0.00%
  • sarı tonu 23.44%
  • ana renk tonu 24.71%
CMYK:
(10,0,23,25)
C10M0Y23K25 
(10%,0%,23%,25%)
(0.10/0.00/0.23/0.25)	

CMYK yüzdeleri

%9.9
%0
%23.44
%24.71

Codes

Color #ADC093 in popluar color models

ADC093
RGB173192147
HSL85°26.32%66.47%
HSB/HSV85°23.44%75.29%
CMYK9.90%0.00%23.44%
24.71%

Color #ADC093 in popluar number systems.

HEXADC093
Decimal173192147
Binary101011011100000010010011
Octal255300223

Shades and tints

Shades of #ADC093

#ADC093
(173,192,147)
#9EAF86
(158,175,134)
#8F9E79
(143,158,121)
#808D6C
(128,141,108)
#717C5F
(113,124,95)
#626B52
(98,107,82)
#535A45
(83,90,69)
#444938
(68,73,56)
#35382B
(53,56,43)
#26271E
(38,39,30)
#171611
(23,22,17)
#000000
(0,0,0)

Tints of #ADC093

#ADC093
(173,192,147)
#B4C59C
(180,197,156)
#BBCAA5
(187,202,165)
#C2CFAE
(194,207,174)
#C9D4B7
(201,212,183)
#D0D9C0
(208,217,192)
#D7DEC9
(215,222,201)
#DEE3D2
(222,227,210)
#E5E8DB
(229,232,219)
#ECEDE4
(236,237,228)
#F3F2ED
(243,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADC093; }

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

This text font color is #ADC093.


Background Color

.myBgColor { background-color: #ADC093; }

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

This div background color is #ADC093.


Border color

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

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

This div border color is #ADC093.


Opacity

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

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

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

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

This text has shadow with #ADC093 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADC093 on black background.


Color preview on white background

This text has color #ADC093 on white background.



Black color preview on #ADC093 background

This text has black color on #ADC093 background.


White color preview on #ADC093 background

This text has white color on #ADC093 background.