COLOR #AD3CB0

HEX: #AD3CB0
RGB: (173,60,176)

Color info

#AD3CB0 contains mainly red and blue colors. Web safe color of #AD3CB0 is #993399 (or #939).

RGB color model

#AD3CB0 color RGB value is (173,60,176).

  • red value is 173;
  • green value is 60;
  • blue value is 176.
RGB:
(173,60,176)
(68%,24%,69%)

RGB channels and saturation

R 173 of 255 = 68%
G 60 of 255 = 24%
B 176 of 255 = 69%

173
60
176

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

Portions of RGB colors in percentages

R + G + B =
173 + 60 + 176 = 409 (100%)
R 173 of 409 ~ 42.3%
G 60 of 409 ~ 14.67%
B 176 of 409 ~ 43.03%

%42.3
%14.67
%43.03

CMYK color model

#AD3CB0 color CMYK value is (2,66,0,31).

  • cyan value is 1.70%
  • magenta value is 65.91%
  • yellow value is 0.00%
  • key color value is 30.98%
CMYK:
(2,66,0,31)
C2M66Y0K31 
(2%,66%,0%,31%)
(0.02/0.66/0.00/0.31)	

CMYK percentages

%1.7
%65.91
%0
%30.98

Codes

Color #AD3CB0 in popluar color models

AD3CB0
RGB17360176
HSL298°49.15%46.27%
HSB/HSV298°65.91%69.02%
CMYK1.70%65.91%0.00%
30.98%

Color #AD3CB0 in popluar number systems.

HEXAD3CB0
Decimal17360176
Binary1010110111110010110000
Octal25574260

Shades and tints

Shades of #AD3CB0

#AD3CB0
(173,60,176)
#9E37A0
(158,55,160)
#8F3290
(143,50,144)
#802D80
(128,45,128)
#712870
(113,40,112)
#622360
(98,35,96)
#531E50
(83,30,80)
#441940
(68,25,64)
#351430
(53,20,48)
#260F20
(38,15,32)
#170A10
(23,10,16)
#000000
(0,0,0)

Tints of #AD3CB0

#AD3CB0
(173,60,176)
#B44DB7
(180,77,183)
#BB5EBE
(187,94,190)
#C26FC5
(194,111,197)
#C980CC
(201,128,204)
#D091D3
(208,145,211)
#D7A2DA
(215,162,218)
#DEB3E1
(222,179,225)
#E5C4E8
(229,196,232)
#ECD5EF
(236,213,239)
#F3E6F6
(243,230,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD3CB0 color. Also use rgb(173,60,176) instead hex code.

Text Font Color

.myTextColor { color: #AD3CB0; }

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

This text font color is #AD3CB0.


Background Color

.myBgColor { background-color: #AD3CB0; }

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

This div background color is #AD3CB0.


Border color

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

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

This div border color is #AD3CB0.


Opacity

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

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

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

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

This text has shadow with #AD3CB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD3CB0 on black background.


Color preview on white background

This text has color #AD3CB0 on white background.



Black color preview on #AD3CB0 background

This text has black color on #AD3CB0 background.


White color preview on #AD3CB0 background

This text has white color on #AD3CB0 background.