COLOR #AD83BC

HEX: #AD83BC
RGB: (173,131,188)

Renk bilgisi

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

RGB renk modeli

#AD83BC color RGB value is (173,131,188).

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

RGB bağlantıları ve doygunluk

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

173
131
188

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 131 + 188 = 492 (100%)
R 173 of 492 ~ 35.16%
G 131 of 492 ~ 26.63%
B 188 of 492 ~ 38.21%

%35.16
%26.63
%38.21

CMYK RENK MODELİ

#AD83BC rengi CMYK tonu (8,30,0,26).

  • camgöbeği tonu 7.98%
  • eflatun tonu 30.32%
  • sarı tonu 0.00%
  • ana renk tonu 26.27%
CMYK:
(8,30,0,26)
C8M30Y0K26 
(8%,30%,0%,26%)
(0.08/0.30/0.00/0.26)	

CMYK yüzdeleri

%7.98
%30.32
%0
%26.27

Codes

Color #AD83BC in popluar color models

AD83BC
RGB173131188
HSL284°29.84%62.55%
HSB/HSV284°30.32%73.73%
CMYK7.98%30.32%0.00%
26.27%

Color #AD83BC in popluar number systems.

HEXAD83BC
Decimal173131188
Binary101011011000001110111100
Octal255203274

Shades and tints

Shades of #AD83BC

#AD83BC
(173,131,188)
#9E78AB
(158,120,171)
#8F6D9A
(143,109,154)
#806289
(128,98,137)
#715778
(113,87,120)
#624C67
(98,76,103)
#534156
(83,65,86)
#443645
(68,54,69)
#352B34
(53,43,52)
#262023
(38,32,35)
#171512
(23,21,18)
#000000
(0,0,0)

Tints of #AD83BC

#AD83BC
(173,131,188)
#B48EC2
(180,142,194)
#BB99C8
(187,153,200)
#C2A4CE
(194,164,206)
#C9AFD4
(201,175,212)
#D0BADA
(208,186,218)
#D7C5E0
(215,197,224)
#DED0E6
(222,208,230)
#E5DBEC
(229,219,236)
#ECE6F2
(236,230,242)
#F3F1F8
(243,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD83BC; }

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

This text font color is #AD83BC.


Background Color

.myBgColor { background-color: #AD83BC; }

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

This div background color is #AD83BC.


Border color

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

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

This div border color is #AD83BC.


Opacity

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

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

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

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

This text has shadow with #AD83BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD83BC on black background.


Color preview on white background

This text has color #AD83BC on white background.



Black color preview on #AD83BC background

This text has black color on #AD83BC background.


White color preview on #AD83BC background

This text has white color on #AD83BC background.