COLOR #D6A3A7

HEX: #D6A3A7
RGB: (214,163,167)

Color info

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

RGB color model

#D6A3A7 color RGB value is (214,163,167).

  • red value is 214;
  • green value is 163;
  • blue value is 167.
RGB:
(214,163,167)
(84%,64%,65%)

RGB channels and saturation

R 214 of 255 = 84%
G 163 of 255 = 64%
B 167 of 255 = 65%

214
163
167

R + G + B ~ 71%. #D6A3A7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
214 + 163 + 167 = 544 (100%)
R 214 of 544 ~ 39.34%
G 163 of 544 ~ 29.96%
B 167 of 544 ~ 30.7%

%39.34
%29.96
%30.7

CMYK color model

#D6A3A7 color CMYK value is (0,24,22,16).

  • cyan value is 0.00%
  • magenta value is 23.83%
  • yellow value is 21.96%
  • key color value is 16.08%
CMYK:
(0,24,22,16)
C0M24Y22K16 
(0%,24%,22%,16%)
(0.00/0.24/0.22/0.16)	

CMYK percentages

%0
%23.83
%21.96
%16.08

Codes

Color #D6A3A7 in popluar color models

D6A3A7
RGB214163167
HSL355°38.35%73.92%
HSB/HSV355°23.83%83.92%
CMYK0.00%23.83%21.96%
16.08%

Color #D6A3A7 in popluar number systems.

HEXD6A3A7
Decimal214163167
Binary110101101010001110100111
Octal326243247

Shades and tints

Shades of #D6A3A7

#D6A3A7
(214,163,167)
#C39598
(195,149,152)
#B08789
(176,135,137)
#9D797A
(157,121,122)
#8A6B6B
(138,107,107)
#775D5C
(119,93,92)
#644F4D
(100,79,77)
#51413E
(81,65,62)
#3E332F
(62,51,47)
#2B2520
(43,37,32)
#181711
(24,23,17)
#000000
(0,0,0)

Tints of #D6A3A7

#D6A3A7
(214,163,167)
#D9ABAF
(217,171,175)
#DCB3B7
(220,179,183)
#DFBBBF
(223,187,191)
#E2C3C7
(226,195,199)
#E5CBCF
(229,203,207)
#E8D3D7
(232,211,215)
#EBDBDF
(235,219,223)
#EEE3E7
(238,227,231)
#F1EBEF
(241,235,239)
#F4F3F7
(244,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6A3A7 color. Also use rgb(214,163,167) instead hex code.

Text Font Color

.myTextColor { color: #D6A3A7; }

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

This text font color is #D6A3A7.


Background Color

.myBgColor { background-color: #D6A3A7; }

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

This div background color is #D6A3A7.


Border color

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

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

This div border color is #D6A3A7.


Opacity

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

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

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

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

This text has shadow with #D6A3A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6A3A7 on black background.


Color preview on white background

This text has color #D6A3A7 on white background.



Black color preview on #D6A3A7 background

This text has black color on #D6A3A7 background.


White color preview on #D6A3A7 background

This text has white color on #D6A3A7 background.