COLOR #ADA8B9

HEX: #ADA8B9
RGB: (173,168,185)

Renk bilgisi

#ADA8B9 contains red, green and blue colors in about the same proportion. #ADA8B9 ‘ nin web güvenlik rengi #9999CC (ya da #99C) dir.

RGB renk modeli

#ADA8B9 color RGB value is (173,168,185).

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

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 168 of 255 = 66%
B 185 of 255 = 73%

173
168
185

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 168 + 185 = 526 (100%)
R 173 of 526 ~ 32.89%
G 168 of 526 ~ 31.94%
B 185 of 526 ~ 35.17%

%32.89
%31.94
%35.17

CMYK RENK MODELİ

#ADA8B9 rengi CMYK tonu (6,9,0,27).

  • camgöbeği tonu 6.49%
  • eflatun tonu 9.19%
  • sarı tonu 0.00%
  • ana renk tonu 27.45%
CMYK:
(6,9,0,27)
C6M9Y0K27 
(6%,9%,0%,27%)
(0.06/0.09/0.00/0.27)	

CMYK yüzdeleri

%6.49
%9.19
%0
%27.45

Codes

Color #ADA8B9 in popluar color models

ADA8B9
RGB173168185
HSL258°10.83%69.22%
HSB/HSV258°9.19%72.55%
CMYK6.49%9.19%0.00%
27.45%

Color #ADA8B9 in popluar number systems.

HEXADA8B9
Decimal173168185
Binary101011011010100010111001
Octal255250271

Shades and tints

Shades of #ADA8B9

#ADA8B9
(173,168,185)
#9E99A9
(158,153,169)
#8F8A99
(143,138,153)
#807B89
(128,123,137)
#716C79
(113,108,121)
#625D69
(98,93,105)
#534E59
(83,78,89)
#443F49
(68,63,73)
#353039
(53,48,57)
#262129
(38,33,41)
#171219
(23,18,25)
#000000
(0,0,0)

Tints of #ADA8B9

#ADA8B9
(173,168,185)
#B4AFBF
(180,175,191)
#BBB6C5
(187,182,197)
#C2BDCB
(194,189,203)
#C9C4D1
(201,196,209)
#D0CBD7
(208,203,215)
#D7D2DD
(215,210,221)
#DED9E3
(222,217,227)
#E5E0E9
(229,224,233)
#ECE7EF
(236,231,239)
#F3EEF5
(243,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADA8B9; }

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

This text font color is #ADA8B9.


Background Color

.myBgColor { background-color: #ADA8B9; }

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

This div background color is #ADA8B9.


Border color

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

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

This div border color is #ADA8B9.


Opacity

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

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

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

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

This text has shadow with #ADA8B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADA8B9 on black background.


Color preview on white background

This text has color #ADA8B9 on white background.



Black color preview on #ADA8B9 background

This text has black color on #ADA8B9 background.


White color preview on #ADA8B9 background

This text has white color on #ADA8B9 background.