COLOR #AD85AA

HEX: #AD85AA
RGB: (173,133,170)

Renk bilgisi

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

RGB renk modeli

#AD85AA color RGB value is (173,133,170).

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

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 133 of 255 = 52%
B 170 of 255 = 67%

173
133
170

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 133 + 170 = 476 (100%)
R 173 of 476 ~ 36.34%
G 133 of 476 ~ 27.94%
B 170 of 476 ~ 35.71%

%36.34
%27.94
%35.71

CMYK RENK MODELİ

#AD85AA rengi CMYK tonu (0,23,2,32).

  • camgöbeği tonu 0.00%
  • eflatun tonu 23.12%
  • sarı tonu 1.73%
  • ana renk tonu 32.16%
CMYK:
(0,23,2,32)
C0M23Y2K32 
(0%,23%,2%,32%)
(0.00/0.23/0.02/0.32)	

CMYK yüzdeleri

%0
%23.12
%1.73
%32.16

Codes

Color #AD85AA in popluar color models

AD85AA
RGB173133170
HSL305°19.61%60.00%
HSB/HSV305°23.12%67.84%
CMYK0.00%23.12%1.73%
32.16%

Color #AD85AA in popluar number systems.

HEXAD85AA
Decimal173133170
Binary101011011000010110101010
Octal255205252

Shades and tints

Shades of #AD85AA

#AD85AA
(173,133,170)
#9E799B
(158,121,155)
#8F6D8C
(143,109,140)
#80617D
(128,97,125)
#71556E
(113,85,110)
#62495F
(98,73,95)
#533D50
(83,61,80)
#443141
(68,49,65)
#352532
(53,37,50)
#261923
(38,25,35)
#170D14
(23,13,20)
#000000
(0,0,0)

Tints of #AD85AA

#AD85AA
(173,133,170)
#B490B1
(180,144,177)
#BB9BB8
(187,155,184)
#C2A6BF
(194,166,191)
#C9B1C6
(201,177,198)
#D0BCCD
(208,188,205)
#D7C7D4
(215,199,212)
#DED2DB
(222,210,219)
#E5DDE2
(229,221,226)
#ECE8E9
(236,232,233)
#F3F3F0
(243,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD85AA; }

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

This text font color is #AD85AA.


Background Color

.myBgColor { background-color: #AD85AA; }

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

This div background color is #AD85AA.


Border color

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

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

This div border color is #AD85AA.


Opacity

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

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

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

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

This text has shadow with #AD85AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD85AA on black background.


Color preview on white background

This text has color #AD85AA on white background.



Black color preview on #AD85AA background

This text has black color on #AD85AA background.


White color preview on #AD85AA background

This text has white color on #AD85AA background.