COLOR #D7A3BC

HEX: #D7A3BC
RGB: (215,163,188)

Color info

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

RGB color model

#D7A3BC color RGB value is (215,163,188).

  • red value is 215;
  • green value is 163;
  • blue value is 188.
RGB:
(215,163,188)
(84%,64%,74%)

RGB channels and saturation

R 215 of 255 = 84%
G 163 of 255 = 64%
B 188 of 255 = 74%

215
163
188

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

Portions of RGB colors in percentages

R + G + B =
215 + 163 + 188 = 566 (100%)
R 215 of 566 ~ 37.99%
G 163 of 566 ~ 28.8%
B 188 of 566 ~ 33.22%

%37.99
%28.8
%33.22

CMYK color model

#D7A3BC color CMYK value is (0,24,13,16).

  • cyan value is 0.00%
  • magenta value is 24.19%
  • yellow value is 12.56%
  • key color value is 15.69%
CMYK:
(0,24,13,16)
C0M24Y13K16 
(0%,24%,13%,16%)
(0.00/0.24/0.13/0.16)	

CMYK percentages

%0
%24.19
%12.56
%15.69

Codes

Color #D7A3BC in popluar color models

D7A3BC
RGB215163188
HSL331°39.39%74.12%
HSB/HSV331°24.19%84.31%
CMYK0.00%24.19%12.56%
15.69%

Color #D7A3BC in popluar number systems.

HEXD7A3BC
Decimal215163188
Binary110101111010001110111100
Octal327243274

Shades and tints

Shades of #D7A3BC

#D7A3BC
(215,163,188)
#C495AB
(196,149,171)
#B1879A
(177,135,154)
#9E7989
(158,121,137)
#8B6B78
(139,107,120)
#785D67
(120,93,103)
#654F56
(101,79,86)
#524145
(82,65,69)
#3F3334
(63,51,52)
#2C2523
(44,37,35)
#191712
(25,23,18)
#000000
(0,0,0)

Tints of #D7A3BC

#D7A3BC
(215,163,188)
#DAABC2
(218,171,194)
#DDB3C8
(221,179,200)
#E0BBCE
(224,187,206)
#E3C3D4
(227,195,212)
#E6CBDA
(230,203,218)
#E9D3E0
(233,211,224)
#ECDBE6
(236,219,230)
#EFE3EC
(239,227,236)
#F2EBF2
(242,235,242)
#F5F3F8
(245,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7A3BC color. Also use rgb(215,163,188) instead hex code.

Text Font Color

.myTextColor { color: #D7A3BC; }

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

This text font color is #D7A3BC.


Background Color

.myBgColor { background-color: #D7A3BC; }

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

This div background color is #D7A3BC.


Border color

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

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

This div border color is #D7A3BC.


Opacity

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

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

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

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

This text has shadow with #D7A3BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7A3BC on black background.


Color preview on white background

This text has color #D7A3BC on white background.



Black color preview on #D7A3BC background

This text has black color on #D7A3BC background.


White color preview on #D7A3BC background

This text has white color on #D7A3BC background.