COLOR #AD86C6

HEX: #AD86C6
RGB: (173,134,198)

Renk bilgisi

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

RGB renk modeli

#AD86C6 color RGB value is (173,134,198).

  • kırmız ton 173;
  • yeşil ton 134;
  • mavi ton 198.
RGB:
(173,134,198)
(68%,53%,78%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 134 of 255 = 53%
B 198 of 255 = 78%

173
134
198

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 134 + 198 = 505 (100%)
R 173 of 505 ~ 34.26%
G 134 of 505 ~ 26.53%
B 198 of 505 ~ 39.21%

%34.26
%26.53
%39.21

CMYK RENK MODELİ

#AD86C6 rengi CMYK tonu (13,32,0,22).

  • camgöbeği tonu 12.63%
  • eflatun tonu 32.32%
  • sarı tonu 0.00%
  • ana renk tonu 22.35%
CMYK:
(13,32,0,22)
C13M32Y0K22 
(13%,32%,0%,22%)
(0.13/0.32/0.00/0.22)	

CMYK yüzdeleri

%12.63
%32.32
%0
%22.35

Codes

Color #AD86C6 in popluar color models

AD86C6
RGB173134198
HSL277°35.96%65.10%
HSB/HSV277°32.32%77.65%
CMYK12.63%32.32%0.00%
22.35%

Color #AD86C6 in popluar number systems.

HEXAD86C6
Decimal173134198
Binary101011011000011011000110
Octal255206306

Shades and tints

Shades of #AD86C6

#AD86C6
(173,134,198)
#9E7AB4
(158,122,180)
#8F6EA2
(143,110,162)
#806290
(128,98,144)
#71567E
(113,86,126)
#624A6C
(98,74,108)
#533E5A
(83,62,90)
#443248
(68,50,72)
#352636
(53,38,54)
#261A24
(38,26,36)
#170E12
(23,14,18)
#000000
(0,0,0)

Tints of #AD86C6

#AD86C6
(173,134,198)
#B491CB
(180,145,203)
#BB9CD0
(187,156,208)
#C2A7D5
(194,167,213)
#C9B2DA
(201,178,218)
#D0BDDF
(208,189,223)
#D7C8E4
(215,200,228)
#DED3E9
(222,211,233)
#E5DEEE
(229,222,238)
#ECE9F3
(236,233,243)
#F3F4F8
(243,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD86C6 color. Also use rgb(173,134,198) instead hex code.

Text Font Color

.myTextColor { color: #AD86C6; }

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

This text font color is #AD86C6.


Background Color

.myBgColor { background-color: #AD86C6; }

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

This div background color is #AD86C6.


Border color

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

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

This div border color is #AD86C6.


Opacity

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

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

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

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

This text has shadow with #AD86C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD86C6 on black background.


Color preview on white background

This text has color #AD86C6 on white background.



Black color preview on #AD86C6 background

This text has black color on #AD86C6 background.


White color preview on #AD86C6 background

This text has white color on #AD86C6 background.