COLOR #ADB9DC

HEX: #ADB9DC
RGB: (173,185,220)

Renk bilgisi

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

RGB renk modeli

#ADB9DC color RGB value is (173,185,220).

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

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 185 of 255 = 73%
B 220 of 255 = 86%

173
185
220

R + G + B ~ 76%. #ADB9DC is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 185 + 220 = 578 (100%)
R 173 of 578 ~ 29.93%
G 185 of 578 ~ 32.01%
B 220 of 578 ~ 38.06%

%29.93
%32.01
%38.06

CMYK RENK MODELİ

#ADB9DC rengi CMYK tonu (21,16,0,14).

  • camgöbeği tonu 21.36%
  • eflatun tonu 15.91%
  • sarı tonu 0.00%
  • ana renk tonu 13.73%
CMYK:
(21,16,0,14)
C21M16Y0K14 
(21%,16%,0%,14%)
(0.21/0.16/0.00/0.14)	

CMYK yüzdeleri

%21.36
%15.91
%0
%13.73

Codes

Color #ADB9DC in popluar color models

ADB9DC
RGB173185220
HSL225°40.17%77.06%
HSB/HSV225°21.36%86.27%
CMYK21.36%15.91%0.00%
13.73%

Color #ADB9DC in popluar number systems.

HEXADB9DC
Decimal173185220
Binary101011011011100111011100
Octal255271334

Shades and tints

Shades of #ADB9DC

#ADB9DC
(173,185,220)
#9EA9C8
(158,169,200)
#8F99B4
(143,153,180)
#8089A0
(128,137,160)
#71798C
(113,121,140)
#626978
(98,105,120)
#535964
(83,89,100)
#444950
(68,73,80)
#35393C
(53,57,60)
#262928
(38,41,40)
#171914
(23,25,20)
#000000
(0,0,0)

Tints of #ADB9DC

#ADB9DC
(173,185,220)
#B4BFDF
(180,191,223)
#BBC5E2
(187,197,226)
#C2CBE5
(194,203,229)
#C9D1E8
(201,209,232)
#D0D7EB
(208,215,235)
#D7DDEE
(215,221,238)
#DEE3F1
(222,227,241)
#E5E9F4
(229,233,244)
#ECEFF7
(236,239,247)
#F3F5FA
(243,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADB9DC; }

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

This text font color is #ADB9DC.


Background Color

.myBgColor { background-color: #ADB9DC; }

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

This div background color is #ADB9DC.


Border color

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

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

This div border color is #ADB9DC.


Opacity

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

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

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

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

This text has shadow with #ADB9DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADB9DC on black background.


Color preview on white background

This text has color #ADB9DC on white background.



Black color preview on #ADB9DC background

This text has black color on #ADB9DC background.


White color preview on #ADB9DC background

This text has white color on #ADB9DC background.