COLOR #AD5CA8

HEX: #AD5CA8
RGB: (173,92,168)

Renk bilgisi

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

RGB renk modeli

#AD5CA8 color RGB value is (173,92,168).

  • kırmız ton 173;
  • yeşil ton 92;
  • mavi ton 168.
RGB:
(173,92,168)
(68%,36%,66%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 92 of 255 = 36%
B 168 of 255 = 66%

173
92
168

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 92 + 168 = 433 (100%)
R 173 of 433 ~ 39.95%
G 92 of 433 ~ 21.25%
B 168 of 433 ~ 38.8%

%39.95
%21.25
%38.8

CMYK RENK MODELİ

#AD5CA8 rengi CMYK tonu (0,47,3,32).

  • camgöbeği tonu 0.00%
  • eflatun tonu 46.82%
  • sarı tonu 2.89%
  • ana renk tonu 32.16%
CMYK:
(0,47,3,32)
C0M47Y3K32 
(0%,47%,3%,32%)
(0.00/0.47/0.03/0.32)	

CMYK yüzdeleri

%0
%46.82
%2.89
%32.16

Codes

Color #AD5CA8 in popluar color models

AD5CA8
RGB17392168
HSL304°33.06%51.96%
HSB/HSV304°46.82%67.84%
CMYK0.00%46.82%2.89%
32.16%

Color #AD5CA8 in popluar number systems.

HEXAD5CA8
Decimal17392168
Binary10101101101110010101000
Octal255134250

Shades and tints

Shades of #AD5CA8

#AD5CA8
(173,92,168)
#9E5499
(158,84,153)
#8F4C8A
(143,76,138)
#80447B
(128,68,123)
#713C6C
(113,60,108)
#62345D
(98,52,93)
#532C4E
(83,44,78)
#44243F
(68,36,63)
#351C30
(53,28,48)
#261421
(38,20,33)
#170C12
(23,12,18)
#000000
(0,0,0)

Tints of #AD5CA8

#AD5CA8
(173,92,168)
#B46AAF
(180,106,175)
#BB78B6
(187,120,182)
#C286BD
(194,134,189)
#C994C4
(201,148,196)
#D0A2CB
(208,162,203)
#D7B0D2
(215,176,210)
#DEBED9
(222,190,217)
#E5CCE0
(229,204,224)
#ECDAE7
(236,218,231)
#F3E8EE
(243,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD5CA8 color. Also use rgb(173,92,168) instead hex code.

Text Font Color

.myTextColor { color: #AD5CA8; }

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

This text font color is #AD5CA8.


Background Color

.myBgColor { background-color: #AD5CA8; }

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

This div background color is #AD5CA8.


Border color

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

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

This div border color is #AD5CA8.


Opacity

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

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

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

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

This text has shadow with #AD5CA8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD5CA8 on black background.


Color preview on white background

This text has color #AD5CA8 on white background.



Black color preview on #AD5CA8 background

This text has black color on #AD5CA8 background.


White color preview on #AD5CA8 background

This text has white color on #AD5CA8 background.