COLOR #AD4CA8

HEX: #AD4CA8
RGB: (173,76,168)

Renk bilgisi

#AD4CA8 contains mainly red and blue colors. #AD4CA8 ‘ nin web güvenlik rengi #993399 (ya da #939) dir.

RGB renk modeli

#AD4CA8 color RGB value is (173,76,168).

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

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 76 of 255 = 30%
B 168 of 255 = 66%

173
76
168

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 76 + 168 = 417 (100%)
R 173 of 417 ~ 41.49%
G 76 of 417 ~ 18.23%
B 168 of 417 ~ 40.29%

%41.49
%18.23
%40.29

CMYK RENK MODELİ

#AD4CA8 rengi CMYK tonu (0,56,3,32).

  • camgöbeği tonu 0.00%
  • eflatun tonu 56.07%
  • sarı tonu 2.89%
  • ana renk tonu 32.16%
CMYK:
(0,56,3,32)
C0M56Y3K32 
(0%,56%,3%,32%)
(0.00/0.56/0.03/0.32)	

CMYK yüzdeleri

%0
%56.07
%2.89
%32.16

Codes

Color #AD4CA8 in popluar color models

AD4CA8
RGB17376168
HSL303°38.96%48.82%
HSB/HSV303°56.07%67.84%
CMYK0.00%56.07%2.89%
32.16%

Color #AD4CA8 in popluar number systems.

HEXAD4CA8
Decimal17376168
Binary10101101100110010101000
Octal255114250

Shades and tints

Shades of #AD4CA8

#AD4CA8
(173,76,168)
#9E4699
(158,70,153)
#8F408A
(143,64,138)
#803A7B
(128,58,123)
#71346C
(113,52,108)
#622E5D
(98,46,93)
#53284E
(83,40,78)
#44223F
(68,34,63)
#351C30
(53,28,48)
#261621
(38,22,33)
#171012
(23,16,18)
#000000
(0,0,0)

Tints of #AD4CA8

#AD4CA8
(173,76,168)
#B45CAF
(180,92,175)
#BB6CB6
(187,108,182)
#C27CBD
(194,124,189)
#C98CC4
(201,140,196)
#D09CCB
(208,156,203)
#D7ACD2
(215,172,210)
#DEBCD9
(222,188,217)
#E5CCE0
(229,204,224)
#ECDCE7
(236,220,231)
#F3ECEE
(243,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD4CA8; }

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

This text font color is #AD4CA8.


Background Color

.myBgColor { background-color: #AD4CA8; }

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

This div background color is #AD4CA8.


Border color

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

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

This div border color is #AD4CA8.


Opacity

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

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

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

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

This text has shadow with #AD4CA8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD4CA8 on black background.


Color preview on white background

This text has color #AD4CA8 on white background.



Black color preview on #AD4CA8 background

This text has black color on #AD4CA8 background.


White color preview on #AD4CA8 background

This text has white color on #AD4CA8 background.