COLOR #AD98C6

HEX: #AD98C6
RGB: (173,152,198)

Renk bilgisi

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

RGB renk modeli

#AD98C6 color RGB value is (173,152,198).

  • kırmız ton 173;
  • yeşil ton 152;
  • mavi ton 198.
RGB:
(173,152,198)
(68%,60%,78%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 152 of 255 = 60%
B 198 of 255 = 78%

173
152
198

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 152 + 198 = 523 (100%)
R 173 of 523 ~ 33.08%
G 152 of 523 ~ 29.06%
B 198 of 523 ~ 37.86%

%33.08
%29.06
%37.86

CMYK RENK MODELİ

#AD98C6 rengi CMYK tonu (13,23,0,22).

  • camgöbeği tonu 12.63%
  • eflatun tonu 23.23%
  • sarı tonu 0.00%
  • ana renk tonu 22.35%
CMYK:
(13,23,0,22)
C13M23Y0K22 
(13%,23%,0%,22%)
(0.13/0.23/0.00/0.22)	

CMYK yüzdeleri

%12.63
%23.23
%0
%22.35

Codes

Color #AD98C6 in popluar color models

AD98C6
RGB173152198
HSL267°28.75%68.63%
HSB/HSV267°23.23%77.65%
CMYK12.63%23.23%0.00%
22.35%

Color #AD98C6 in popluar number systems.

HEXAD98C6
Decimal173152198
Binary101011011001100011000110
Octal255230306

Shades and tints

Shades of #AD98C6

#AD98C6
(173,152,198)
#9E8BB4
(158,139,180)
#8F7EA2
(143,126,162)
#807190
(128,113,144)
#71647E
(113,100,126)
#62576C
(98,87,108)
#534A5A
(83,74,90)
#443D48
(68,61,72)
#353036
(53,48,54)
#262324
(38,35,36)
#171612
(23,22,18)
#000000
(0,0,0)

Tints of #AD98C6

#AD98C6
(173,152,198)
#B4A1CB
(180,161,203)
#BBAAD0
(187,170,208)
#C2B3D5
(194,179,213)
#C9BCDA
(201,188,218)
#D0C5DF
(208,197,223)
#D7CEE4
(215,206,228)
#DED7E9
(222,215,233)
#E5E0EE
(229,224,238)
#ECE9F3
(236,233,243)
#F3F2F8
(243,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD98C6 color. Also use rgb(173,152,198) instead hex code.

Text Font Color

.myTextColor { color: #AD98C6; }

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

This text font color is #AD98C6.


Background Color

.myBgColor { background-color: #AD98C6; }

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

This div background color is #AD98C6.


Border color

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

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

This div border color is #AD98C6.


Opacity

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

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

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

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

This text has shadow with #AD98C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD98C6 on black background.


Color preview on white background

This text has color #AD98C6 on white background.



Black color preview on #AD98C6 background

This text has black color on #AD98C6 background.


White color preview on #AD98C6 background

This text has white color on #AD98C6 background.