COLOR #AD7AAF

HEX: #AD7AAF
RGB: (173,122,175)

Renk bilgisi

#AD7AAF contains red, green and blue colors in about the same proportion. #AD7AAF ‘ nin web güvenlik rengi #996699 (ya da #969) dir.

RGB renk modeli

#AD7AAF color RGB value is (173,122,175).

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

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 122 of 255 = 48%
B 175 of 255 = 69%

173
122
175

R + G + B ~ 62%. #AD7AAF is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 122 + 175 = 470 (100%)
R 173 of 470 ~ 36.81%
G 122 of 470 ~ 25.96%
B 175 of 470 ~ 37.23%

%36.81
%25.96
%37.23

CMYK RENK MODELİ

#AD7AAF rengi CMYK tonu (1,30,0,31).

  • camgöbeği tonu 1.14%
  • eflatun tonu 30.29%
  • sarı tonu 0.00%
  • ana renk tonu 31.37%
CMYK:
(1,30,0,31)
C1M30Y0K31 
(1%,30%,0%,31%)
(0.01/0.30/0.00/0.31)	

CMYK yüzdeleri

%1.14
%30.29
%0
%31.37

Codes

Color #AD7AAF in popluar color models

AD7AAF
RGB173122175
HSL298°24.88%58.24%
HSB/HSV298°30.29%68.63%
CMYK1.14%30.29%0.00%
31.37%

Color #AD7AAF in popluar number systems.

HEXAD7AAF
Decimal173122175
Binary10101101111101010101111
Octal255172257

Shades and tints

Shades of #AD7AAF

#AD7AAF
(173,122,175)
#9E6FA0
(158,111,160)
#8F6491
(143,100,145)
#805982
(128,89,130)
#714E73
(113,78,115)
#624364
(98,67,100)
#533855
(83,56,85)
#442D46
(68,45,70)
#352237
(53,34,55)
#261728
(38,23,40)
#170C19
(23,12,25)
#000000
(0,0,0)

Tints of #AD7AAF

#AD7AAF
(173,122,175)
#B486B6
(180,134,182)
#BB92BD
(187,146,189)
#C29EC4
(194,158,196)
#C9AACB
(201,170,203)
#D0B6D2
(208,182,210)
#D7C2D9
(215,194,217)
#DECEE0
(222,206,224)
#E5DAE7
(229,218,231)
#ECE6EE
(236,230,238)
#F3F2F5
(243,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD7AAF; }

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

This text font color is #AD7AAF.


Background Color

.myBgColor { background-color: #AD7AAF; }

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

This div background color is #AD7AAF.


Border color

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

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

This div border color is #AD7AAF.


Opacity

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

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

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

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

This text has shadow with #AD7AAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD7AAF on black background.


Color preview on white background

This text has color #AD7AAF on white background.



Black color preview on #AD7AAF background

This text has black color on #AD7AAF background.


White color preview on #AD7AAF background

This text has white color on #AD7AAF background.