COLOR #ADB1DB

HEX: #ADB1DB
RGB: (173,177,219)

Renk bilgisi

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

RGB renk modeli

#ADB1DB color RGB value is (173,177,219).

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

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 177 of 255 = 69%
B 219 of 255 = 86%

173
177
219

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 177 + 219 = 569 (100%)
R 173 of 569 ~ 30.4%
G 177 of 569 ~ 31.11%
B 219 of 569 ~ 38.49%

%30.4
%31.11
%38.49

CMYK RENK MODELİ

#ADB1DB rengi CMYK tonu (21,19,0,14).

  • camgöbeği tonu 21.00%
  • eflatun tonu 19.18%
  • sarı tonu 0.00%
  • ana renk tonu 14.12%
CMYK:
(21,19,0,14)
C21M19Y0K14 
(21%,19%,0%,14%)
(0.21/0.19/0.00/0.14)	

CMYK yüzdeleri

%21
%19.18
%0
%14.12

Codes

Color #ADB1DB in popluar color models

ADB1DB
RGB173177219
HSL235°38.98%76.86%
HSB/HSV235°21.00%85.88%
CMYK21.00%19.18%0.00%
14.12%

Color #ADB1DB in popluar number systems.

HEXADB1DB
Decimal173177219
Binary101011011011000111011011
Octal255261333

Shades and tints

Shades of #ADB1DB

#ADB1DB
(173,177,219)
#9EA1C8
(158,161,200)
#8F91B5
(143,145,181)
#8081A2
(128,129,162)
#71718F
(113,113,143)
#62617C
(98,97,124)
#535169
(83,81,105)
#444156
(68,65,86)
#353143
(53,49,67)
#262130
(38,33,48)
#17111D
(23,17,29)
#000000
(0,0,0)

Tints of #ADB1DB

#ADB1DB
(173,177,219)
#B4B8DE
(180,184,222)
#BBBFE1
(187,191,225)
#C2C6E4
(194,198,228)
#C9CDE7
(201,205,231)
#D0D4EA
(208,212,234)
#D7DBED
(215,219,237)
#DEE2F0
(222,226,240)
#E5E9F3
(229,233,243)
#ECF0F6
(236,240,246)
#F3F7F9
(243,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADB1DB; }

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

This text font color is #ADB1DB.


Background Color

.myBgColor { background-color: #ADB1DB; }

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

This div background color is #ADB1DB.


Border color

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

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

This div border color is #ADB1DB.


Opacity

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

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

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

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

This text has shadow with #ADB1DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADB1DB on black background.


Color preview on white background

This text has color #ADB1DB on white background.



Black color preview on #ADB1DB background

This text has black color on #ADB1DB background.


White color preview on #ADB1DB background

This text has white color on #ADB1DB background.