COLOR #ADB1D8

HEX: #ADB1D8
RGB: (173,177,216)

Renk bilgisi

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

RGB renk modeli

#ADB1D8 color RGB value is (173,177,216).

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

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 177 of 255 = 69%
B 216 of 255 = 85%

173
177
216

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 177 + 216 = 566 (100%)
R 173 of 566 ~ 30.57%
G 177 of 566 ~ 31.27%
B 216 of 566 ~ 38.16%

%30.57
%31.27
%38.16

CMYK RENK MODELİ

#ADB1D8 rengi CMYK tonu (20,18,0,15).

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

CMYK yüzdeleri

%19.91
%18.06
%0
%15.29

Codes

Color #ADB1D8 in popluar color models

ADB1D8
RGB173177216
HSL234°35.54%76.27%
HSB/HSV234°19.91%84.71%
CMYK19.91%18.06%0.00%
15.29%

Color #ADB1D8 in popluar number systems.

HEXADB1D8
Decimal173177216
Binary101011011011000111011000
Octal255261330

Shades and tints

Shades of #ADB1D8

#ADB1D8
(173,177,216)
#9EA1C5
(158,161,197)
#8F91B2
(143,145,178)
#80819F
(128,129,159)
#71718C
(113,113,140)
#626179
(98,97,121)
#535166
(83,81,102)
#444153
(68,65,83)
#353140
(53,49,64)
#26212D
(38,33,45)
#17111A
(23,17,26)
#000000
(0,0,0)

Tints of #ADB1D8

#ADB1D8
(173,177,216)
#B4B8DB
(180,184,219)
#BBBFDE
(187,191,222)
#C2C6E1
(194,198,225)
#C9CDE4
(201,205,228)
#D0D4E7
(208,212,231)
#D7DBEA
(215,219,234)
#DEE2ED
(222,226,237)
#E5E9F0
(229,233,240)
#ECF0F3
(236,240,243)
#F3F7F6
(243,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADB1D8; }

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

This text font color is #ADB1D8.


Background Color

.myBgColor { background-color: #ADB1D8; }

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

This div background color is #ADB1D8.


Border color

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

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

This div border color is #ADB1D8.


Opacity

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

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

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

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

This text has shadow with #ADB1D8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADB1D8 on black background.


Color preview on white background

This text has color #ADB1D8 on white background.



Black color preview on #ADB1D8 background

This text has black color on #ADB1D8 background.


White color preview on #ADB1D8 background

This text has white color on #ADB1D8 background.