COLOR #AD87C2

HEX: #AD87C2
RGB: (173,135,194)

Renk bilgisi

#AD87C2 contains red, green and blue colors in about the same proportion. #AD87C2 ‘ nin web güvenlik rengi #9999CC (ya da #99C) dir.

RGB renk modeli

#AD87C2 color RGB value is (173,135,194).

  • kırmız ton 173;
  • yeşil ton 135;
  • mavi ton 194.
RGB:
(173,135,194)
(68%,53%,76%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 135 of 255 = 53%
B 194 of 255 = 76%

173
135
194

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 135 + 194 = 502 (100%)
R 173 of 502 ~ 34.46%
G 135 of 502 ~ 26.89%
B 194 of 502 ~ 38.65%

%34.46
%26.89
%38.65

CMYK RENK MODELİ

#AD87C2 rengi CMYK tonu (11,30,0,24).

  • camgöbeği tonu 10.82%
  • eflatun tonu 30.41%
  • sarı tonu 0.00%
  • ana renk tonu 23.92%
CMYK:
(11,30,0,24)
C11M30Y0K24 
(11%,30%,0%,24%)
(0.11/0.30/0.00/0.24)	

CMYK yüzdeleri

%10.82
%30.41
%0
%23.92

Codes

Color #AD87C2 in popluar color models

AD87C2
RGB173135194
HSL279°32.60%64.51%
HSB/HSV279°30.41%76.08%
CMYK10.82%30.41%0.00%
23.92%

Color #AD87C2 in popluar number systems.

HEXAD87C2
Decimal173135194
Binary101011011000011111000010
Octal255207302

Shades and tints

Shades of #AD87C2

#AD87C2
(173,135,194)
#9E7BB1
(158,123,177)
#8F6FA0
(143,111,160)
#80638F
(128,99,143)
#71577E
(113,87,126)
#624B6D
(98,75,109)
#533F5C
(83,63,92)
#44334B
(68,51,75)
#35273A
(53,39,58)
#261B29
(38,27,41)
#170F18
(23,15,24)
#000000
(0,0,0)

Tints of #AD87C2

#AD87C2
(173,135,194)
#B491C7
(180,145,199)
#BB9BCC
(187,155,204)
#C2A5D1
(194,165,209)
#C9AFD6
(201,175,214)
#D0B9DB
(208,185,219)
#D7C3E0
(215,195,224)
#DECDE5
(222,205,229)
#E5D7EA
(229,215,234)
#ECE1EF
(236,225,239)
#F3EBF4
(243,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD87C2 color. Also use rgb(173,135,194) instead hex code.

Text Font Color

.myTextColor { color: #AD87C2; }

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

This text font color is #AD87C2.


Background Color

.myBgColor { background-color: #AD87C2; }

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

This div background color is #AD87C2.


Border color

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

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

This div border color is #AD87C2.


Opacity

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

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

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

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

This text has shadow with #AD87C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD87C2 on black background.


Color preview on white background

This text has color #AD87C2 on white background.



Black color preview on #AD87C2 background

This text has black color on #AD87C2 background.


White color preview on #AD87C2 background

This text has white color on #AD87C2 background.