COLOR #AD9DD2

HEX: #AD9DD2
RGB: (173,157,210)

Renk bilgisi

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

RGB renk modeli

#AD9DD2 color RGB value is (173,157,210).

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

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 157 of 255 = 62%
B 210 of 255 = 82%

173
157
210

R + G + B ~ 71%. #AD9DD2 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 157 + 210 = 540 (100%)
R 173 of 540 ~ 32.04%
G 157 of 540 ~ 29.07%
B 210 of 540 ~ 38.89%

%32.04
%29.07
%38.89

CMYK RENK MODELİ

#AD9DD2 rengi CMYK tonu (18,25,0,18).

  • camgöbeği tonu 17.62%
  • eflatun tonu 25.24%
  • sarı tonu 0.00%
  • ana renk tonu 17.65%
CMYK:
(18,25,0,18)
C18M25Y0K18 
(18%,25%,0%,18%)
(0.18/0.25/0.00/0.18)	

CMYK yüzdeleri

%17.62
%25.24
%0
%17.65

Codes

Color #AD9DD2 in popluar color models

AD9DD2
RGB173157210
HSL258°37.06%71.96%
HSB/HSV258°25.24%82.35%
CMYK17.62%25.24%0.00%
17.65%

Color #AD9DD2 in popluar number systems.

HEXAD9DD2
Decimal173157210
Binary101011011001110111010010
Octal255235322

Shades and tints

Shades of #AD9DD2

#AD9DD2
(173,157,210)
#9E8FBF
(158,143,191)
#8F81AC
(143,129,172)
#807399
(128,115,153)
#716586
(113,101,134)
#625773
(98,87,115)
#534960
(83,73,96)
#443B4D
(68,59,77)
#352D3A
(53,45,58)
#261F27
(38,31,39)
#171114
(23,17,20)
#000000
(0,0,0)

Tints of #AD9DD2

#AD9DD2
(173,157,210)
#B4A5D6
(180,165,214)
#BBADDA
(187,173,218)
#C2B5DE
(194,181,222)
#C9BDE2
(201,189,226)
#D0C5E6
(208,197,230)
#D7CDEA
(215,205,234)
#DED5EE
(222,213,238)
#E5DDF2
(229,221,242)
#ECE5F6
(236,229,246)
#F3EDFA
(243,237,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD9DD2; }

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

This text font color is #AD9DD2.


Background Color

.myBgColor { background-color: #AD9DD2; }

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

This div background color is #AD9DD2.


Border color

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

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

This div border color is #AD9DD2.


Opacity

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

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

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

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

This text has shadow with #AD9DD2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD9DD2 on black background.


Color preview on white background

This text has color #AD9DD2 on white background.



Black color preview on #AD9DD2 background

This text has black color on #AD9DD2 background.


White color preview on #AD9DD2 background

This text has white color on #AD9DD2 background.