COLOR #AD7CA6

HEX: #AD7CA6
RGB: (173,124,166)

Renk bilgisi

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

RGB renk modeli

#AD7CA6 color RGB value is (173,124,166).

  • kırmız ton 173;
  • yeşil ton 124;
  • mavi ton 166.
RGB:
(173,124,166)
(68%,49%,65%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 124 of 255 = 49%
B 166 of 255 = 65%

173
124
166

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 124 + 166 = 463 (100%)
R 173 of 463 ~ 37.37%
G 124 of 463 ~ 26.78%
B 166 of 463 ~ 35.85%

%37.37
%26.78
%35.85

CMYK RENK MODELİ

#AD7CA6 rengi CMYK tonu (0,28,4,32).

  • camgöbeği tonu 0.00%
  • eflatun tonu 28.32%
  • sarı tonu 4.05%
  • ana renk tonu 32.16%
CMYK:
(0,28,4,32)
C0M28Y4K32 
(0%,28%,4%,32%)
(0.00/0.28/0.04/0.32)	

CMYK yüzdeleri

%0
%28.32
%4.05
%32.16

Codes

Color #AD7CA6 in popluar color models

AD7CA6
RGB173124166
HSL309°23.00%58.24%
HSB/HSV309°28.32%67.84%
CMYK0.00%28.32%4.05%
32.16%

Color #AD7CA6 in popluar number systems.

HEXAD7CA6
Decimal173124166
Binary10101101111110010100110
Octal255174246

Shades and tints

Shades of #AD7CA6

#AD7CA6
(173,124,166)
#9E7197
(158,113,151)
#8F6688
(143,102,136)
#805B79
(128,91,121)
#71506A
(113,80,106)
#62455B
(98,69,91)
#533A4C
(83,58,76)
#442F3D
(68,47,61)
#35242E
(53,36,46)
#26191F
(38,25,31)
#170E10
(23,14,16)
#000000
(0,0,0)

Tints of #AD7CA6

#AD7CA6
(173,124,166)
#B487AE
(180,135,174)
#BB92B6
(187,146,182)
#C29DBE
(194,157,190)
#C9A8C6
(201,168,198)
#D0B3CE
(208,179,206)
#D7BED6
(215,190,214)
#DEC9DE
(222,201,222)
#E5D4E6
(229,212,230)
#ECDFEE
(236,223,238)
#F3EAF6
(243,234,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD7CA6 color. Also use rgb(173,124,166) instead hex code.

Text Font Color

.myTextColor { color: #AD7CA6; }

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

This text font color is #AD7CA6.


Background Color

.myBgColor { background-color: #AD7CA6; }

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

This div background color is #AD7CA6.


Border color

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

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

This div border color is #AD7CA6.


Opacity

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

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

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

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

This text has shadow with #AD7CA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD7CA6 on black background.


Color preview on white background

This text has color #AD7CA6 on white background.



Black color preview on #AD7CA6 background

This text has black color on #AD7CA6 background.


White color preview on #AD7CA6 background

This text has white color on #AD7CA6 background.