COLOR #AD6E99

HEX: #AD6E99
RGB: (173,110,153)

Renk bilgisi

#AD6E99 contains mainly red and blue colors. #AD6E99 ‘ nin web güvenlik rengi #996699 (ya da #969) dir.

RGB renk modeli

#AD6E99 color RGB value is (173,110,153).

  • kırmız ton 173;
  • yeşil ton 110;
  • mavi ton 153.
RGB:
(173,110,153)
(68%,43%,60%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 110 of 255 = 43%
B 153 of 255 = 60%

173
110
153

R + G + B ~ 57%. #AD6E99 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 110 + 153 = 436 (100%)
R 173 of 436 ~ 39.68%
G 110 of 436 ~ 25.23%
B 153 of 436 ~ 35.09%

%39.68
%25.23
%35.09

CMYK RENK MODELİ

#AD6E99 rengi CMYK tonu (0,36,12,32).

  • camgöbeği tonu 0.00%
  • eflatun tonu 36.42%
  • sarı tonu 11.56%
  • ana renk tonu 32.16%
CMYK:
(0,36,12,32)
C0M36Y12K32 
(0%,36%,12%,32%)
(0.00/0.36/0.12/0.32)	

CMYK yüzdeleri

%0
%36.42
%11.56
%32.16

Codes

Color #AD6E99 in popluar color models

AD6E99
RGB173110153
HSL319°27.75%55.49%
HSB/HSV319°36.42%67.84%
CMYK0.00%36.42%11.56%
32.16%

Color #AD6E99 in popluar number systems.

HEXAD6E99
Decimal173110153
Binary10101101110111010011001
Octal255156231

Shades and tints

Shades of #AD6E99

#AD6E99
(173,110,153)
#9E648C
(158,100,140)
#8F5A7F
(143,90,127)
#805072
(128,80,114)
#714665
(113,70,101)
#623C58
(98,60,88)
#53324B
(83,50,75)
#44283E
(68,40,62)
#351E31
(53,30,49)
#261424
(38,20,36)
#170A17
(23,10,23)
#000000
(0,0,0)

Tints of #AD6E99

#AD6E99
(173,110,153)
#B47BA2
(180,123,162)
#BB88AB
(187,136,171)
#C295B4
(194,149,180)
#C9A2BD
(201,162,189)
#D0AFC6
(208,175,198)
#D7BCCF
(215,188,207)
#DEC9D8
(222,201,216)
#E5D6E1
(229,214,225)
#ECE3EA
(236,227,234)
#F3F0F3
(243,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD6E99 color. Also use rgb(173,110,153) instead hex code.

Text Font Color

.myTextColor { color: #AD6E99; }

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

This text font color is #AD6E99.


Background Color

.myBgColor { background-color: #AD6E99; }

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

This div background color is #AD6E99.


Border color

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

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

This div border color is #AD6E99.


Opacity

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

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

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

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

This text has shadow with #AD6E99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD6E99 on black background.


Color preview on white background

This text has color #AD6E99 on white background.



Black color preview on #AD6E99 background

This text has black color on #AD6E99 background.


White color preview on #AD6E99 background

This text has white color on #AD6E99 background.