COLOR #D3A7B3

HEX: #D3A7B3
RGB: (211,167,179)

Color info

#D3A7B3 contains red, green and blue colors in about the same proportion. Web safe color of #D3A7B3 is #CC9999 (or #C99).

RGB color model

#D3A7B3 color RGB value is (211,167,179).

  • red value is 211;
  • green value is 167;
  • blue value is 179.
RGB:
(211,167,179)
(83%,65%,70%)

RGB channels and saturation

R 211 of 255 = 83%
G 167 of 255 = 65%
B 179 of 255 = 70%

211
167
179

R + G + B ~ 73%. #D3A7B3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
211 + 167 + 179 = 557 (100%)
R 211 of 557 ~ 37.88%
G 167 of 557 ~ 29.98%
B 179 of 557 ~ 32.14%

%37.88
%29.98
%32.14

CMYK color model

#D3A7B3 color CMYK value is (0,21,15,17).

  • cyan value is 0.00%
  • magenta value is 20.85%
  • yellow value is 15.17%
  • key color value is 17.25%
CMYK:
(0,21,15,17)
C0M21Y15K17 
(0%,21%,15%,17%)
(0.00/0.21/0.15/0.17)	

CMYK percentages

%0
%20.85
%15.17
%17.25

Codes

Color #D3A7B3 in popluar color models

D3A7B3
RGB211167179
HSL344°33.33%74.12%
HSB/HSV344°20.85%82.75%
CMYK0.00%20.85%15.17%
17.25%

Color #D3A7B3 in popluar number systems.

HEXD3A7B3
Decimal211167179
Binary110100111010011110110011
Octal323247263

Shades and tints

Shades of #D3A7B3

#D3A7B3
(211,167,179)
#C098A3
(192,152,163)
#AD8993
(173,137,147)
#9A7A83
(154,122,131)
#876B73
(135,107,115)
#745C63
(116,92,99)
#614D53
(97,77,83)
#4E3E43
(78,62,67)
#3B2F33
(59,47,51)
#282023
(40,32,35)
#151113
(21,17,19)
#000000
(0,0,0)

Tints of #D3A7B3

#D3A7B3
(211,167,179)
#D7AFB9
(215,175,185)
#DBB7BF
(219,183,191)
#DFBFC5
(223,191,197)
#E3C7CB
(227,199,203)
#E7CFD1
(231,207,209)
#EBD7D7
(235,215,215)
#EFDFDD
(239,223,221)
#F3E7E3
(243,231,227)
#F7EFE9
(247,239,233)
#FBF7EF
(251,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D3A7B3 color. Also use rgb(211,167,179) instead hex code.

Text Font Color

.myTextColor { color: #D3A7B3; }

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

This text font color is #D3A7B3.


Background Color

.myBgColor { background-color: #D3A7B3; }

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

This div background color is #D3A7B3.


Border color

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

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

This div border color is #D3A7B3.


Opacity

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

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

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

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

This text has shadow with #D3A7B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3A7B3 on black background.


Color preview on white background

This text has color #D3A7B3 on white background.



Black color preview on #D3A7B3 background

This text has black color on #D3A7B3 background.


White color preview on #D3A7B3 background

This text has white color on #D3A7B3 background.