COLOR #AD83BD

HEX: #AD83BD
RGB: (173,131,189)

Renk bilgisi

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

RGB renk modeli

#AD83BD color RGB value is (173,131,189).

  • kırmız ton 173;
  • yeşil ton 131;
  • mavi ton 189.
RGB:
(173,131,189)
(68%,51%,74%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 131 of 255 = 51%
B 189 of 255 = 74%

173
131
189

R + G + B ~ 64%. #AD83BD is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 131 + 189 = 493 (100%)
R 173 of 493 ~ 35.09%
G 131 of 493 ~ 26.57%
B 189 of 493 ~ 38.34%

%35.09
%26.57
%38.34

CMYK RENK MODELİ

#AD83BD rengi CMYK tonu (8,31,0,26).

  • camgöbeği tonu 8.47%
  • eflatun tonu 30.69%
  • sarı tonu 0.00%
  • ana renk tonu 25.88%
CMYK:
(8,31,0,26)
C8M31Y0K26 
(8%,31%,0%,26%)
(0.08/0.31/0.00/0.26)	

CMYK yüzdeleri

%8.47
%30.69
%0
%25.88

Codes

Color #AD83BD in popluar color models

AD83BD
RGB173131189
HSL283°30.53%62.75%
HSB/HSV283°30.69%74.12%
CMYK8.47%30.69%0.00%
25.88%

Color #AD83BD in popluar number systems.

HEXAD83BD
Decimal173131189
Binary101011011000001110111101
Octal255203275

Shades and tints

Shades of #AD83BD

#AD83BD
(173,131,189)
#9E78AC
(158,120,172)
#8F6D9B
(143,109,155)
#80628A
(128,98,138)
#715779
(113,87,121)
#624C68
(98,76,104)
#534157
(83,65,87)
#443646
(68,54,70)
#352B35
(53,43,53)
#262024
(38,32,36)
#171513
(23,21,19)
#000000
(0,0,0)

Tints of #AD83BD

#AD83BD
(173,131,189)
#B48EC3
(180,142,195)
#BB99C9
(187,153,201)
#C2A4CF
(194,164,207)
#C9AFD5
(201,175,213)
#D0BADB
(208,186,219)
#D7C5E1
(215,197,225)
#DED0E7
(222,208,231)
#E5DBED
(229,219,237)
#ECE6F3
(236,230,243)
#F3F1F9
(243,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD83BD color. Also use rgb(173,131,189) instead hex code.

Text Font Color

.myTextColor { color: #AD83BD; }

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

This text font color is #AD83BD.


Background Color

.myBgColor { background-color: #AD83BD; }

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

This div background color is #AD83BD.


Border color

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

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

This div border color is #AD83BD.


Opacity

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

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

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

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

This text has shadow with #AD83BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD83BD on black background.


Color preview on white background

This text has color #AD83BD on white background.



Black color preview on #AD83BD background

This text has black color on #AD83BD background.


White color preview on #AD83BD background

This text has white color on #AD83BD background.