COLOR #D3A6B3

HEX: #D3A6B3
RGB: (211,166,179)

Color info

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

RGB color model

#D3A6B3 color RGB value is (211,166,179).

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

RGB channels and saturation

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

211
166
179

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

Portions of RGB colors in percentages

R + G + B =
211 + 166 + 179 = 556 (100%)
R 211 of 556 ~ 37.95%
G 166 of 556 ~ 29.86%
B 179 of 556 ~ 32.19%

%37.95
%29.86
%32.19

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 21.33%
  • 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
%21.33
%15.17
%17.25

Codes

Color #D3A6B3 in popluar color models

D3A6B3
RGB211166179
HSL343°33.83%73.92%
HSB/HSV343°21.33%82.75%
CMYK0.00%21.33%15.17%
17.25%

Color #D3A6B3 in popluar number systems.

HEXD3A6B3
Decimal211166179
Binary110100111010011010110011
Octal323246263

Shades and tints

Shades of #D3A6B3

#D3A6B3
(211,166,179)
#C097A3
(192,151,163)
#AD8893
(173,136,147)
#9A7983
(154,121,131)
#876A73
(135,106,115)
#745B63
(116,91,99)
#614C53
(97,76,83)
#4E3D43
(78,61,67)
#3B2E33
(59,46,51)
#281F23
(40,31,35)
#151013
(21,16,19)
#000000
(0,0,0)

Tints of #D3A6B3

#D3A6B3
(211,166,179)
#D7AEB9
(215,174,185)
#DBB6BF
(219,182,191)
#DFBEC5
(223,190,197)
#E3C6CB
(227,198,203)
#E7CED1
(231,206,209)
#EBD6D7
(235,214,215)
#EFDEDD
(239,222,221)
#F3E6E3
(243,230,227)
#F7EEE9
(247,238,233)
#FBF6EF
(251,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D3A6B3; }

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

This text font color is #D3A6B3.


Background Color

.myBgColor { background-color: #D3A6B3; }

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

This div background color is #D3A6B3.


Border color

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

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

This div border color is #D3A6B3.


Opacity

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

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

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

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

This text has shadow with #D3A6B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3A6B3 on black background.


Color preview on white background

This text has color #D3A6B3 on white background.



Black color preview on #D3A6B3 background

This text has black color on #D3A6B3 background.


White color preview on #D3A6B3 background

This text has white color on #D3A6B3 background.