COLOR #AD7EAA

HEX: #AD7EAA
RGB: (173,126,170)

Renk bilgisi

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

RGB renk modeli

#AD7EAA color RGB value is (173,126,170).

  • kırmız ton 173;
  • yeşil ton 126;
  • mavi ton 170.
RGB:
(173,126,170)
(68%,49%,67%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 126 of 255 = 49%
B 170 of 255 = 67%

173
126
170

R + G + B ~ 61%. #AD7EAA is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 126 + 170 = 469 (100%)
R 173 of 469 ~ 36.89%
G 126 of 469 ~ 26.87%
B 170 of 469 ~ 36.25%

%36.89
%26.87
%36.25

CMYK RENK MODELİ

#AD7EAA rengi CMYK tonu (0,27,2,32).

  • camgöbeği tonu 0.00%
  • eflatun tonu 27.17%
  • sarı tonu 1.73%
  • ana renk tonu 32.16%
CMYK:
(0,27,2,32)
C0M27Y2K32 
(0%,27%,2%,32%)
(0.00/0.27/0.02/0.32)	

CMYK yüzdeleri

%0
%27.17
%1.73
%32.16

Codes

Color #AD7EAA in popluar color models

AD7EAA
RGB173126170
HSL304°22.27%58.63%
HSB/HSV304°27.17%67.84%
CMYK0.00%27.17%1.73%
32.16%

Color #AD7EAA in popluar number systems.

HEXAD7EAA
Decimal173126170
Binary10101101111111010101010
Octal255176252

Shades and tints

Shades of #AD7EAA

#AD7EAA
(173,126,170)
#9E739B
(158,115,155)
#8F688C
(143,104,140)
#805D7D
(128,93,125)
#71526E
(113,82,110)
#62475F
(98,71,95)
#533C50
(83,60,80)
#443141
(68,49,65)
#352632
(53,38,50)
#261B23
(38,27,35)
#171014
(23,16,20)
#000000
(0,0,0)

Tints of #AD7EAA

#AD7EAA
(173,126,170)
#B489B1
(180,137,177)
#BB94B8
(187,148,184)
#C29FBF
(194,159,191)
#C9AAC6
(201,170,198)
#D0B5CD
(208,181,205)
#D7C0D4
(215,192,212)
#DECBDB
(222,203,219)
#E5D6E2
(229,214,226)
#ECE1E9
(236,225,233)
#F3ECF0
(243,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD7EAA color. Also use rgb(173,126,170) instead hex code.

Text Font Color

.myTextColor { color: #AD7EAA; }

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

This text font color is #AD7EAA.


Background Color

.myBgColor { background-color: #AD7EAA; }

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

This div background color is #AD7EAA.


Border color

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

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

This div border color is #AD7EAA.


Opacity

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

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

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

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

This text has shadow with #AD7EAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD7EAA on black background.


Color preview on white background

This text has color #AD7EAA on white background.



Black color preview on #AD7EAA background

This text has black color on #AD7EAA background.


White color preview on #AD7EAA background

This text has white color on #AD7EAA background.