COLOR #AD9CC1

HEX: #AD9CC1
RGB: (173,156,193)

Color info

#AD9CC1 contains red, green and blue colors in about the same proportion. Web safe color of #AD9CC1 is #9999CC (or #99C).

RGB color model

#AD9CC1 color RGB value is (173,156,193).

  • red value is 173;
  • green value is 156;
  • blue value is 193.
RGB:
(173,156,193)
(68%,61%,76%)

RGB channels and saturation

R 173 of 255 = 68%
G 156 of 255 = 61%
B 193 of 255 = 76%

173
156
193

R + G + B ~ 68%. #AD9CC1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 156 + 193 = 522 (100%)
R 173 of 522 ~ 33.14%
G 156 of 522 ~ 29.89%
B 193 of 522 ~ 36.97%

%33.14
%29.89
%36.97

CMYK color model

#AD9CC1 color CMYK value is (10,19,0,24).

  • cyan value is 10.36%
  • magenta value is 19.17%
  • yellow value is 0.00%
  • key color value is 24.31%
CMYK:
(10,19,0,24)
C10M19Y0K24 
(10%,19%,0%,24%)
(0.10/0.19/0.00/0.24)	

CMYK percentages

%10.36
%19.17
%0
%24.31

Codes

Color #AD9CC1 in popluar color models

AD9CC1
RGB173156193
HSL268°22.98%68.43%
HSB/HSV268°19.17%75.69%
CMYK10.36%19.17%0.00%
24.31%

Color #AD9CC1 in popluar number systems.

HEXAD9CC1
Decimal173156193
Binary101011011001110011000001
Octal255234301

Shades and tints

Shades of #AD9CC1

#AD9CC1
(173,156,193)
#9E8EB0
(158,142,176)
#8F809F
(143,128,159)
#80728E
(128,114,142)
#71647D
(113,100,125)
#62566C
(98,86,108)
#53485B
(83,72,91)
#443A4A
(68,58,74)
#352C39
(53,44,57)
#261E28
(38,30,40)
#171017
(23,16,23)
#000000
(0,0,0)

Tints of #AD9CC1

#AD9CC1
(173,156,193)
#B4A5C6
(180,165,198)
#BBAECB
(187,174,203)
#C2B7D0
(194,183,208)
#C9C0D5
(201,192,213)
#D0C9DA
(208,201,218)
#D7D2DF
(215,210,223)
#DEDBE4
(222,219,228)
#E5E4E9
(229,228,233)
#ECEDEE
(236,237,238)
#F3F6F3
(243,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD9CC1 color. Also use rgb(173,156,193) instead hex code.

Text Font Color

.myTextColor { color: #AD9CC1; }

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

This text font color is #AD9CC1.


Background Color

.myBgColor { background-color: #AD9CC1; }

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

This div background color is #AD9CC1.


Border color

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

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

This div border color is #AD9CC1.


Opacity

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

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

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

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

This text has shadow with #AD9CC1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD9CC1 on black background.


Color preview on white background

This text has color #AD9CC1 on white background.



Black color preview on #AD9CC1 background

This text has black color on #AD9CC1 background.


White color preview on #AD9CC1 background

This text has white color on #AD9CC1 background.