COLOR #AD7EE8

HEX: #AD7EE8
RGB: (173,126,232)

Renk bilgisi

#AD7EE8 contains mainly red and blue colors. #AD7EE8 ‘ nin web güvenlik rengi #9966FF (ya da #96F) dir.

RGB renk modeli

#AD7EE8 color RGB value is (173,126,232).

  • kırmız ton 173;
  • yeşil ton 126;
  • mavi ton 232.
RGB:
(173,126,232)
(68%,49%,91%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 126 of 255 = 49%
B 232 of 255 = 91%

173
126
232

R + G + B ~ 69%. #AD7EE8 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 126 + 232 = 531 (100%)
R 173 of 531 ~ 32.58%
G 126 of 531 ~ 23.73%
B 232 of 531 ~ 43.69%

%32.58
%23.73
%43.69

CMYK RENK MODELİ

#AD7EE8 rengi CMYK tonu (25,46,0,9).

  • camgöbeği tonu 25.43%
  • eflatun tonu 45.69%
  • sarı tonu 0.00%
  • ana renk tonu 9.02%
CMYK:
(25,46,0,9)
C25M46Y0K9 
(25%,46%,0%,9%)
(0.25/0.46/0.00/0.09)	

CMYK yüzdeleri

%25.43
%45.69
%0
%9.02

Codes

Color #AD7EE8 in popluar color models

AD7EE8
RGB173126232
HSL267°69.74%70.20%
HSB/HSV267°45.69%90.98%
CMYK25.43%45.69%0.00%
9.02%

Color #AD7EE8 in popluar number systems.

HEXAD7EE8
Decimal173126232
Binary10101101111111011101000
Octal255176350

Shades and tints

Shades of #AD7EE8

#AD7EE8
(173,126,232)
#9E73D3
(158,115,211)
#8F68BE
(143,104,190)
#805DA9
(128,93,169)
#715294
(113,82,148)
#62477F
(98,71,127)
#533C6A
(83,60,106)
#443155
(68,49,85)
#352640
(53,38,64)
#261B2B
(38,27,43)
#171016
(23,16,22)
#000000
(0,0,0)

Tints of #AD7EE8

#AD7EE8
(173,126,232)
#B489EA
(180,137,234)
#BB94EC
(187,148,236)
#C29FEE
(194,159,238)
#C9AAF0
(201,170,240)
#D0B5F2
(208,181,242)
#D7C0F4
(215,192,244)
#DECBF6
(222,203,246)
#E5D6F8
(229,214,248)
#ECE1FA
(236,225,250)
#F3ECFC
(243,236,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD7EE8 color. Also use rgb(173,126,232) instead hex code.

Text Font Color

.myTextColor { color: #AD7EE8; }

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

This text font color is #AD7EE8.


Background Color

.myBgColor { background-color: #AD7EE8; }

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

This div background color is #AD7EE8.


Border color

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

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

This div border color is #AD7EE8.


Opacity

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

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

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

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

This text has shadow with #AD7EE8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD7EE8 on black background.


Color preview on white background

This text has color #AD7EE8 on white background.



Black color preview on #AD7EE8 background

This text has black color on #AD7EE8 background.


White color preview on #AD7EE8 background

This text has white color on #AD7EE8 background.