COLOR #AD7CA1

HEX: #AD7CA1
RGB: (173,124,161)

Renk bilgisi

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

RGB renk modeli

#AD7CA1 color RGB value is (173,124,161).

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

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 124 of 255 = 49%
B 161 of 255 = 63%

173
124
161

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 124 + 161 = 458 (100%)
R 173 of 458 ~ 37.77%
G 124 of 458 ~ 27.07%
B 161 of 458 ~ 35.15%

%37.77
%27.07
%35.15

CMYK RENK MODELİ

#AD7CA1 rengi CMYK tonu (0,28,7,32).

  • camgöbeği tonu 0.00%
  • eflatun tonu 28.32%
  • sarı tonu 6.94%
  • ana renk tonu 32.16%
CMYK:
(0,28,7,32)
C0M28Y7K32 
(0%,28%,7%,32%)
(0.00/0.28/0.07/0.32)	

CMYK yüzdeleri

%0
%28.32
%6.94
%32.16

Codes

Color #AD7CA1 in popluar color models

AD7CA1
RGB173124161
HSL315°23.00%58.24%
HSB/HSV315°28.32%67.84%
CMYK0.00%28.32%6.94%
32.16%

Color #AD7CA1 in popluar number systems.

HEXAD7CA1
Decimal173124161
Binary10101101111110010100001
Octal255174241

Shades and tints

Shades of #AD7CA1

#AD7CA1
(173,124,161)
#9E7193
(158,113,147)
#8F6685
(143,102,133)
#805B77
(128,91,119)
#715069
(113,80,105)
#62455B
(98,69,91)
#533A4D
(83,58,77)
#442F3F
(68,47,63)
#352431
(53,36,49)
#261923
(38,25,35)
#170E15
(23,14,21)
#000000
(0,0,0)

Tints of #AD7CA1

#AD7CA1
(173,124,161)
#B487A9
(180,135,169)
#BB92B1
(187,146,177)
#C29DB9
(194,157,185)
#C9A8C1
(201,168,193)
#D0B3C9
(208,179,201)
#D7BED1
(215,190,209)
#DEC9D9
(222,201,217)
#E5D4E1
(229,212,225)
#ECDFE9
(236,223,233)
#F3EAF1
(243,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD7CA1; }

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

This text font color is #AD7CA1.


Background Color

.myBgColor { background-color: #AD7CA1; }

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

This div background color is #AD7CA1.


Border color

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

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

This div border color is #AD7CA1.


Opacity

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

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

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

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

This text has shadow with #AD7CA1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD7CA1 on black background.


Color preview on white background

This text has color #AD7CA1 on white background.



Black color preview on #AD7CA1 background

This text has black color on #AD7CA1 background.


White color preview on #AD7CA1 background

This text has white color on #AD7CA1 background.