COLOR #AD9DC9

HEX: #AD9DC9
RGB: (173,157,201)

Renk bilgisi

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

RGB renk modeli

#AD9DC9 color RGB value is (173,157,201).

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

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 157 of 255 = 62%
B 201 of 255 = 79%

173
157
201

R + G + B ~ 70%. #AD9DC9 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 157 + 201 = 531 (100%)
R 173 of 531 ~ 32.58%
G 157 of 531 ~ 29.57%
B 201 of 531 ~ 37.85%

%32.58
%29.57
%37.85

CMYK RENK MODELİ

#AD9DC9 rengi CMYK tonu (14,22,0,21).

  • camgöbeği tonu 13.93%
  • eflatun tonu 21.89%
  • sarı tonu 0.00%
  • ana renk tonu 21.18%
CMYK:
(14,22,0,21)
C14M22Y0K21 
(14%,22%,0%,21%)
(0.14/0.22/0.00/0.21)	

CMYK yüzdeleri

%13.93
%21.89
%0
%21.18

Codes

Color #AD9DC9 in popluar color models

AD9DC9
RGB173157201
HSL262°28.95%70.20%
HSB/HSV262°21.89%78.82%
CMYK13.93%21.89%0.00%
21.18%

Color #AD9DC9 in popluar number systems.

HEXAD9DC9
Decimal173157201
Binary101011011001110111001001
Octal255235311

Shades and tints

Shades of #AD9DC9

#AD9DC9
(173,157,201)
#9E8FB7
(158,143,183)
#8F81A5
(143,129,165)
#807393
(128,115,147)
#716581
(113,101,129)
#62576F
(98,87,111)
#53495D
(83,73,93)
#443B4B
(68,59,75)
#352D39
(53,45,57)
#261F27
(38,31,39)
#171115
(23,17,21)
#000000
(0,0,0)

Tints of #AD9DC9

#AD9DC9
(173,157,201)
#B4A5CD
(180,165,205)
#BBADD1
(187,173,209)
#C2B5D5
(194,181,213)
#C9BDD9
(201,189,217)
#D0C5DD
(208,197,221)
#D7CDE1
(215,205,225)
#DED5E5
(222,213,229)
#E5DDE9
(229,221,233)
#ECE5ED
(236,229,237)
#F3EDF1
(243,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD9DC9; }

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

This text font color is #AD9DC9.


Background Color

.myBgColor { background-color: #AD9DC9; }

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

This div background color is #AD9DC9.


Border color

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

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

This div border color is #AD9DC9.


Opacity

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

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

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

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

This text has shadow with #AD9DC9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD9DC9 on black background.


Color preview on white background

This text has color #AD9DC9 on white background.



Black color preview on #AD9DC9 background

This text has black color on #AD9DC9 background.


White color preview on #AD9DC9 background

This text has white color on #AD9DC9 background.