COLOR #AD7B90

HEX: #AD7B90
RGB: (173,123,144)

Color info

#AD7B90 contains red, green and blue colors in about the same proportion. Web safe color of #AD7B90 is #996699 (or #969).

RGB color model

#AD7B90 color RGB value is (173,123,144).

  • red value is 173;
  • green value is 123;
  • blue value is 144.
RGB:
(173,123,144)
(68%,48%,56%)

RGB channels and saturation

R 173 of 255 = 68%
G 123 of 255 = 48%
B 144 of 255 = 56%

173
123
144

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

Portions of RGB colors in percentages

R + G + B =
173 + 123 + 144 = 440 (100%)
R 173 of 440 ~ 39.32%
G 123 of 440 ~ 27.95%
B 144 of 440 ~ 32.73%

%39.32
%27.95
%32.73

CMYK color model

#AD7B90 color CMYK value is (0,29,17,32).

  • cyan value is 0.00%
  • magenta value is 28.90%
  • yellow value is 16.76%
  • key color value is 32.16%
CMYK:
(0,29,17,32)
C0M29Y17K32 
(0%,29%,17%,32%)
(0.00/0.29/0.17/0.32)	

CMYK percentages

%0
%28.9
%16.76
%32.16

Codes

Color #AD7B90 in popluar color models

AD7B90
RGB173123144
HSL335°23.36%58.04%
HSB/HSV335°28.90%67.84%
CMYK0.00%28.90%16.76%
32.16%

Color #AD7B90 in popluar number systems.

HEXAD7B90
Decimal173123144
Binary10101101111101110010000
Octal255173220

Shades and tints

Shades of #AD7B90

#AD7B90
(173,123,144)
#9E7083
(158,112,131)
#8F6576
(143,101,118)
#805A69
(128,90,105)
#714F5C
(113,79,92)
#62444F
(98,68,79)
#533942
(83,57,66)
#442E35
(68,46,53)
#352328
(53,35,40)
#26181B
(38,24,27)
#170D0E
(23,13,14)
#000000
(0,0,0)

Tints of #AD7B90

#AD7B90
(173,123,144)
#B4879A
(180,135,154)
#BB93A4
(187,147,164)
#C29FAE
(194,159,174)
#C9ABB8
(201,171,184)
#D0B7C2
(208,183,194)
#D7C3CC
(215,195,204)
#DECFD6
(222,207,214)
#E5DBE0
(229,219,224)
#ECE7EA
(236,231,234)
#F3F3F4
(243,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD7B90 color. Also use rgb(173,123,144) instead hex code.

Text Font Color

.myTextColor { color: #AD7B90; }

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

This text font color is #AD7B90.


Background Color

.myBgColor { background-color: #AD7B90; }

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

This div background color is #AD7B90.


Border color

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

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

This div border color is #AD7B90.


Opacity

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

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

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

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

This text has shadow with #AD7B90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD7B90 on black background.


Color preview on white background

This text has color #AD7B90 on white background.



Black color preview on #AD7B90 background

This text has black color on #AD7B90 background.


White color preview on #AD7B90 background

This text has white color on #AD7B90 background.