COLOR #AD96CE

HEX: #AD96CE
RGB: (173,150,206)

Renk bilgisi

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

RGB renk modeli

#AD96CE color RGB value is (173,150,206).

  • kırmız ton 173;
  • yeşil ton 150;
  • mavi ton 206.
RGB:
(173,150,206)
(68%,59%,81%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 150 of 255 = 59%
B 206 of 255 = 81%

173
150
206

R + G + B ~ 69%. #AD96CE is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 150 + 206 = 529 (100%)
R 173 of 529 ~ 32.7%
G 150 of 529 ~ 28.36%
B 206 of 529 ~ 38.94%

%32.7
%28.36
%38.94

CMYK RENK MODELİ

#AD96CE rengi CMYK tonu (16,27,0,19).

  • camgöbeği tonu 16.02%
  • eflatun tonu 27.18%
  • sarı tonu 0.00%
  • ana renk tonu 19.22%
CMYK:
(16,27,0,19)
C16M27Y0K19 
(16%,27%,0%,19%)
(0.16/0.27/0.00/0.19)	

CMYK yüzdeleri

%16.02
%27.18
%0
%19.22

Codes

Color #AD96CE in popluar color models

AD96CE
RGB173150206
HSL265°36.36%69.80%
HSB/HSV265°27.18%80.78%
CMYK16.02%27.18%0.00%
19.22%

Color #AD96CE in popluar number systems.

HEXAD96CE
Decimal173150206
Binary101011011001011011001110
Octal255226316

Shades and tints

Shades of #AD96CE

#AD96CE
(173,150,206)
#9E89BC
(158,137,188)
#8F7CAA
(143,124,170)
#806F98
(128,111,152)
#716286
(113,98,134)
#625574
(98,85,116)
#534862
(83,72,98)
#443B50
(68,59,80)
#352E3E
(53,46,62)
#26212C
(38,33,44)
#17141A
(23,20,26)
#000000
(0,0,0)

Tints of #AD96CE

#AD96CE
(173,150,206)
#B49FD2
(180,159,210)
#BBA8D6
(187,168,214)
#C2B1DA
(194,177,218)
#C9BADE
(201,186,222)
#D0C3E2
(208,195,226)
#D7CCE6
(215,204,230)
#DED5EA
(222,213,234)
#E5DEEE
(229,222,238)
#ECE7F2
(236,231,242)
#F3F0F6
(243,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD96CE color. Also use rgb(173,150,206) instead hex code.

Text Font Color

.myTextColor { color: #AD96CE; }

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

This text font color is #AD96CE.


Background Color

.myBgColor { background-color: #AD96CE; }

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

This div background color is #AD96CE.


Border color

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

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

This div border color is #AD96CE.


Opacity

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

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

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

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

This text has shadow with #AD96CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD96CE on black background.


Color preview on white background

This text has color #AD96CE on white background.



Black color preview on #AD96CE background

This text has black color on #AD96CE background.


White color preview on #AD96CE background

This text has white color on #AD96CE background.