COLOR #AD1C68

HEX: #AD1C68
RGB: (173,28,104)

Color info

#AD1C68 contains mainly red color. Web safe color of #AD1C68 is #993366 (or #936).

RGB color model

#AD1C68 color RGB value is (173,28,104).

  • red value is 173;
  • green value is 28;
  • blue value is 104.
RGB:
(173,28,104)
(68%,11%,41%)

RGB channels and saturation

R 173 of 255 = 68%
G 28 of 255 = 11%
B 104 of 255 = 41%

173
28
104

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

Portions of RGB colors in percentages

R + G + B =
173 + 28 + 104 = 305 (100%)
R 173 of 305 ~ 56.72%
G 28 of 305 ~ 9.18%
B 104 of 305 ~ 34.1%

%56.72
%34.1

CMYK color model

#AD1C68 color CMYK value is (0,84,40,32).

  • cyan value is 0.00%
  • magenta value is 83.82%
  • yellow value is 39.88%
  • key color value is 32.16%
CMYK:
(0,84,40,32)
C0M84Y40K32 
(0%,84%,40%,32%)
(0.00/0.84/0.40/0.32)	

CMYK percentages

%0
%83.82
%39.88
%32.16

Codes

Color #AD1C68 in popluar color models

AD1C68
RGB17328104
HSL329°72.14%39.41%
HSB/HSV329°83.82%67.84%
CMYK0.00%83.82%39.88%
32.16%

Color #AD1C68 in popluar number systems.

HEXAD1C68
Decimal17328104
Binary10101101111001101000
Octal25534150

Shades and tints

Shades of #AD1C68

#AD1C68
(173,28,104)
#9E1A5F
(158,26,95)
#8F1856
(143,24,86)
#80164D
(128,22,77)
#711444
(113,20,68)
#62123B
(98,18,59)
#531032
(83,16,50)
#440E29
(68,14,41)
#350C20
(53,12,32)
#260A17
(38,10,23)
#17080E
(23,8,14)
#000000
(0,0,0)

Tints of #AD1C68

#AD1C68
(173,28,104)
#B43075
(180,48,117)
#BB4482
(187,68,130)
#C2588F
(194,88,143)
#C96C9C
(201,108,156)
#D080A9
(208,128,169)
#D794B6
(215,148,182)
#DEA8C3
(222,168,195)
#E5BCD0
(229,188,208)
#ECD0DD
(236,208,221)
#F3E4EA
(243,228,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD1C68 color. Also use rgb(173,28,104) instead hex code.

Text Font Color

.myTextColor { color: #AD1C68; }

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

This text font color is #AD1C68.


Background Color

.myBgColor { background-color: #AD1C68; }

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

This div background color is #AD1C68.


Border color

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

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

This div border color is #AD1C68.


Opacity

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

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

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

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

This text has shadow with #AD1C68 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD1C68 on black background.


Color preview on white background

This text has color #AD1C68 on white background.



Black color preview on #AD1C68 background

This text has black color on #AD1C68 background.


White color preview on #AD1C68 background

This text has white color on #AD1C68 background.