COLOR #AD9CD0

HEX: #AD9CD0
RGB: (173,156,208)

Renk bilgisi

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

RGB renk modeli

#AD9CD0 color RGB value is (173,156,208).

  • kırmız ton 173;
  • yeşil ton 156;
  • mavi ton 208.
RGB:
(173,156,208)
(68%,61%,82%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 156 of 255 = 61%
B 208 of 255 = 82%

173
156
208

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 156 + 208 = 537 (100%)
R 173 of 537 ~ 32.22%
G 156 of 537 ~ 29.05%
B 208 of 537 ~ 38.73%

%32.22
%29.05
%38.73

CMYK RENK MODELİ

#AD9CD0 rengi CMYK tonu (17,25,0,18).

  • camgöbeği tonu 16.83%
  • eflatun tonu 25.00%
  • sarı tonu 0.00%
  • ana renk tonu 18.43%
CMYK:
(17,25,0,18)
C17M25Y0K18 
(17%,25%,0%,18%)
(0.17/0.25/0.00/0.18)	

CMYK yüzdeleri

%16.83
%25
%0
%18.43

Codes

Color #AD9CD0 in popluar color models

AD9CD0
RGB173156208
HSL260°35.62%71.37%
HSB/HSV260°25.00%81.57%
CMYK16.83%25.00%0.00%
18.43%

Color #AD9CD0 in popluar number systems.

HEXAD9CD0
Decimal173156208
Binary101011011001110011010000
Octal255234320

Shades and tints

Shades of #AD9CD0

#AD9CD0
(173,156,208)
#9E8EBE
(158,142,190)
#8F80AC
(143,128,172)
#80729A
(128,114,154)
#716488
(113,100,136)
#625676
(98,86,118)
#534864
(83,72,100)
#443A52
(68,58,82)
#352C40
(53,44,64)
#261E2E
(38,30,46)
#17101C
(23,16,28)
#000000
(0,0,0)

Tints of #AD9CD0

#AD9CD0
(173,156,208)
#B4A5D4
(180,165,212)
#BBAED8
(187,174,216)
#C2B7DC
(194,183,220)
#C9C0E0
(201,192,224)
#D0C9E4
(208,201,228)
#D7D2E8
(215,210,232)
#DEDBEC
(222,219,236)
#E5E4F0
(229,228,240)
#ECEDF4
(236,237,244)
#F3F6F8
(243,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD9CD0 color. Also use rgb(173,156,208) instead hex code.

Text Font Color

.myTextColor { color: #AD9CD0; }

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

This text font color is #AD9CD0.


Background Color

.myBgColor { background-color: #AD9CD0; }

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

This div background color is #AD9CD0.


Border color

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

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

This div border color is #AD9CD0.


Opacity

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

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

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

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

This text has shadow with #AD9CD0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD9CD0 on black background.


Color preview on white background

This text has color #AD9CD0 on white background.



Black color preview on #AD9CD0 background

This text has black color on #AD9CD0 background.


White color preview on #AD9CD0 background

This text has white color on #AD9CD0 background.