COLOR #AD96C8

HEX: #AD96C8
RGB: (173,150,200)

Renk bilgisi

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

RGB renk modeli

#AD96C8 color RGB value is (173,150,200).

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

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 150 of 255 = 59%
B 200 of 255 = 78%

173
150
200

R + G + B ~ 68%. #AD96C8 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 150 + 200 = 523 (100%)
R 173 of 523 ~ 33.08%
G 150 of 523 ~ 28.68%
B 200 of 523 ~ 38.24%

%33.08
%28.68
%38.24

CMYK RENK MODELİ

#AD96C8 rengi CMYK tonu (14,25,0,22).

  • camgöbeği tonu 13.50%
  • eflatun tonu 25.00%
  • sarı tonu 0.00%
  • ana renk tonu 21.57%
CMYK:
(14,25,0,22)
C14M25Y0K22 
(14%,25%,0%,22%)
(0.14/0.25/0.00/0.22)	

CMYK yüzdeleri

%13.5
%25
%0
%21.57

Codes

Color #AD96C8 in popluar color models

AD96C8
RGB173150200
HSL268°31.25%68.63%
HSB/HSV268°25.00%78.43%
CMYK13.50%25.00%0.00%
21.57%

Color #AD96C8 in popluar number systems.

HEXAD96C8
Decimal173150200
Binary101011011001011011001000
Octal255226310

Shades and tints

Shades of #AD96C8

#AD96C8
(173,150,200)
#9E89B6
(158,137,182)
#8F7CA4
(143,124,164)
#806F92
(128,111,146)
#716280
(113,98,128)
#62556E
(98,85,110)
#53485C
(83,72,92)
#443B4A
(68,59,74)
#352E38
(53,46,56)
#262126
(38,33,38)
#171414
(23,20,20)
#000000
(0,0,0)

Tints of #AD96C8

#AD96C8
(173,150,200)
#B49FCD
(180,159,205)
#BBA8D2
(187,168,210)
#C2B1D7
(194,177,215)
#C9BADC
(201,186,220)
#D0C3E1
(208,195,225)
#D7CCE6
(215,204,230)
#DED5EB
(222,213,235)
#E5DEF0
(229,222,240)
#ECE7F5
(236,231,245)
#F3F0FA
(243,240,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD96C8; }

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

This text font color is #AD96C8.


Background Color

.myBgColor { background-color: #AD96C8; }

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

This div background color is #AD96C8.


Border color

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

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

This div border color is #AD96C8.


Opacity

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

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

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

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

This text has shadow with #AD96C8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD96C8 on black background.


Color preview on white background

This text has color #AD96C8 on white background.



Black color preview on #AD96C8 background

This text has black color on #AD96C8 background.


White color preview on #AD96C8 background

This text has white color on #AD96C8 background.