COLOR #ADB9D1

HEX: #ADB9D1
RGB: (173,185,209)

Renk bilgisi

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

RGB renk modeli

#ADB9D1 color RGB value is (173,185,209).

  • kırmız ton 173;
  • yeşil ton 185;
  • mavi ton 209.
RGB:
(173,185,209)
(68%,73%,82%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 185 of 255 = 73%
B 209 of 255 = 82%

173
185
209

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 185 + 209 = 567 (100%)
R 173 of 567 ~ 30.51%
G 185 of 567 ~ 32.63%
B 209 of 567 ~ 36.86%

%30.51
%32.63
%36.86

CMYK RENK MODELİ

#ADB9D1 rengi CMYK tonu (17,11,0,18).

  • camgöbeği tonu 17.22%
  • eflatun tonu 11.48%
  • sarı tonu 0.00%
  • ana renk tonu 18.04%
CMYK:
(17,11,0,18)
C17M11Y0K18 
(17%,11%,0%,18%)
(0.17/0.11/0.00/0.18)	

CMYK yüzdeleri

%17.22
%11.48
%0
%18.04

Codes

Color #ADB9D1 in popluar color models

ADB9D1
RGB173185209
HSL220°28.13%74.90%
HSB/HSV220°17.22%81.96%
CMYK17.22%11.48%0.00%
18.04%

Color #ADB9D1 in popluar number systems.

HEXADB9D1
Decimal173185209
Binary101011011011100111010001
Octal255271321

Shades and tints

Shades of #ADB9D1

#ADB9D1
(173,185,209)
#9EA9BE
(158,169,190)
#8F99AB
(143,153,171)
#808998
(128,137,152)
#717985
(113,121,133)
#626972
(98,105,114)
#53595F
(83,89,95)
#44494C
(68,73,76)
#353939
(53,57,57)
#262926
(38,41,38)
#171913
(23,25,19)
#000000
(0,0,0)

Tints of #ADB9D1

#ADB9D1
(173,185,209)
#B4BFD5
(180,191,213)
#BBC5D9
(187,197,217)
#C2CBDD
(194,203,221)
#C9D1E1
(201,209,225)
#D0D7E5
(208,215,229)
#D7DDE9
(215,221,233)
#DEE3ED
(222,227,237)
#E5E9F1
(229,233,241)
#ECEFF5
(236,239,245)
#F3F5F9
(243,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADB9D1 color. Also use rgb(173,185,209) instead hex code.

Text Font Color

.myTextColor { color: #ADB9D1; }

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

This text font color is #ADB9D1.


Background Color

.myBgColor { background-color: #ADB9D1; }

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

This div background color is #ADB9D1.


Border color

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

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

This div border color is #ADB9D1.


Opacity

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

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

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

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

This text has shadow with #ADB9D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADB9D1 on black background.


Color preview on white background

This text has color #ADB9D1 on white background.



Black color preview on #ADB9D1 background

This text has black color on #ADB9D1 background.


White color preview on #ADB9D1 background

This text has white color on #ADB9D1 background.