COLOR #ADB3DB

HEX: #ADB3DB
RGB: (173,179,219)

Renk bilgisi

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

RGB renk modeli

#ADB3DB color RGB value is (173,179,219).

  • kırmız ton 173;
  • yeşil ton 179;
  • mavi ton 219.
RGB:
(173,179,219)
(68%,70%,86%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 179 of 255 = 70%
B 219 of 255 = 86%

173
179
219

R + G + B ~ 75%. #ADB3DB is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 179 + 219 = 571 (100%)
R 173 of 571 ~ 30.3%
G 179 of 571 ~ 31.35%
B 219 of 571 ~ 38.35%

%30.3
%31.35
%38.35

CMYK RENK MODELİ

#ADB3DB rengi CMYK tonu (21,18,0,14).

  • camgöbeği tonu 21.00%
  • eflatun tonu 18.26%
  • sarı tonu 0.00%
  • ana renk tonu 14.12%
CMYK:
(21,18,0,14)
C21M18Y0K14 
(21%,18%,0%,14%)
(0.21/0.18/0.00/0.14)	

CMYK yüzdeleri

%21
%18.26
%0
%14.12

Codes

Color #ADB3DB in popluar color models

ADB3DB
RGB173179219
HSL232°38.98%76.86%
HSB/HSV232°21.00%85.88%
CMYK21.00%18.26%0.00%
14.12%

Color #ADB3DB in popluar number systems.

HEXADB3DB
Decimal173179219
Binary101011011011001111011011
Octal255263333

Shades and tints

Shades of #ADB3DB

#ADB3DB
(173,179,219)
#9EA3C8
(158,163,200)
#8F93B5
(143,147,181)
#8083A2
(128,131,162)
#71738F
(113,115,143)
#62637C
(98,99,124)
#535369
(83,83,105)
#444356
(68,67,86)
#353343
(53,51,67)
#262330
(38,35,48)
#17131D
(23,19,29)
#000000
(0,0,0)

Tints of #ADB3DB

#ADB3DB
(173,179,219)
#B4B9DE
(180,185,222)
#BBBFE1
(187,191,225)
#C2C5E4
(194,197,228)
#C9CBE7
(201,203,231)
#D0D1EA
(208,209,234)
#D7D7ED
(215,215,237)
#DEDDF0
(222,221,240)
#E5E3F3
(229,227,243)
#ECE9F6
(236,233,246)
#F3EFF9
(243,239,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADB3DB; }

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

This text font color is #ADB3DB.


Background Color

.myBgColor { background-color: #ADB3DB; }

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

This div background color is #ADB3DB.


Border color

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

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

This div border color is #ADB3DB.


Opacity

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

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

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

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

This text has shadow with #ADB3DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADB3DB on black background.


Color preview on white background

This text has color #ADB3DB on white background.



Black color preview on #ADB3DB background

This text has black color on #ADB3DB background.


White color preview on #ADB3DB background

This text has white color on #ADB3DB background.