COLOR #AD85E2

HEX: #AD85E2
RGB: (173,133,226)

Renk bilgisi

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

RGB renk modeli

#AD85E2 color RGB value is (173,133,226).

  • kırmız ton 173;
  • yeşil ton 133;
  • mavi ton 226.
RGB:
(173,133,226)
(68%,52%,89%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 133 of 255 = 52%
B 226 of 255 = 89%

173
133
226

R + G + B ~ 70%. #AD85E2 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 133 + 226 = 532 (100%)
R 173 of 532 ~ 32.52%
G 133 of 532 ~ 25%
B 226 of 532 ~ 42.48%

%32.52
%25
%42.48

CMYK RENK MODELİ

#AD85E2 rengi CMYK tonu (23,41,0,11).

  • camgöbeği tonu 23.45%
  • eflatun tonu 41.15%
  • sarı tonu 0.00%
  • ana renk tonu 11.37%
CMYK:
(23,41,0,11)
C23M41Y0K11 
(23%,41%,0%,11%)
(0.23/0.41/0.00/0.11)	

CMYK yüzdeleri

%23.45
%41.15
%0
%11.37

Codes

Color #AD85E2 in popluar color models

AD85E2
RGB173133226
HSL266°61.59%70.39%
HSB/HSV266°41.15%88.63%
CMYK23.45%41.15%0.00%
11.37%

Color #AD85E2 in popluar number systems.

HEXAD85E2
Decimal173133226
Binary101011011000010111100010
Octal255205342

Shades and tints

Shades of #AD85E2

#AD85E2
(173,133,226)
#9E79CE
(158,121,206)
#8F6DBA
(143,109,186)
#8061A6
(128,97,166)
#715592
(113,85,146)
#62497E
(98,73,126)
#533D6A
(83,61,106)
#443156
(68,49,86)
#352542
(53,37,66)
#26192E
(38,25,46)
#170D1A
(23,13,26)
#000000
(0,0,0)

Tints of #AD85E2

#AD85E2
(173,133,226)
#B490E4
(180,144,228)
#BB9BE6
(187,155,230)
#C2A6E8
(194,166,232)
#C9B1EA
(201,177,234)
#D0BCEC
(208,188,236)
#D7C7EE
(215,199,238)
#DED2F0
(222,210,240)
#E5DDF2
(229,221,242)
#ECE8F4
(236,232,244)
#F3F3F6
(243,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD85E2 color. Also use rgb(173,133,226) instead hex code.

Text Font Color

.myTextColor { color: #AD85E2; }

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

This text font color is #AD85E2.


Background Color

.myBgColor { background-color: #AD85E2; }

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

This div background color is #AD85E2.


Border color

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

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

This div border color is #AD85E2.


Opacity

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

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

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

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

This text has shadow with #AD85E2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD85E2 on black background.


Color preview on white background

This text has color #AD85E2 on white background.



Black color preview on #AD85E2 background

This text has black color on #AD85E2 background.


White color preview on #AD85E2 background

This text has white color on #AD85E2 background.