COLOR #ADB5D6

HEX: #ADB5D6
RGB: (173,181,214)

Renk bilgisi

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

RGB renk modeli

#ADB5D6 color RGB value is (173,181,214).

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

RGB bağlantıları ve doygunluk

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

173
181
214

R + G + B ~ 74%. #ADB5D6 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 181 + 214 = 568 (100%)
R 173 of 568 ~ 30.46%
G 181 of 568 ~ 31.87%
B 214 of 568 ~ 37.68%

%30.46
%31.87
%37.68

CMYK RENK MODELİ

#ADB5D6 rengi CMYK tonu (19,15,0,16).

  • camgöbeği tonu 19.16%
  • eflatun tonu 15.42%
  • sarı tonu 0.00%
  • ana renk tonu 16.08%
CMYK:
(19,15,0,16)
C19M15Y0K16 
(19%,15%,0%,16%)
(0.19/0.15/0.00/0.16)	

CMYK yüzdeleri

%19.16
%15.42
%0
%16.08

Codes

Color #ADB5D6 in popluar color models

ADB5D6
RGB173181214
HSL228°33.33%75.88%
HSB/HSV228°19.16%83.92%
CMYK19.16%15.42%0.00%
16.08%

Color #ADB5D6 in popluar number systems.

HEXADB5D6
Decimal173181214
Binary101011011011010111010110
Octal255265326

Shades and tints

Shades of #ADB5D6

#ADB5D6
(173,181,214)
#9EA5C3
(158,165,195)
#8F95B0
(143,149,176)
#80859D
(128,133,157)
#71758A
(113,117,138)
#626577
(98,101,119)
#535564
(83,85,100)
#444551
(68,69,81)
#35353E
(53,53,62)
#26252B
(38,37,43)
#171518
(23,21,24)
#000000
(0,0,0)

Tints of #ADB5D6

#ADB5D6
(173,181,214)
#B4BBD9
(180,187,217)
#BBC1DC
(187,193,220)
#C2C7DF
(194,199,223)
#C9CDE2
(201,205,226)
#D0D3E5
(208,211,229)
#D7D9E8
(215,217,232)
#DEDFEB
(222,223,235)
#E5E5EE
(229,229,238)
#ECEBF1
(236,235,241)
#F3F1F4
(243,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADB5D6; }

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

This text font color is #ADB5D6.


Background Color

.myBgColor { background-color: #ADB5D6; }

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

This div background color is #ADB5D6.


Border color

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

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

This div border color is #ADB5D6.


Opacity

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

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

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

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

This text has shadow with #ADB5D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADB5D6 on black background.


Color preview on white background

This text has color #ADB5D6 on white background.



Black color preview on #ADB5D6 background

This text has black color on #ADB5D6 background.


White color preview on #ADB5D6 background

This text has white color on #ADB5D6 background.