COLOR #ADB3D3

HEX: #ADB3D3
RGB: (173,179,211)

Renk bilgisi

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

RGB renk modeli

#ADB3D3 color RGB value is (173,179,211).

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

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 179 of 255 = 70%
B 211 of 255 = 83%

173
179
211

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 179 + 211 = 563 (100%)
R 173 of 563 ~ 30.73%
G 179 of 563 ~ 31.79%
B 211 of 563 ~ 37.48%

%30.73
%31.79
%37.48

CMYK RENK MODELİ

#ADB3D3 rengi CMYK tonu (18,15,0,17).

  • camgöbeği tonu 18.01%
  • eflatun tonu 15.17%
  • sarı tonu 0.00%
  • ana renk tonu 17.25%
CMYK:
(18,15,0,17)
C18M15Y0K17 
(18%,15%,0%,17%)
(0.18/0.15/0.00/0.17)	

CMYK yüzdeleri

%18.01
%15.17
%0
%17.25

Codes

Color #ADB3D3 in popluar color models

ADB3D3
RGB173179211
HSL231°30.16%75.29%
HSB/HSV231°18.01%82.75%
CMYK18.01%15.17%0.00%
17.25%

Color #ADB3D3 in popluar number systems.

HEXADB3D3
Decimal173179211
Binary101011011011001111010011
Octal255263323

Shades and tints

Shades of #ADB3D3

#ADB3D3
(173,179,211)
#9EA3C0
(158,163,192)
#8F93AD
(143,147,173)
#80839A
(128,131,154)
#717387
(113,115,135)
#626374
(98,99,116)
#535361
(83,83,97)
#44434E
(68,67,78)
#35333B
(53,51,59)
#262328
(38,35,40)
#171315
(23,19,21)
#000000
(0,0,0)

Tints of #ADB3D3

#ADB3D3
(173,179,211)
#B4B9D7
(180,185,215)
#BBBFDB
(187,191,219)
#C2C5DF
(194,197,223)
#C9CBE3
(201,203,227)
#D0D1E7
(208,209,231)
#D7D7EB
(215,215,235)
#DEDDEF
(222,221,239)
#E5E3F3
(229,227,243)
#ECE9F7
(236,233,247)
#F3EFFB
(243,239,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADB3D3; }

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

This text font color is #ADB3D3.


Background Color

.myBgColor { background-color: #ADB3D3; }

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

This div background color is #ADB3D3.


Border color

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

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

This div border color is #ADB3D3.


Opacity

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

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

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

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

This text has shadow with #ADB3D3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADB3D3 on black background.


Color preview on white background

This text has color #ADB3D3 on white background.



Black color preview on #ADB3D3 background

This text has black color on #ADB3D3 background.


White color preview on #ADB3D3 background

This text has white color on #ADB3D3 background.