COLOR #ADB3D6

HEX: #ADB3D6
RGB: (173,179,214)

Renk bilgisi

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

RGB renk modeli

#ADB3D6 color RGB value is (173,179,214).

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

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 179 of 255 = 70%
B 214 of 255 = 84%

173
179
214

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 179 + 214 = 566 (100%)
R 173 of 566 ~ 30.57%
G 179 of 566 ~ 31.63%
B 214 of 566 ~ 37.81%

%30.57
%31.63
%37.81

CMYK RENK MODELİ

#ADB3D6 rengi CMYK tonu (19,16,0,16).

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

CMYK yüzdeleri

%19.16
%16.36
%0
%16.08

Codes

Color #ADB3D6 in popluar color models

ADB3D6
RGB173179214
HSL231°33.33%75.88%
HSB/HSV231°19.16%83.92%
CMYK19.16%16.36%0.00%
16.08%

Color #ADB3D6 in popluar number systems.

HEXADB3D6
Decimal173179214
Binary101011011011001111010110
Octal255263326

Shades and tints

Shades of #ADB3D6

#ADB3D6
(173,179,214)
#9EA3C3
(158,163,195)
#8F93B0
(143,147,176)
#80839D
(128,131,157)
#71738A
(113,115,138)
#626377
(98,99,119)
#535364
(83,83,100)
#444351
(68,67,81)
#35333E
(53,51,62)
#26232B
(38,35,43)
#171318
(23,19,24)
#000000
(0,0,0)

Tints of #ADB3D6

#ADB3D6
(173,179,214)
#B4B9D9
(180,185,217)
#BBBFDC
(187,191,220)
#C2C5DF
(194,197,223)
#C9CBE2
(201,203,226)
#D0D1E5
(208,209,229)
#D7D7E8
(215,215,232)
#DEDDEB
(222,221,235)
#E5E3EE
(229,227,238)
#ECE9F1
(236,233,241)
#F3EFF4
(243,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADB3D6; }

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

This text font color is #ADB3D6.


Background Color

.myBgColor { background-color: #ADB3D6; }

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

This div background color is #ADB3D6.


Border color

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

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

This div border color is #ADB3D6.


Opacity

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

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

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

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

This text has shadow with #ADB3D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADB3D6 on black background.


Color preview on white background

This text has color #ADB3D6 on white background.



Black color preview on #ADB3D6 background

This text has black color on #ADB3D6 background.


White color preview on #ADB3D6 background

This text has white color on #ADB3D6 background.