COLOR #AD2D6D

HEX: #AD2D6D
RGB: (173,45,109)

Color info

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

RGB color model

#AD2D6D color RGB value is (173,45,109).

  • red value is 173;
  • green value is 45;
  • blue value is 109.
RGB:
(173,45,109)
(68%,18%,43%)

RGB channels and saturation

R 173 of 255 = 68%
G 45 of 255 = 18%
B 109 of 255 = 43%

173
45
109

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

Portions of RGB colors in percentages

R + G + B =
173 + 45 + 109 = 327 (100%)
R 173 of 327 ~ 52.91%
G 45 of 327 ~ 13.76%
B 109 of 327 ~ 33.33%

%52.91
%13.76
%33.33

CMYK color model

#AD2D6D color CMYK value is (0,74,37,32).

  • cyan value is 0.00%
  • magenta value is 73.99%
  • yellow value is 36.99%
  • key color value is 32.16%
CMYK:
(0,74,37,32)
C0M74Y37K32 
(0%,74%,37%,32%)
(0.00/0.74/0.37/0.32)	

CMYK percentages

%0
%73.99
%36.99
%32.16

Codes

Color #AD2D6D in popluar color models

AD2D6D
RGB17345109
HSL330°58.72%42.75%
HSB/HSV330°73.99%67.84%
CMYK0.00%73.99%36.99%
32.16%

Color #AD2D6D in popluar number systems.

HEXAD2D6D
Decimal17345109
Binary101011011011011101101
Octal25555155

Shades and tints

Shades of #AD2D6D

#AD2D6D
(173,45,109)
#9E2964
(158,41,100)
#8F255B
(143,37,91)
#802152
(128,33,82)
#711D49
(113,29,73)
#621940
(98,25,64)
#531537
(83,21,55)
#44112E
(68,17,46)
#350D25
(53,13,37)
#26091C
(38,9,28)
#170513
(23,5,19)
#000000
(0,0,0)

Tints of #AD2D6D

#AD2D6D
(173,45,109)
#B4407A
(180,64,122)
#BB5387
(187,83,135)
#C26694
(194,102,148)
#C979A1
(201,121,161)
#D08CAE
(208,140,174)
#D79FBB
(215,159,187)
#DEB2C8
(222,178,200)
#E5C5D5
(229,197,213)
#ECD8E2
(236,216,226)
#F3EBEF
(243,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD2D6D color. Also use rgb(173,45,109) instead hex code.

Text Font Color

.myTextColor { color: #AD2D6D; }

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

This text font color is #AD2D6D.


Background Color

.myBgColor { background-color: #AD2D6D; }

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

This div background color is #AD2D6D.


Border color

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

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

This div border color is #AD2D6D.


Opacity

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

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

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

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

This text has shadow with #AD2D6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD2D6D on black background.


Color preview on white background

This text has color #AD2D6D on white background.



Black color preview on #AD2D6D background

This text has black color on #AD2D6D background.


White color preview on #AD2D6D background

This text has white color on #AD2D6D background.