COLOR #AD7AB8

HEX: #AD7AB8
RGB: (173,122,184)

Renk bilgisi

#AD7AB8 contains mainly red and blue colors. #AD7AB8 ‘ nin web güvenlik rengi #9966CC (ya da #96C) dir.

RGB renk modeli

#AD7AB8 color RGB value is (173,122,184).

  • kırmız ton 173;
  • yeşil ton 122;
  • mavi ton 184.
RGB:
(173,122,184)
(68%,48%,72%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 122 of 255 = 48%
B 184 of 255 = 72%

173
122
184

R + G + B ~ 63%. #AD7AB8 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 122 + 184 = 479 (100%)
R 173 of 479 ~ 36.12%
G 122 of 479 ~ 25.47%
B 184 of 479 ~ 38.41%

%36.12
%25.47
%38.41

CMYK RENK MODELİ

#AD7AB8 rengi CMYK tonu (6,34,0,28).

  • camgöbeği tonu 5.98%
  • eflatun tonu 33.70%
  • sarı tonu 0.00%
  • ana renk tonu 27.84%
CMYK:
(6,34,0,28)
C6M34Y0K28 
(6%,34%,0%,28%)
(0.06/0.34/0.00/0.28)	

CMYK yüzdeleri

%5.98
%33.7
%0
%27.84

Codes

Color #AD7AB8 in popluar color models

AD7AB8
RGB173122184
HSL289°30.39%60.00%
HSB/HSV289°33.70%72.16%
CMYK5.98%33.70%0.00%
27.84%

Color #AD7AB8 in popluar number systems.

HEXAD7AB8
Decimal173122184
Binary10101101111101010111000
Octal255172270

Shades and tints

Shades of #AD7AB8

#AD7AB8
(173,122,184)
#9E6FA8
(158,111,168)
#8F6498
(143,100,152)
#805988
(128,89,136)
#714E78
(113,78,120)
#624368
(98,67,104)
#533858
(83,56,88)
#442D48
(68,45,72)
#352238
(53,34,56)
#261728
(38,23,40)
#170C18
(23,12,24)
#000000
(0,0,0)

Tints of #AD7AB8

#AD7AB8
(173,122,184)
#B486BE
(180,134,190)
#BB92C4
(187,146,196)
#C29ECA
(194,158,202)
#C9AAD0
(201,170,208)
#D0B6D6
(208,182,214)
#D7C2DC
(215,194,220)
#DECEE2
(222,206,226)
#E5DAE8
(229,218,232)
#ECE6EE
(236,230,238)
#F3F2F4
(243,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD7AB8 color. Also use rgb(173,122,184) instead hex code.

Text Font Color

.myTextColor { color: #AD7AB8; }

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

This text font color is #AD7AB8.


Background Color

.myBgColor { background-color: #AD7AB8; }

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

This div background color is #AD7AB8.


Border color

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

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

This div border color is #AD7AB8.


Opacity

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

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

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

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

This text has shadow with #AD7AB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD7AB8 on black background.


Color preview on white background

This text has color #AD7AB8 on white background.



Black color preview on #AD7AB8 background

This text has black color on #AD7AB8 background.


White color preview on #AD7AB8 background

This text has white color on #AD7AB8 background.