COLOR #ADB1C9

HEX: #ADB1C9
RGB: (173,177,201)

Renk bilgisi

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

RGB renk modeli

#ADB1C9 color RGB value is (173,177,201).

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

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 177 of 255 = 69%
B 201 of 255 = 79%

173
177
201

R + G + B ~ 72%. #ADB1C9 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 177 + 201 = 551 (100%)
R 173 of 551 ~ 31.4%
G 177 of 551 ~ 32.12%
B 201 of 551 ~ 36.48%

%31.4
%32.12
%36.48

CMYK RENK MODELİ

#ADB1C9 rengi CMYK tonu (14,12,0,21).

  • camgöbeği tonu 13.93%
  • eflatun tonu 11.94%
  • sarı tonu 0.00%
  • ana renk tonu 21.18%
CMYK:
(14,12,0,21)
C14M12Y0K21 
(14%,12%,0%,21%)
(0.14/0.12/0.00/0.21)	

CMYK yüzdeleri

%13.93
%11.94
%0
%21.18

Codes

Color #ADB1C9 in popluar color models

ADB1C9
RGB173177201
HSL231°20.59%73.33%
HSB/HSV231°13.93%78.82%
CMYK13.93%11.94%0.00%
21.18%

Color #ADB1C9 in popluar number systems.

HEXADB1C9
Decimal173177201
Binary101011011011000111001001
Octal255261311

Shades and tints

Shades of #ADB1C9

#ADB1C9
(173,177,201)
#9EA1B7
(158,161,183)
#8F91A5
(143,145,165)
#808193
(128,129,147)
#717181
(113,113,129)
#62616F
(98,97,111)
#53515D
(83,81,93)
#44414B
(68,65,75)
#353139
(53,49,57)
#262127
(38,33,39)
#171115
(23,17,21)
#000000
(0,0,0)

Tints of #ADB1C9

#ADB1C9
(173,177,201)
#B4B8CD
(180,184,205)
#BBBFD1
(187,191,209)
#C2C6D5
(194,198,213)
#C9CDD9
(201,205,217)
#D0D4DD
(208,212,221)
#D7DBE1
(215,219,225)
#DEE2E5
(222,226,229)
#E5E9E9
(229,233,233)
#ECF0ED
(236,240,237)
#F3F7F1
(243,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADB1C9; }

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

This text font color is #ADB1C9.


Background Color

.myBgColor { background-color: #ADB1C9; }

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

This div background color is #ADB1C9.


Border color

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

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

This div border color is #ADB1C9.


Opacity

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

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

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

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

This text has shadow with #ADB1C9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADB1C9 on black background.


Color preview on white background

This text has color #ADB1C9 on white background.



Black color preview on #ADB1C9 background

This text has black color on #ADB1C9 background.


White color preview on #ADB1C9 background

This text has white color on #ADB1C9 background.