COLOR #AD85C5

HEX: #AD85C5
RGB: (173,133,197)

Renk bilgisi

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

RGB renk modeli

#AD85C5 color RGB value is (173,133,197).

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

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 133 of 255 = 52%
B 197 of 255 = 77%

173
133
197

R + G + B ~ 66%. #AD85C5 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 133 + 197 = 503 (100%)
R 173 of 503 ~ 34.39%
G 133 of 503 ~ 26.44%
B 197 of 503 ~ 39.17%

%34.39
%26.44
%39.17

CMYK RENK MODELİ

#AD85C5 rengi CMYK tonu (12,32,0,23).

  • camgöbeği tonu 12.18%
  • eflatun tonu 32.49%
  • sarı tonu 0.00%
  • ana renk tonu 22.75%
CMYK:
(12,32,0,23)
C12M32Y0K23 
(12%,32%,0%,23%)
(0.12/0.32/0.00/0.23)	

CMYK yüzdeleri

%12.18
%32.49
%0
%22.75

Codes

Color #AD85C5 in popluar color models

AD85C5
RGB173133197
HSL278°35.56%64.71%
HSB/HSV278°32.49%77.25%
CMYK12.18%32.49%0.00%
22.75%

Color #AD85C5 in popluar number systems.

HEXAD85C5
Decimal173133197
Binary101011011000010111000101
Octal255205305

Shades and tints

Shades of #AD85C5

#AD85C5
(173,133,197)
#9E79B4
(158,121,180)
#8F6DA3
(143,109,163)
#806192
(128,97,146)
#715581
(113,85,129)
#624970
(98,73,112)
#533D5F
(83,61,95)
#44314E
(68,49,78)
#35253D
(53,37,61)
#26192C
(38,25,44)
#170D1B
(23,13,27)
#000000
(0,0,0)

Tints of #AD85C5

#AD85C5
(173,133,197)
#B490CA
(180,144,202)
#BB9BCF
(187,155,207)
#C2A6D4
(194,166,212)
#C9B1D9
(201,177,217)
#D0BCDE
(208,188,222)
#D7C7E3
(215,199,227)
#DED2E8
(222,210,232)
#E5DDED
(229,221,237)
#ECE8F2
(236,232,242)
#F3F3F7
(243,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD85C5; }

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

This text font color is #AD85C5.


Background Color

.myBgColor { background-color: #AD85C5; }

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

This div background color is #AD85C5.


Border color

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

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

This div border color is #AD85C5.


Opacity

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

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

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

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

This text has shadow with #AD85C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD85C5 on black background.


Color preview on white background

This text has color #AD85C5 on white background.



Black color preview on #AD85C5 background

This text has black color on #AD85C5 background.


White color preview on #AD85C5 background

This text has white color on #AD85C5 background.