COLOR #AD82CA

HEX: #AD82CA
RGB: (173,130,202)

Renk bilgisi

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

RGB renk modeli

#AD82CA color RGB value is (173,130,202).

  • kırmız ton 173;
  • yeşil ton 130;
  • mavi ton 202.
RGB:
(173,130,202)
(68%,51%,79%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 130 of 255 = 51%
B 202 of 255 = 79%

173
130
202

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 130 + 202 = 505 (100%)
R 173 of 505 ~ 34.26%
G 130 of 505 ~ 25.74%
B 202 of 505 ~ 40%

%34.26
%25.74
%40

CMYK RENK MODELİ

#AD82CA rengi CMYK tonu (14,36,0,21).

  • camgöbeği tonu 14.36%
  • eflatun tonu 35.64%
  • sarı tonu 0.00%
  • ana renk tonu 20.78%
CMYK:
(14,36,0,21)
C14M36Y0K21 
(14%,36%,0%,21%)
(0.14/0.36/0.00/0.21)	

CMYK yüzdeleri

%14.36
%35.64
%0
%20.78

Codes

Color #AD82CA in popluar color models

AD82CA
RGB173130202
HSL276°40.45%65.10%
HSB/HSV276°35.64%79.22%
CMYK14.36%35.64%0.00%
20.78%

Color #AD82CA in popluar number systems.

HEXAD82CA
Decimal173130202
Binary101011011000001011001010
Octal255202312

Shades and tints

Shades of #AD82CA

#AD82CA
(173,130,202)
#9E77B8
(158,119,184)
#8F6CA6
(143,108,166)
#806194
(128,97,148)
#715682
(113,86,130)
#624B70
(98,75,112)
#53405E
(83,64,94)
#44354C
(68,53,76)
#352A3A
(53,42,58)
#261F28
(38,31,40)
#171416
(23,20,22)
#000000
(0,0,0)

Tints of #AD82CA

#AD82CA
(173,130,202)
#B48DCE
(180,141,206)
#BB98D2
(187,152,210)
#C2A3D6
(194,163,214)
#C9AEDA
(201,174,218)
#D0B9DE
(208,185,222)
#D7C4E2
(215,196,226)
#DECFE6
(222,207,230)
#E5DAEA
(229,218,234)
#ECE5EE
(236,229,238)
#F3F0F2
(243,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD82CA color. Also use rgb(173,130,202) instead hex code.

Text Font Color

.myTextColor { color: #AD82CA; }

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

This text font color is #AD82CA.


Background Color

.myBgColor { background-color: #AD82CA; }

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

This div background color is #AD82CA.


Border color

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

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

This div border color is #AD82CA.


Opacity

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

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

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

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

This text has shadow with #AD82CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD82CA on black background.


Color preview on white background

This text has color #AD82CA on white background.



Black color preview on #AD82CA background

This text has black color on #AD82CA background.


White color preview on #AD82CA background

This text has white color on #AD82CA background.