COLOR #ADC0AA

HEX: #ADC0AA
RGB: (173,192,170)

Renk bilgisi

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

RGB renk modeli

#ADC0AA color RGB value is (173,192,170).

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

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 192 of 255 = 75%
B 170 of 255 = 67%

173
192
170

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 192 + 170 = 535 (100%)
R 173 of 535 ~ 32.34%
G 192 of 535 ~ 35.89%
B 170 of 535 ~ 31.78%

%32.34
%35.89
%31.78

CMYK RENK MODELİ

#ADC0AA rengi CMYK tonu (10,0,11,25).

  • camgöbeği tonu 9.90%
  • eflatun tonu 0.00%
  • sarı tonu 11.46%
  • ana renk tonu 24.71%
CMYK:
(10,0,11,25)
C10M0Y11K25 
(10%,0%,11%,25%)
(0.10/0.00/0.11/0.25)	

CMYK yüzdeleri

%9.9
%0
%11.46
%24.71

Codes

Color #ADC0AA in popluar color models

ADC0AA
RGB173192170
HSL112°14.86%70.98%
HSB/HSV112°11.46%75.29%
CMYK9.90%0.00%11.46%
24.71%

Color #ADC0AA in popluar number systems.

HEXADC0AA
Decimal173192170
Binary101011011100000010101010
Octal255300252

Shades and tints

Shades of #ADC0AA

#ADC0AA
(173,192,170)
#9EAF9B
(158,175,155)
#8F9E8C
(143,158,140)
#808D7D
(128,141,125)
#717C6E
(113,124,110)
#626B5F
(98,107,95)
#535A50
(83,90,80)
#444941
(68,73,65)
#353832
(53,56,50)
#262723
(38,39,35)
#171614
(23,22,20)
#000000
(0,0,0)

Tints of #ADC0AA

#ADC0AA
(173,192,170)
#B4C5B1
(180,197,177)
#BBCAB8
(187,202,184)
#C2CFBF
(194,207,191)
#C9D4C6
(201,212,198)
#D0D9CD
(208,217,205)
#D7DED4
(215,222,212)
#DEE3DB
(222,227,219)
#E5E8E2
(229,232,226)
#ECEDE9
(236,237,233)
#F3F2F0
(243,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADC0AA; }

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

This text font color is #ADC0AA.


Background Color

.myBgColor { background-color: #ADC0AA; }

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

This div background color is #ADC0AA.


Border color

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

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

This div border color is #ADC0AA.


Opacity

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

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

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

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

This text has shadow with #ADC0AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADC0AA on black background.


Color preview on white background

This text has color #ADC0AA on white background.



Black color preview on #ADC0AA background

This text has black color on #ADC0AA background.


White color preview on #ADC0AA background

This text has white color on #ADC0AA background.