COLOR #AD9DE6

HEX: #AD9DE6
RGB: (173,157,230)

Renk bilgisi

#AD9DE6 contains mainly red and blue colors. #AD9DE6 ‘ nin web güvenlik rengi #9999CC (ya da #99C) dir.

RGB renk modeli

#AD9DE6 color RGB value is (173,157,230).

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

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 157 of 255 = 62%
B 230 of 255 = 90%

173
157
230

R + G + B ~ 73%. #AD9DE6 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 157 + 230 = 560 (100%)
R 173 of 560 ~ 30.89%
G 157 of 560 ~ 28.04%
B 230 of 560 ~ 41.07%

%30.89
%28.04
%41.07

CMYK RENK MODELİ

#AD9DE6 rengi CMYK tonu (25,32,0,10).

  • camgöbeği tonu 24.78%
  • eflatun tonu 31.74%
  • sarı tonu 0.00%
  • ana renk tonu 9.80%
CMYK:
(25,32,0,10)
C25M32Y0K10 
(25%,32%,0%,10%)
(0.25/0.32/0.00/0.10)	

CMYK yüzdeleri

%24.78
%31.74
%0
%9.8

Codes

Color #AD9DE6 in popluar color models

AD9DE6
RGB173157230
HSL253°59.35%75.88%
HSB/HSV253°31.74%90.20%
CMYK24.78%31.74%0.00%
9.80%

Color #AD9DE6 in popluar number systems.

HEXAD9DE6
Decimal173157230
Binary101011011001110111100110
Octal255235346

Shades and tints

Shades of #AD9DE6

#AD9DE6
(173,157,230)
#9E8FD2
(158,143,210)
#8F81BE
(143,129,190)
#8073AA
(128,115,170)
#716596
(113,101,150)
#625782
(98,87,130)
#53496E
(83,73,110)
#443B5A
(68,59,90)
#352D46
(53,45,70)
#261F32
(38,31,50)
#17111E
(23,17,30)
#000000
(0,0,0)

Tints of #AD9DE6

#AD9DE6
(173,157,230)
#B4A5E8
(180,165,232)
#BBADEA
(187,173,234)
#C2B5EC
(194,181,236)
#C9BDEE
(201,189,238)
#D0C5F0
(208,197,240)
#D7CDF2
(215,205,242)
#DED5F4
(222,213,244)
#E5DDF6
(229,221,246)
#ECE5F8
(236,229,248)
#F3EDFA
(243,237,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD9DE6; }

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

This text font color is #AD9DE6.


Background Color

.myBgColor { background-color: #AD9DE6; }

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

This div background color is #AD9DE6.


Border color

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

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

This div border color is #AD9DE6.


Opacity

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

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

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

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

This text has shadow with #AD9DE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD9DE6 on black background.


Color preview on white background

This text has color #AD9DE6 on white background.



Black color preview on #AD9DE6 background

This text has black color on #AD9DE6 background.


White color preview on #AD9DE6 background

This text has white color on #AD9DE6 background.