COLOR #ADB5C1

HEX: #ADB5C1
RGB: (173,181,193)

Renk bilgisi

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

RGB renk modeli

#ADB5C1 color RGB value is (173,181,193).

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

RGB bağlantıları ve doygunluk

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

173
181
193

R + G + B ~ 72%. #ADB5C1 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 181 + 193 = 547 (100%)
R 173 of 547 ~ 31.63%
G 181 of 547 ~ 33.09%
B 193 of 547 ~ 35.28%

%31.63
%33.09
%35.28

CMYK RENK MODELİ

#ADB5C1 rengi CMYK tonu (10,6,0,24).

  • camgöbeği tonu 10.36%
  • eflatun tonu 6.22%
  • sarı tonu 0.00%
  • ana renk tonu 24.31%
CMYK:
(10,6,0,24)
C10M6Y0K24 
(10%,6%,0%,24%)
(0.10/0.06/0.00/0.24)	

CMYK yüzdeleri

%10.36
%6.22
%0
%24.31

Codes

Color #ADB5C1 in popluar color models

ADB5C1
RGB173181193
HSL216°13.89%71.76%
HSB/HSV216°10.36%75.69%
CMYK10.36%6.22%0.00%
24.31%

Color #ADB5C1 in popluar number systems.

HEXADB5C1
Decimal173181193
Binary101011011011010111000001
Octal255265301

Shades and tints

Shades of #ADB5C1

#ADB5C1
(173,181,193)
#9EA5B0
(158,165,176)
#8F959F
(143,149,159)
#80858E
(128,133,142)
#71757D
(113,117,125)
#62656C
(98,101,108)
#53555B
(83,85,91)
#44454A
(68,69,74)
#353539
(53,53,57)
#262528
(38,37,40)
#171517
(23,21,23)
#000000
(0,0,0)

Tints of #ADB5C1

#ADB5C1
(173,181,193)
#B4BBC6
(180,187,198)
#BBC1CB
(187,193,203)
#C2C7D0
(194,199,208)
#C9CDD5
(201,205,213)
#D0D3DA
(208,211,218)
#D7D9DF
(215,217,223)
#DEDFE4
(222,223,228)
#E5E5E9
(229,229,233)
#ECEBEE
(236,235,238)
#F3F1F3
(243,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADB5C1; }

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

This text font color is #ADB5C1.


Background Color

.myBgColor { background-color: #ADB5C1; }

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

This div background color is #ADB5C1.


Border color

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

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

This div border color is #ADB5C1.


Opacity

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

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

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

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

This text has shadow with #ADB5C1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADB5C1 on black background.


Color preview on white background

This text has color #ADB5C1 on white background.



Black color preview on #ADB5C1 background

This text has black color on #ADB5C1 background.


White color preview on #ADB5C1 background

This text has white color on #ADB5C1 background.