COLOR #AD8FE0

HEX: #AD8FE0
RGB: (173,143,224)

Renk bilgisi

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

RGB renk modeli

#AD8FE0 color RGB value is (173,143,224).

  • kırmız ton 173;
  • yeşil ton 143;
  • mavi ton 224.
RGB:
(173,143,224)
(68%,56%,88%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 143 of 255 = 56%
B 224 of 255 = 88%

173
143
224

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 143 + 224 = 540 (100%)
R 173 of 540 ~ 32.04%
G 143 of 540 ~ 26.48%
B 224 of 540 ~ 41.48%

%32.04
%26.48
%41.48

CMYK RENK MODELİ

#AD8FE0 rengi CMYK tonu (23,36,0,12).

  • camgöbeği tonu 22.77%
  • eflatun tonu 36.16%
  • sarı tonu 0.00%
  • ana renk tonu 12.16%
CMYK:
(23,36,0,12)
C23M36Y0K12 
(23%,36%,0%,12%)
(0.23/0.36/0.00/0.12)	

CMYK yüzdeleri

%22.77
%36.16
%0
%12.16

Codes

Color #AD8FE0 in popluar color models

AD8FE0
RGB173143224
HSL262°56.64%71.96%
HSB/HSV262°36.16%87.84%
CMYK22.77%36.16%0.00%
12.16%

Color #AD8FE0 in popluar number systems.

HEXAD8FE0
Decimal173143224
Binary101011011000111111100000
Octal255217340

Shades and tints

Shades of #AD8FE0

#AD8FE0
(173,143,224)
#9E82CC
(158,130,204)
#8F75B8
(143,117,184)
#8068A4
(128,104,164)
#715B90
(113,91,144)
#624E7C
(98,78,124)
#534168
(83,65,104)
#443454
(68,52,84)
#352740
(53,39,64)
#261A2C
(38,26,44)
#170D18
(23,13,24)
#000000
(0,0,0)

Tints of #AD8FE0

#AD8FE0
(173,143,224)
#B499E2
(180,153,226)
#BBA3E4
(187,163,228)
#C2ADE6
(194,173,230)
#C9B7E8
(201,183,232)
#D0C1EA
(208,193,234)
#D7CBEC
(215,203,236)
#DED5EE
(222,213,238)
#E5DFF0
(229,223,240)
#ECE9F2
(236,233,242)
#F3F3F4
(243,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD8FE0 color. Also use rgb(173,143,224) instead hex code.

Text Font Color

.myTextColor { color: #AD8FE0; }

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

This text font color is #AD8FE0.


Background Color

.myBgColor { background-color: #AD8FE0; }

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

This div background color is #AD8FE0.


Border color

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

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

This div border color is #AD8FE0.


Opacity

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

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

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

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

This text has shadow with #AD8FE0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD8FE0 on black background.


Color preview on white background

This text has color #AD8FE0 on white background.



Black color preview on #AD8FE0 background

This text has black color on #AD8FE0 background.


White color preview on #AD8FE0 background

This text has white color on #AD8FE0 background.