COLOR #AD7195

HEX: #AD7195
RGB: (173,113,149)

Color info

#AD7195 contains mainly red and blue colors. Web safe color of #AD7195 is #996699 (or #969).

RGB color model

#AD7195 color RGB value is (173,113,149).

  • red value is 173;
  • green value is 113;
  • blue value is 149.
RGB:
(173,113,149)
(68%,44%,58%)

RGB channels and saturation

R 173 of 255 = 68%
G 113 of 255 = 44%
B 149 of 255 = 58%

173
113
149

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

Portions of RGB colors in percentages

R + G + B =
173 + 113 + 149 = 435 (100%)
R 173 of 435 ~ 39.77%
G 113 of 435 ~ 25.98%
B 149 of 435 ~ 34.25%

%39.77
%25.98
%34.25

CMYK color model

#AD7195 color CMYK value is (0,35,14,32).

  • cyan value is 0.00%
  • magenta value is 34.68%
  • yellow value is 13.87%
  • key color value is 32.16%
CMYK:
(0,35,14,32)
C0M35Y14K32 
(0%,35%,14%,32%)
(0.00/0.35/0.14/0.32)	

CMYK percentages

%0
%34.68
%13.87
%32.16

Codes

Color #AD7195 in popluar color models

AD7195
RGB173113149
HSL324°26.79%56.08%
HSB/HSV324°34.68%67.84%
CMYK0.00%34.68%13.87%
32.16%

Color #AD7195 in popluar number systems.

HEXAD7195
Decimal173113149
Binary10101101111000110010101
Octal255161225

Shades and tints

Shades of #AD7195

#AD7195
(173,113,149)
#9E6788
(158,103,136)
#8F5D7B
(143,93,123)
#80536E
(128,83,110)
#714961
(113,73,97)
#623F54
(98,63,84)
#533547
(83,53,71)
#442B3A
(68,43,58)
#35212D
(53,33,45)
#261720
(38,23,32)
#170D13
(23,13,19)
#000000
(0,0,0)

Tints of #AD7195

#AD7195
(173,113,149)
#B47D9E
(180,125,158)
#BB89A7
(187,137,167)
#C295B0
(194,149,176)
#C9A1B9
(201,161,185)
#D0ADC2
(208,173,194)
#D7B9CB
(215,185,203)
#DEC5D4
(222,197,212)
#E5D1DD
(229,209,221)
#ECDDE6
(236,221,230)
#F3E9EF
(243,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD7195 color. Also use rgb(173,113,149) instead hex code.

Text Font Color

.myTextColor { color: #AD7195; }

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

This text font color is #AD7195.


Background Color

.myBgColor { background-color: #AD7195; }

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

This div background color is #AD7195.


Border color

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

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

This div border color is #AD7195.


Opacity

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

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

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

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

This text has shadow with #AD7195 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD7195 on black background.


Color preview on white background

This text has color #AD7195 on white background.



Black color preview on #AD7195 background

This text has black color on #AD7195 background.


White color preview on #AD7195 background

This text has white color on #AD7195 background.