COLOR #AD9CCF

HEX: #AD9CCF
RGB: (173,156,207)

Color info

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

RGB color model

#AD9CCF color RGB value is (173,156,207).

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

RGB channels and saturation

R 173 of 255 = 68%
G 156 of 255 = 61%
B 207 of 255 = 81%

173
156
207

R + G + B ~ 70%. #AD9CCF is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 156 + 207 = 536 (100%)
R 173 of 536 ~ 32.28%
G 156 of 536 ~ 29.1%
B 207 of 536 ~ 38.62%

%32.28
%29.1
%38.62

CMYK color model

#AD9CCF color CMYK value is (16,25,0,19).

  • cyan value is 16.43%
  • magenta value is 24.64%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK:
(16,25,0,19)
C16M25Y0K19 
(16%,25%,0%,19%)
(0.16/0.25/0.00/0.19)	

CMYK percentages

%16.43
%24.64
%0
%18.82

Codes

Color #AD9CCF in popluar color models

AD9CCF
RGB173156207
HSL260°34.69%71.18%
HSB/HSV260°24.64%81.18%
CMYK16.43%24.64%0.00%
18.82%

Color #AD9CCF in popluar number systems.

HEXAD9CCF
Decimal173156207
Binary101011011001110011001111
Octal255234317

Shades and tints

Shades of #AD9CCF

#AD9CCF
(173,156,207)
#9E8EBD
(158,142,189)
#8F80AB
(143,128,171)
#807299
(128,114,153)
#716487
(113,100,135)
#625675
(98,86,117)
#534863
(83,72,99)
#443A51
(68,58,81)
#352C3F
(53,44,63)
#261E2D
(38,30,45)
#17101B
(23,16,27)
#000000
(0,0,0)

Tints of #AD9CCF

#AD9CCF
(173,156,207)
#B4A5D3
(180,165,211)
#BBAED7
(187,174,215)
#C2B7DB
(194,183,219)
#C9C0DF
(201,192,223)
#D0C9E3
(208,201,227)
#D7D2E7
(215,210,231)
#DEDBEB
(222,219,235)
#E5E4EF
(229,228,239)
#ECEDF3
(236,237,243)
#F3F6F7
(243,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD9CCF; }

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

This text font color is #AD9CCF.


Background Color

.myBgColor { background-color: #AD9CCF; }

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

This div background color is #AD9CCF.


Border color

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

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

This div border color is #AD9CCF.


Opacity

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

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

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

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

This text has shadow with #AD9CCF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD9CCF on black background.


Color preview on white background

This text has color #AD9CCF on white background.



Black color preview on #AD9CCF background

This text has black color on #AD9CCF background.


White color preview on #AD9CCF background

This text has white color on #AD9CCF background.