COLOR #AD9FD9

HEX: #AD9FD9
RGB: (173,159,217)

Renk bilgisi

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

RGB renk modeli

#AD9FD9 color RGB value is (173,159,217).

  • kırmız ton 173;
  • yeşil ton 159;
  • mavi ton 217.
RGB:
(173,159,217)
(68%,62%,85%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 159 of 255 = 62%
B 217 of 255 = 85%

173
159
217

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 159 + 217 = 549 (100%)
R 173 of 549 ~ 31.51%
G 159 of 549 ~ 28.96%
B 217 of 549 ~ 39.53%

%31.51
%28.96
%39.53

CMYK RENK MODELİ

#AD9FD9 rengi CMYK tonu (20,27,0,15).

  • camgöbeği tonu 20.28%
  • eflatun tonu 26.73%
  • sarı tonu 0.00%
  • ana renk tonu 14.90%
CMYK:
(20,27,0,15)
C20M27Y0K15 
(20%,27%,0%,15%)
(0.20/0.27/0.00/0.15)	

CMYK yüzdeleri

%20.28
%26.73
%0
%14.9

Codes

Color #AD9FD9 in popluar color models

AD9FD9
RGB173159217
HSL254°43.28%73.73%
HSB/HSV254°26.73%85.10%
CMYK20.28%26.73%0.00%
14.90%

Color #AD9FD9 in popluar number systems.

HEXAD9FD9
Decimal173159217
Binary101011011001111111011001
Octal255237331

Shades and tints

Shades of #AD9FD9

#AD9FD9
(173,159,217)
#9E91C6
(158,145,198)
#8F83B3
(143,131,179)
#8075A0
(128,117,160)
#71678D
(113,103,141)
#62597A
(98,89,122)
#534B67
(83,75,103)
#443D54
(68,61,84)
#352F41
(53,47,65)
#26212E
(38,33,46)
#17131B
(23,19,27)
#000000
(0,0,0)

Tints of #AD9FD9

#AD9FD9
(173,159,217)
#B4A7DC
(180,167,220)
#BBAFDF
(187,175,223)
#C2B7E2
(194,183,226)
#C9BFE5
(201,191,229)
#D0C7E8
(208,199,232)
#D7CFEB
(215,207,235)
#DED7EE
(222,215,238)
#E5DFF1
(229,223,241)
#ECE7F4
(236,231,244)
#F3EFF7
(243,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD9FD9 color. Also use rgb(173,159,217) instead hex code.

Text Font Color

.myTextColor { color: #AD9FD9; }

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

This text font color is #AD9FD9.


Background Color

.myBgColor { background-color: #AD9FD9; }

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

This div background color is #AD9FD9.


Border color

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

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

This div border color is #AD9FD9.


Opacity

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

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

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

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

This text has shadow with #AD9FD9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD9FD9 on black background.


Color preview on white background

This text has color #AD9FD9 on white background.



Black color preview on #AD9FD9 background

This text has black color on #AD9FD9 background.


White color preview on #AD9FD9 background

This text has white color on #AD9FD9 background.