COLOR #AD8CA4

HEX: #AD8CA4
RGB: (173,140,164)

Color info

#AD8CA4 contains red, green and blue colors in about the same proportion. Web safe color of #AD8CA4 is #999999 (or #999).

RGB color model

#AD8CA4 color RGB value is (173,140,164).

  • red value is 173;
  • green value is 140;
  • blue value is 164.
RGB:
(173,140,164)
(68%,55%,64%)

RGB channels and saturation

R 173 of 255 = 68%
G 140 of 255 = 55%
B 164 of 255 = 64%

173
140
164

R + G + B ~ 62%. #AD8CA4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 140 + 164 = 477 (100%)
R 173 of 477 ~ 36.27%
G 140 of 477 ~ 29.35%
B 164 of 477 ~ 34.38%

%36.27
%29.35
%34.38

CMYK color model

#AD8CA4 color CMYK value is (0,19,5,32).

  • cyan value is 0.00%
  • magenta value is 19.08%
  • yellow value is 5.20%
  • key color value is 32.16%
CMYK:
(0,19,5,32)
C0M19Y5K32 
(0%,19%,5%,32%)
(0.00/0.19/0.05/0.32)	

CMYK percentages

%0
%19.08
%5.2
%32.16

Codes

Color #AD8CA4 in popluar color models

AD8CA4
RGB173140164
HSL316°16.75%61.37%
HSB/HSV316°19.08%67.84%
CMYK0.00%19.08%5.20%
32.16%

Color #AD8CA4 in popluar number systems.

HEXAD8CA4
Decimal173140164
Binary101011011000110010100100
Octal255214244

Shades and tints

Shades of #AD8CA4

#AD8CA4
(173,140,164)
#9E8096
(158,128,150)
#8F7488
(143,116,136)
#80687A
(128,104,122)
#715C6C
(113,92,108)
#62505E
(98,80,94)
#534450
(83,68,80)
#443842
(68,56,66)
#352C34
(53,44,52)
#262026
(38,32,38)
#171418
(23,20,24)
#000000
(0,0,0)

Tints of #AD8CA4

#AD8CA4
(173,140,164)
#B496AC
(180,150,172)
#BBA0B4
(187,160,180)
#C2AABC
(194,170,188)
#C9B4C4
(201,180,196)
#D0BECC
(208,190,204)
#D7C8D4
(215,200,212)
#DED2DC
(222,210,220)
#E5DCE4
(229,220,228)
#ECE6EC
(236,230,236)
#F3F0F4
(243,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD8CA4 color. Also use rgb(173,140,164) instead hex code.

Text Font Color

.myTextColor { color: #AD8CA4; }

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

This text font color is #AD8CA4.


Background Color

.myBgColor { background-color: #AD8CA4; }

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

This div background color is #AD8CA4.


Border color

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

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

This div border color is #AD8CA4.


Opacity

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

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

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

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

This text has shadow with #AD8CA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD8CA4 on black background.


Color preview on white background

This text has color #AD8CA4 on white background.



Black color preview on #AD8CA4 background

This text has black color on #AD8CA4 background.


White color preview on #AD8CA4 background

This text has white color on #AD8CA4 background.