COLOR #ADB7D8

HEX: #ADB7D8
RGB: (173,183,216)

Renk bilgisi

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

RGB renk modeli

#ADB7D8 color RGB value is (173,183,216).

  • kırmız ton 173;
  • yeşil ton 183;
  • mavi ton 216.
RGB:
(173,183,216)
(68%,72%,85%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 183 of 255 = 72%
B 216 of 255 = 85%

173
183
216

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 183 + 216 = 572 (100%)
R 173 of 572 ~ 30.24%
G 183 of 572 ~ 31.99%
B 216 of 572 ~ 37.76%

%30.24
%31.99
%37.76

CMYK RENK MODELİ

#ADB7D8 rengi CMYK tonu (20,15,0,15).

  • camgöbeği tonu 19.91%
  • eflatun tonu 15.28%
  • sarı tonu 0.00%
  • ana renk tonu 15.29%
CMYK:
(20,15,0,15)
C20M15Y0K15 
(20%,15%,0%,15%)
(0.20/0.15/0.00/0.15)	

CMYK yüzdeleri

%19.91
%15.28
%0
%15.29

Codes

Color #ADB7D8 in popluar color models

ADB7D8
RGB173183216
HSL226°35.54%76.27%
HSB/HSV226°19.91%84.71%
CMYK19.91%15.28%0.00%
15.29%

Color #ADB7D8 in popluar number systems.

HEXADB7D8
Decimal173183216
Binary101011011011011111011000
Octal255267330

Shades and tints

Shades of #ADB7D8

#ADB7D8
(173,183,216)
#9EA7C5
(158,167,197)
#8F97B2
(143,151,178)
#80879F
(128,135,159)
#71778C
(113,119,140)
#626779
(98,103,121)
#535766
(83,87,102)
#444753
(68,71,83)
#353740
(53,55,64)
#26272D
(38,39,45)
#17171A
(23,23,26)
#000000
(0,0,0)

Tints of #ADB7D8

#ADB7D8
(173,183,216)
#B4BDDB
(180,189,219)
#BBC3DE
(187,195,222)
#C2C9E1
(194,201,225)
#C9CFE4
(201,207,228)
#D0D5E7
(208,213,231)
#D7DBEA
(215,219,234)
#DEE1ED
(222,225,237)
#E5E7F0
(229,231,240)
#ECEDF3
(236,237,243)
#F3F3F6
(243,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADB7D8 color. Also use rgb(173,183,216) instead hex code.

Text Font Color

.myTextColor { color: #ADB7D8; }

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

This text font color is #ADB7D8.


Background Color

.myBgColor { background-color: #ADB7D8; }

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

This div background color is #ADB7D8.


Border color

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

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

This div border color is #ADB7D8.


Opacity

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

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

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

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

This text has shadow with #ADB7D8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADB7D8 on black background.


Color preview on white background

This text has color #ADB7D8 on white background.



Black color preview on #ADB7D8 background

This text has black color on #ADB7D8 background.


White color preview on #ADB7D8 background

This text has white color on #ADB7D8 background.