COLOR #ADC7A5

HEX: #ADC7A5
RGB: (173,199,165)

Renk bilgisi

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

RGB renk modeli

#ADC7A5 color RGB value is (173,199,165).

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

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 199 of 255 = 78%
B 165 of 255 = 65%

173
199
165

R + G + B ~ 70%. #ADC7A5 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 199 + 165 = 537 (100%)
R 173 of 537 ~ 32.22%
G 199 of 537 ~ 37.06%
B 165 of 537 ~ 30.73%

%32.22
%37.06
%30.73

CMYK RENK MODELİ

#ADC7A5 rengi CMYK tonu (13,0,17,22).

  • camgöbeği tonu 13.07%
  • eflatun tonu 0.00%
  • sarı tonu 17.09%
  • ana renk tonu 21.96%
CMYK:
(13,0,17,22)
C13M0Y17K22 
(13%,0%,17%,22%)
(0.13/0.00/0.17/0.22)	

CMYK yüzdeleri

%13.07
%0
%17.09
%21.96

Codes

Color #ADC7A5 in popluar color models

ADC7A5
RGB173199165
HSL106°23.29%71.37%
HSB/HSV106°17.09%78.04%
CMYK13.07%0.00%17.09%
21.96%

Color #ADC7A5 in popluar number systems.

HEXADC7A5
Decimal173199165
Binary101011011100011110100101
Octal255307245

Shades and tints

Shades of #ADC7A5

#ADC7A5
(173,199,165)
#9EB596
(158,181,150)
#8FA387
(143,163,135)
#809178
(128,145,120)
#717F69
(113,127,105)
#626D5A
(98,109,90)
#535B4B
(83,91,75)
#44493C
(68,73,60)
#35372D
(53,55,45)
#26251E
(38,37,30)
#17130F
(23,19,15)
#000000
(0,0,0)

Tints of #ADC7A5

#ADC7A5
(173,199,165)
#B4CCAD
(180,204,173)
#BBD1B5
(187,209,181)
#C2D6BD
(194,214,189)
#C9DBC5
(201,219,197)
#D0E0CD
(208,224,205)
#D7E5D5
(215,229,213)
#DEEADD
(222,234,221)
#E5EFE5
(229,239,229)
#ECF4ED
(236,244,237)
#F3F9F5
(243,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADC7A5; }

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

This text font color is #ADC7A5.


Background Color

.myBgColor { background-color: #ADC7A5; }

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

This div background color is #ADC7A5.


Border color

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

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

This div border color is #ADC7A5.


Opacity

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

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

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

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

This text has shadow with #ADC7A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADC7A5 on black background.


Color preview on white background

This text has color #ADC7A5 on white background.



Black color preview on #ADC7A5 background

This text has black color on #ADC7A5 background.


White color preview on #ADC7A5 background

This text has white color on #ADC7A5 background.