COLOR #ADADB5

HEX: #ADADB5
RGB: (173,173,181)

Renk bilgisi

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

RGB renk modeli

#ADADB5 color RGB value is (173,173,181).

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

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 173 of 255 = 68%
B 181 of 255 = 71%

173
173
181

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 173 + 181 = 527 (100%)
R 173 of 527 ~ 32.83%
G 173 of 527 ~ 32.83%
B 181 of 527 ~ 34.35%

%32.83
%32.83
%34.35

CMYK RENK MODELİ

#ADADB5 rengi CMYK tonu (4,4,0,29).

  • camgöbeği tonu 4.42%
  • eflatun tonu 4.42%
  • sarı tonu 0.00%
  • ana renk tonu 29.02%
CMYK:
(4,4,0,29)
C4M4Y0K29 
(4%,4%,0%,29%)
(0.04/0.04/0.00/0.29)	

CMYK yüzdeleri

%4.42
%4.42
%0
%29.02

Codes

Color #ADADB5 in popluar color models

ADADB5
RGB173173181
HSL240°5.13%69.41%
HSB/HSV240°4.42%70.98%
CMYK4.42%4.42%0.00%
29.02%

Color #ADADB5 in popluar number systems.

HEXADADB5
Decimal173173181
Binary101011011010110110110101
Octal255255265

Shades and tints

Shades of #ADADB5

#ADADB5
(173,173,181)
#9E9EA5
(158,158,165)
#8F8F95
(143,143,149)
#808085
(128,128,133)
#717175
(113,113,117)
#626265
(98,98,101)
#535355
(83,83,85)
#444445
(68,68,69)
#353535
(53,53,53)
#262625
(38,38,37)
#171715
(23,23,21)
#000000
(0,0,0)

Tints of #ADADB5

#ADADB5
(173,173,181)
#B4B4BB
(180,180,187)
#BBBBC1
(187,187,193)
#C2C2C7
(194,194,199)
#C9C9CD
(201,201,205)
#D0D0D3
(208,208,211)
#D7D7D9
(215,215,217)
#DEDEDF
(222,222,223)
#E5E5E5
(229,229,229)
#ECECEB
(236,236,235)
#F3F3F1
(243,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADADB5; }

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

This text font color is #ADADB5.


Background Color

.myBgColor { background-color: #ADADB5; }

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

This div background color is #ADADB5.


Border color

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

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

This div border color is #ADADB5.


Opacity

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

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

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

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

This text has shadow with #ADADB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADADB5 on black background.


Color preview on white background

This text has color #ADADB5 on white background.



Black color preview on #ADADB5 background

This text has black color on #ADADB5 background.


White color preview on #ADADB5 background

This text has white color on #ADADB5 background.