COLOR #ADC8AD

HEX: #ADC8AD
RGB: (173,200,173)

Renk bilgisi

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

RGB renk modeli

#ADC8AD color RGB value is (173,200,173).

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

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 200 of 255 = 78%
B 173 of 255 = 68%

173
200
173

R + G + B ~ 71%. #ADC8AD is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 200 + 173 = 546 (100%)
R 173 of 546 ~ 31.68%
G 200 of 546 ~ 36.63%
B 173 of 546 ~ 31.68%

%31.68
%36.63
%31.68

CMYK RENK MODELİ

#ADC8AD rengi CMYK tonu (14,0,14,22).

  • camgöbeği tonu 13.50%
  • eflatun tonu 0.00%
  • sarı tonu 13.50%
  • ana renk tonu 21.57%
CMYK:
(14,0,14,22)
C14M0Y14K22 
(14%,0%,14%,22%)
(0.14/0.00/0.14/0.22)	

CMYK yüzdeleri

%13.5
%0
%13.5
%21.57

Codes

Color #ADC8AD in popluar color models

ADC8AD
RGB173200173
HSL120°19.71%73.14%
HSB/HSV120°13.50%78.43%
CMYK13.50%0.00%13.50%
21.57%

Color #ADC8AD in popluar number systems.

HEXADC8AD
Decimal173200173
Binary101011011100100010101101
Octal255310255

Shades and tints

Shades of #ADC8AD

#ADC8AD
(173,200,173)
#9EB69E
(158,182,158)
#8FA48F
(143,164,143)
#809280
(128,146,128)
#718071
(113,128,113)
#626E62
(98,110,98)
#535C53
(83,92,83)
#444A44
(68,74,68)
#353835
(53,56,53)
#262626
(38,38,38)
#171417
(23,20,23)
#000000
(0,0,0)

Tints of #ADC8AD

#ADC8AD
(173,200,173)
#B4CDB4
(180,205,180)
#BBD2BB
(187,210,187)
#C2D7C2
(194,215,194)
#C9DCC9
(201,220,201)
#D0E1D0
(208,225,208)
#D7E6D7
(215,230,215)
#DEEBDE
(222,235,222)
#E5F0E5
(229,240,229)
#ECF5EC
(236,245,236)
#F3FAF3
(243,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADC8AD; }

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

This text font color is #ADC8AD.


Background Color

.myBgColor { background-color: #ADC8AD; }

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

This div background color is #ADC8AD.


Border color

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

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

This div border color is #ADC8AD.


Opacity

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

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

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

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

This text has shadow with #ADC8AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADC8AD on black background.


Color preview on white background

This text has color #ADC8AD on white background.



Black color preview on #ADC8AD background

This text has black color on #ADC8AD background.


White color preview on #ADC8AD background

This text has white color on #ADC8AD background.