COLOR #AD69EC

HEX: #AD69EC
RGB: (173,105,236)

Renk bilgisi

#AD69EC contains mainly blue color. #AD69EC ‘ nin web güvenlik rengi #9966FF (ya da #96F) dir.

RGB renk modeli

#AD69EC color RGB value is (173,105,236).

  • kırmız ton 173;
  • yeşil ton 105;
  • mavi ton 236.
RGB:
(173,105,236)
(68%,41%,93%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 105 of 255 = 41%
B 236 of 255 = 93%

173
105
236

R + G + B ~ 67%. #AD69EC is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 105 + 236 = 514 (100%)
R 173 of 514 ~ 33.66%
G 105 of 514 ~ 20.43%
B 236 of 514 ~ 45.91%

%33.66
%20.43
%45.91

CMYK RENK MODELİ

#AD69EC rengi CMYK tonu (27,56,0,7).

  • camgöbeği tonu 26.69%
  • eflatun tonu 55.51%
  • sarı tonu 0.00%
  • ana renk tonu 7.45%
CMYK:
(27,56,0,7)
C27M56Y0K7 
(27%,56%,0%,7%)
(0.27/0.56/0.00/0.07)	

CMYK yüzdeleri

%26.69
%55.51
%0
%7.45

Codes

Color #AD69EC in popluar color models

AD69EC
RGB173105236
HSL271°77.51%66.86%
HSB/HSV271°55.51%92.55%
CMYK26.69%55.51%0.00%
7.45%

Color #AD69EC in popluar number systems.

HEXAD69EC
Decimal173105236
Binary10101101110100111101100
Octal255151354

Shades and tints

Shades of #AD69EC

#AD69EC
(173,105,236)
#9E60D7
(158,96,215)
#8F57C2
(143,87,194)
#804EAD
(128,78,173)
#714598
(113,69,152)
#623C83
(98,60,131)
#53336E
(83,51,110)
#442A59
(68,42,89)
#352144
(53,33,68)
#26182F
(38,24,47)
#170F1A
(23,15,26)
#000000
(0,0,0)

Tints of #AD69EC

#AD69EC
(173,105,236)
#B476ED
(180,118,237)
#BB83EE
(187,131,238)
#C290EF
(194,144,239)
#C99DF0
(201,157,240)
#D0AAF1
(208,170,241)
#D7B7F2
(215,183,242)
#DEC4F3
(222,196,243)
#E5D1F4
(229,209,244)
#ECDEF5
(236,222,245)
#F3EBF6
(243,235,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD69EC color. Also use rgb(173,105,236) instead hex code.

Text Font Color

.myTextColor { color: #AD69EC; }

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

This text font color is #AD69EC.


Background Color

.myBgColor { background-color: #AD69EC; }

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

This div background color is #AD69EC.


Border color

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

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

This div border color is #AD69EC.


Opacity

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

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

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

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

This text has shadow with #AD69EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD69EC on black background.


Color preview on white background

This text has color #AD69EC on white background.



Black color preview on #AD69EC background

This text has black color on #AD69EC background.


White color preview on #AD69EC background

This text has white color on #AD69EC background.