COLOR #ADADB8

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

Renk bilgisi

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

RGB renk modeli

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

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

RGB bağlantıları ve doygunluk

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

173
173
184

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

Yüzdelerle RGB renk parçaları

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

%32.64
%32.64
%34.72

CMYK RENK MODELİ

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

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

CMYK yüzdeleri

%5.98
%5.98
%0
%27.84

Codes

Color #ADADB8 in popluar color models

ADADB8
RGB173173184
HSL240°7.19%70.00%
HSB/HSV240°5.98%72.16%
CMYK5.98%5.98%0.00%
27.84%

Color #ADADB8 in popluar number systems.

HEXADADB8
Decimal173173184
Binary101011011010110110111000
Octal255255270

Shades and tints

Shades of #ADADB8

#ADADB8
(173,173,184)
#9E9EA8
(158,158,168)
#8F8F98
(143,143,152)
#808088
(128,128,136)
#717178
(113,113,120)
#626268
(98,98,104)
#535358
(83,83,88)
#444448
(68,68,72)
#353538
(53,53,56)
#262628
(38,38,40)
#171718
(23,23,24)
#000000
(0,0,0)

Tints of #ADADB8

#ADADB8
(173,173,184)
#B4B4BE
(180,180,190)
#BBBBC4
(187,187,196)
#C2C2CA
(194,194,202)
#C9C9D0
(201,201,208)
#D0D0D6
(208,208,214)
#D7D7DC
(215,215,220)
#DEDEE2
(222,222,226)
#E5E5E8
(229,229,232)
#ECECEE
(236,236,238)
#F3F3F4
(243,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADADB8; }

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

This text font color is #ADADB8.


Background Color

.myBgColor { background-color: #ADADB8; }

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

This div background color is #ADADB8.


Border color

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

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

This div border color is #ADADB8.


Opacity

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

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

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

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

This text has shadow with #ADADB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADADB8 on black background.


Color preview on white background

This text has color #ADADB8 on white background.



Black color preview on #ADADB8 background

This text has black color on #ADADB8 background.


White color preview on #ADADB8 background

This text has white color on #ADADB8 background.