COLOR #ADB8AD

HEX: #ADB8AD
RGB: (173,184,173)

Renk bilgisi

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

RGB renk modeli

#ADB8AD color RGB value is (173,184,173).

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

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 184 of 255 = 72%
B 173 of 255 = 68%

173
184
173

R + G + B ~ 69%. #ADB8AD is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 184 + 173 = 530 (100%)
R 173 of 530 ~ 32.64%
G 184 of 530 ~ 34.72%
B 173 of 530 ~ 32.64%

%32.64
%34.72
%32.64

CMYK RENK MODELİ

#ADB8AD rengi CMYK tonu (6,0,6,28).

  • camgöbeği tonu 5.98%
  • eflatun tonu 0.00%
  • sarı tonu 5.98%
  • ana renk tonu 27.84%
CMYK:
(6,0,6,28)
C6M0Y6K28 
(6%,0%,6%,28%)
(0.06/0.00/0.06/0.28)	

CMYK yüzdeleri

%5.98
%0
%5.98
%27.84

Codes

Color #ADB8AD in popluar color models

ADB8AD
RGB173184173
HSL120°7.19%70.00%
HSB/HSV120°5.98%72.16%
CMYK5.98%0.00%5.98%
27.84%

Color #ADB8AD in popluar number systems.

HEXADB8AD
Decimal173184173
Binary101011011011100010101101
Octal255270255

Shades and tints

Shades of #ADB8AD

#ADB8AD
(173,184,173)
#9EA89E
(158,168,158)
#8F988F
(143,152,143)
#808880
(128,136,128)
#717871
(113,120,113)
#626862
(98,104,98)
#535853
(83,88,83)
#444844
(68,72,68)
#353835
(53,56,53)
#262826
(38,40,38)
#171817
(23,24,23)
#000000
(0,0,0)

Tints of #ADB8AD

#ADB8AD
(173,184,173)
#B4BEB4
(180,190,180)
#BBC4BB
(187,196,187)
#C2CAC2
(194,202,194)
#C9D0C9
(201,208,201)
#D0D6D0
(208,214,208)
#D7DCD7
(215,220,215)
#DEE2DE
(222,226,222)
#E5E8E5
(229,232,229)
#ECEEEC
(236,238,236)
#F3F4F3
(243,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADB8AD; }

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

This text font color is #ADB8AD.


Background Color

.myBgColor { background-color: #ADB8AD; }

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

This div background color is #ADB8AD.


Border color

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

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

This div border color is #ADB8AD.


Opacity

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

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

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

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

This text has shadow with #ADB8AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADB8AD on black background.


Color preview on white background

This text has color #ADB8AD on white background.



Black color preview on #ADB8AD background

This text has black color on #ADB8AD background.


White color preview on #ADB8AD background

This text has white color on #ADB8AD background.