COLOR #AD7C9A

HEX: #AD7C9A
RGB: (173,124,154)

Renk bilgisi

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

RGB renk modeli

#AD7C9A color RGB value is (173,124,154).

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

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 124 of 255 = 49%
B 154 of 255 = 60%

173
124
154

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 124 + 154 = 451 (100%)
R 173 of 451 ~ 38.36%
G 124 of 451 ~ 27.49%
B 154 of 451 ~ 34.15%

%38.36
%27.49
%34.15

CMYK RENK MODELİ

#AD7C9A rengi CMYK tonu (0,28,11,32).

  • camgöbeği tonu 0.00%
  • eflatun tonu 28.32%
  • sarı tonu 10.98%
  • ana renk tonu 32.16%
CMYK:
(0,28,11,32)
C0M28Y11K32 
(0%,28%,11%,32%)
(0.00/0.28/0.11/0.32)	

CMYK yüzdeleri

%0
%28.32
%10.98
%32.16

Codes

Color #AD7C9A in popluar color models

AD7C9A
RGB173124154
HSL323°23.00%58.24%
HSB/HSV323°28.32%67.84%
CMYK0.00%28.32%10.98%
32.16%

Color #AD7C9A in popluar number systems.

HEXAD7C9A
Decimal173124154
Binary10101101111110010011010
Octal255174232

Shades and tints

Shades of #AD7C9A

#AD7C9A
(173,124,154)
#9E718C
(158,113,140)
#8F667E
(143,102,126)
#805B70
(128,91,112)
#715062
(113,80,98)
#624554
(98,69,84)
#533A46
(83,58,70)
#442F38
(68,47,56)
#35242A
(53,36,42)
#26191C
(38,25,28)
#170E0E
(23,14,14)
#000000
(0,0,0)

Tints of #AD7C9A

#AD7C9A
(173,124,154)
#B487A3
(180,135,163)
#BB92AC
(187,146,172)
#C29DB5
(194,157,181)
#C9A8BE
(201,168,190)
#D0B3C7
(208,179,199)
#D7BED0
(215,190,208)
#DEC9D9
(222,201,217)
#E5D4E2
(229,212,226)
#ECDFEB
(236,223,235)
#F3EAF4
(243,234,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD7C9A; }

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

This text font color is #AD7C9A.


Background Color

.myBgColor { background-color: #AD7C9A; }

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

This div background color is #AD7C9A.


Border color

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

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

This div border color is #AD7C9A.


Opacity

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

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

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

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

This text has shadow with #AD7C9A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD7C9A on black background.


Color preview on white background

This text has color #AD7C9A on white background.



Black color preview on #AD7C9A background

This text has black color on #AD7C9A background.


White color preview on #AD7C9A background

This text has white color on #AD7C9A background.