COLOR #ADB8A2

HEX: #ADB8A2
RGB: (173,184,162)

Renk bilgisi

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

RGB renk modeli

#ADB8A2 color RGB value is (173,184,162).

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

RGB bağlantıları ve doygunluk

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

173
184
162

R + G + B ~ 68%. #ADB8A2 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 184 + 162 = 519 (100%)
R 173 of 519 ~ 33.33%
G 184 of 519 ~ 35.45%
B 162 of 519 ~ 31.21%

%33.33
%35.45
%31.21

CMYK RENK MODELİ

#ADB8A2 rengi CMYK tonu (6,0,12,28).

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

CMYK yüzdeleri

%5.98
%0
%11.96
%27.84

Codes

Color #ADB8A2 in popluar color models

ADB8A2
RGB173184162
HSL90°13.41%67.84%
HSB/HSV90°11.96%72.16%
CMYK5.98%0.00%11.96%
27.84%

Color #ADB8A2 in popluar number systems.

HEXADB8A2
Decimal173184162
Binary101011011011100010100010
Octal255270242

Shades and tints

Shades of #ADB8A2

#ADB8A2
(173,184,162)
#9EA894
(158,168,148)
#8F9886
(143,152,134)
#808878
(128,136,120)
#71786A
(113,120,106)
#62685C
(98,104,92)
#53584E
(83,88,78)
#444840
(68,72,64)
#353832
(53,56,50)
#262824
(38,40,36)
#171816
(23,24,22)
#000000
(0,0,0)

Tints of #ADB8A2

#ADB8A2
(173,184,162)
#B4BEAA
(180,190,170)
#BBC4B2
(187,196,178)
#C2CABA
(194,202,186)
#C9D0C2
(201,208,194)
#D0D6CA
(208,214,202)
#D7DCD2
(215,220,210)
#DEE2DA
(222,226,218)
#E5E8E2
(229,232,226)
#ECEEEA
(236,238,234)
#F3F4F2
(243,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADB8A2; }

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

This text font color is #ADB8A2.


Background Color

.myBgColor { background-color: #ADB8A2; }

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

This div background color is #ADB8A2.


Border color

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

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

This div border color is #ADB8A2.


Opacity

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

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

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

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

This text has shadow with #ADB8A2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADB8A2 on black background.


Color preview on white background

This text has color #ADB8A2 on white background.



Black color preview on #ADB8A2 background

This text has black color on #ADB8A2 background.


White color preview on #ADB8A2 background

This text has white color on #ADB8A2 background.