COLOR #ADB5FF

HEX: #ADB5FF
RGB: (173,181,255)

Renk bilgisi

#ADB5FF contains mainly blue color. #ADB5FF ‘ nin web güvenlik rengi #99CCFF (ya da #9CF) dir.

RGB renk modeli

#ADB5FF color RGB value is (173,181,255).

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

RGB bağlantıları ve doygunluk

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

173
181
255

R + G + B ~ 80%. #ADB5FF is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 181 + 255 = 609 (100%)
R 173 of 609 ~ 28.41%
G 181 of 609 ~ 29.72%
B 255 of 609 ~ 41.87%

%28.41
%29.72
%41.87

CMYK RENK MODELİ

#ADB5FF rengi CMYK tonu (32,29,0,0).

  • camgöbeği tonu 32.16%
  • eflatun tonu 29.02%
  • sarı tonu 0.00%
  • ana renk tonu 0.00%
CMYK:
(32,29,0,0)
C32M29Y0K0 
(32%,29%,0%,0%)
(0.32/0.29/0.00/0.00)	

CMYK yüzdeleri

%32.16
%29.02
%0
%0

Codes

Color #ADB5FF in popluar color models

ADB5FF
RGB173181255
HSL234°100.00%83.92%
HSB/HSV234°32.16%100.00%
CMYK32.16%29.02%0.00%
0.00%

Color #ADB5FF in popluar number systems.

HEXADB5FF
Decimal173181255
Binary101011011011010111111111
Octal255265377

Shades and tints

Shades of #ADB5FF

#ADB5FF
(173,181,255)
#9EA5E8
(158,165,232)
#8F95D1
(143,149,209)
#8085BA
(128,133,186)
#7175A3
(113,117,163)
#62658C
(98,101,140)
#535575
(83,85,117)
#44455E
(68,69,94)
#353547
(53,53,71)
#262530
(38,37,48)
#171519
(23,21,25)
#000000
(0,0,0)

Tints of #ADB5FF

#ADB5FF
(173,181,255)
#B4BBFF
(180,187,255)
#BBC1FF
(187,193,255)
#C2C7FF
(194,199,255)
#C9CDFF
(201,205,255)
#D0D3FF
(208,211,255)
#D7D9FF
(215,217,255)
#DEDFFF
(222,223,255)
#E5E5FF
(229,229,255)
#ECEBFF
(236,235,255)
#F3F1FF
(243,241,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADB5FF; }

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

This text font color is #ADB5FF.


Background Color

.myBgColor { background-color: #ADB5FF; }

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

This div background color is #ADB5FF.


Border color

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

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

This div border color is #ADB5FF.


Opacity

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

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

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

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

This text has shadow with #ADB5FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADB5FF on black background.


Color preview on white background

This text has color #ADB5FF on white background.



Black color preview on #ADB5FF background

This text has black color on #ADB5FF background.


White color preview on #ADB5FF background

This text has white color on #ADB5FF background.