COLOR #D7A1BD

HEX: #D7A1BD
RGB: (215,161,189)

Color info

#D7A1BD contains red, green and blue colors in about the same proportion. Web safe color of #D7A1BD is #CC99CC (or #C9C).

RGB color model

#D7A1BD color RGB value is (215,161,189).

  • red value is 215;
  • green value is 161;
  • blue value is 189.
RGB: (215,161,189) (84%,63%,74%)

RGB channels and saturation

R 215 of 255 = 84%
G 161 of 255 = 63%
B 189 of 255 = 74%

215
161
189

R + G + B ~ 74%. #D7A1BD is quite light color.

Portions of RGB colors in percentages

R + G + B =
215 + 161 + 189 = 565 (100%)
R 215 of 565 ~ 38.05%
G 161 of 565 ~ 28.5%
B 189 of 565 ~ 33.45%

%38.05
%28.5
%33.45

CMYK color model

#D7A1BD color CMYK value is (0,25,12,16).

  • cyan value is 0.00%
  • magenta value is 25.12%
  • yellow value is 12.09%
  • key color value is 15.69%
CMYK: (0,25,12,16) C0M25Y12K16 (0%,25%,12%,16%) (0.00/0.25/0.12/0.16)

CMYK percentages

%0
%25.12
%12.09
%15.69

Codes

Color #D7A1BD in popluar color models

D7A1BD
RGB215161189
HSL329°40.30%73.73%
HSB/HSV329°25.12%84.31%
CMYK0.00%25.12%12.09%
15.69%

Color #D7A1BD in popluar number systems.

HEXD7A1BD
Decimal215161189
Binary110101111010000110111101
Octal327241275

Shades and tints

Shades of #D7A1BD

#D7A1BD
(215,161,189)
#C493AC
(196,147,172)
#B1859B
(177,133,155)
#9E778A
(158,119,138)
#8B6979
(139,105,121)
#785B68
(120,91,104)
#654D57
(101,77,87)
#523F46
(82,63,70)
#3F3135
(63,49,53)
#2C2324
(44,35,36)
#191513
(25,21,19)
#000000
(0,0,0)

Tints of #D7A1BD

#D7A1BD
(215,161,189)
#DAA9C3
(218,169,195)
#DDB1C9
(221,177,201)
#E0B9CF
(224,185,207)
#E3C1D5
(227,193,213)
#E6C9DB
(230,201,219)
#E9D1E1
(233,209,225)
#ECD9E7
(236,217,231)
#EFE1ED
(239,225,237)
#F2E9F3
(242,233,243)
#F5F1F9
(245,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7A1BD color. Also use rgb(215,161,189) instead hex code.

Text Font Color

.myTextColor { color: #D7A1BD; }

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

This text font color is #D7A1BD.


Background Color

.myBgColor { background-color: #D7A1BD; }

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

This div background color is #D7A1BD.


Border color

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

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

This div border color is #D7A1BD.


Opacity

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

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

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

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

This text has shadow with #D7A1BD color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #D7A1BD on black background.


Color preview on white background

This text has color #D7A1BD on white background.



Black color preview on #D7A1BD background

This text has black color on #D7A1BD background.


White color preview on #D7A1BD background

This text has white color on #D7A1BD background.