COLOR #AD7DBF

HEX: #AD7DBF RGB: (173,125,191)

Color info

#AD7DBF contains mainly red and blue colors. Web safe color of #AD7DBF is #9966CC (or #96C).

RGB color model

#AD7DBF color RGB value is (173,125,191).

RGB: (173,125,191) (68%, 49%, 75%)

RGB channels and saturation

R 173 of 255 = 68%
G 125 of 255 = 49%
B 191 of 255 = 75%

173
125
191

R + G + B ~ 64%. #AD7DBF is quite light color.

Portions of RGB colors in percentages

R + G + B = 173 + 125 + 191 = 489 (100%)
R 173 of 489 ~ 35.38%
G 125 of 489 ~ 25.56%
B 191 of 489 ~ 39.06'%

%35.38
%25.56
%39.06

CMYK color model

#AD7DBF color CMYK value is (9,35,0,25).

  • cyan value is 9.42%
  • magenta value is 34.55%
  • yellow value is 0.00%
  • key color value is 25.10%

CMYK: (9,35,0,25)
C9M35Y0K25 (9%, 35%, 0%, 25%)
(0.09 / 0.35 / 0.00 / 0.25)

CMYK percentages

%9.42
%34.55
%0
%25.1

Codes

Color #AD7DBF in popluar color models

AD 7D BF
RGB 173 125 191
HSL 284° 34.02% 61.96%
HSB/HSV 284° 34.55% 74.90%
CMYK 9.42% 34.55% 0.00%
25.10%

Color #AD7DBF in popluar number systems.

HEX AD 7D BF
Decimal 173 125 191
Binary 10101101 1111101 10111111
Octal 255 175 277

Shades and tints

Shades of #AD7DBF

#AD7DBF
(173,125,191)
#9E72AE
(158,114,174)
#8F679D
(143,103,157)
#805C8C
(128,92,140)
#71517B
(113,81,123)
#62466A
(98,70,106)
#533B59
(83,59,89)
#443048
(68,48,72)
#352537
(53,37,55)
#261A26
(38,26,38)
#170F15
(23,15,21)
#000000
(0,0,0)

Tints of #AD7DBF

#AD7DBF
(173,125,191)
#B488C4
(180,136,196)
#BB93C9
(187,147,201)
#C29ECE
(194,158,206)
#C9A9D3
(201,169,211)
#D0B4D8
(208,180,216)
#D7BFDD
(215,191,221)
#DECAE2
(222,202,226)
#E5D5E7
(229,213,231)
#ECE0EC
(236,224,236)
#F3EBF1
(243,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD7DBF color. Also use rgb(173,125,191) instead hex code.

Text Font Color

.myTextColor { color: #AD7DBF; }

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

This text font color is #AD7DBF.

Background Color

.myBgColor { background-color: #AD7DBF; }

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

This div background color is #AD7DBF.

Border color

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

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

This div border color is #AD7DBF.

Opacity

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

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

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

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

This text has shadow with #AD7DBF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD7DBF.

Preview

Color preview on black background

This text has color #AD7DBF on black background.


Color preview on white background

This text has color #AD7DBF on white background.


Black color preview on #AD7DBF background

This text has black color on #AD7DBF background.


White color preview on #AD7DBF background

This text has white color on #AD7DBF background.


Related colors

Complementary color

Complementary color for #hex is #528240.


I love getcolorcode.com

Triadic colors

1 #BFAD7D and #7DBFAD with #AD7DBF are triadic colors.

2 #BF7DAD and #7DADBF with #AD7DBF are triadic colors.