COLOR #ADB9AF

HEX: #ADB9AF
RGB: (173,185,175)

Renk bilgisi

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

RGB renk modeli

#ADB9AF color RGB value is (173,185,175).

  • kırmız ton 173;
  • yeşil ton 185;
  • mavi ton 175.
RGB:
(173,185,175)
(68%,73%,69%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 185 of 255 = 73%
B 175 of 255 = 69%

173
185
175

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 185 + 175 = 533 (100%)
R 173 of 533 ~ 32.46%
G 185 of 533 ~ 34.71%
B 175 of 533 ~ 32.83%

%32.46
%34.71
%32.83

CMYK RENK MODELİ

#ADB9AF rengi CMYK tonu (6,0,5,27).

  • camgöbeği tonu 6.49%
  • eflatun tonu 0.00%
  • sarı tonu 5.41%
  • ana renk tonu 27.45%
CMYK:
(6,0,5,27)
C6M0Y5K27 
(6%,0%,5%,27%)
(0.06/0.00/0.05/0.27)	

CMYK yüzdeleri

%6.49
%0
%5.41
%27.45

Codes

Color #ADB9AF in popluar color models

ADB9AF
RGB173185175
HSL130°7.89%70.20%
HSB/HSV130°6.49%72.55%
CMYK6.49%0.00%5.41%
27.45%

Color #ADB9AF in popluar number systems.

HEXADB9AF
Decimal173185175
Binary101011011011100110101111
Octal255271257

Shades and tints

Shades of #ADB9AF

#ADB9AF
(173,185,175)
#9EA9A0
(158,169,160)
#8F9991
(143,153,145)
#808982
(128,137,130)
#717973
(113,121,115)
#626964
(98,105,100)
#535955
(83,89,85)
#444946
(68,73,70)
#353937
(53,57,55)
#262928
(38,41,40)
#171919
(23,25,25)
#000000
(0,0,0)

Tints of #ADB9AF

#ADB9AF
(173,185,175)
#B4BFB6
(180,191,182)
#BBC5BD
(187,197,189)
#C2CBC4
(194,203,196)
#C9D1CB
(201,209,203)
#D0D7D2
(208,215,210)
#D7DDD9
(215,221,217)
#DEE3E0
(222,227,224)
#E5E9E7
(229,233,231)
#ECEFEE
(236,239,238)
#F3F5F5
(243,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADB9AF; }

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

This text font color is #ADB9AF.


Background Color

.myBgColor { background-color: #ADB9AF; }

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

This div background color is #ADB9AF.


Border color

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

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

This div border color is #ADB9AF.


Opacity

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

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

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

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

This text has shadow with #ADB9AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADB9AF on black background.


Color preview on white background

This text has color #ADB9AF on white background.



Black color preview on #ADB9AF background

This text has black color on #ADB9AF background.


White color preview on #ADB9AF background

This text has white color on #ADB9AF background.