COLOR #D6A3AF

HEX: #D6A3AF
RGB: (214,163,175)

Color info

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

RGB color model

#D6A3AF color RGB value is (214,163,175).

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

RGB channels and saturation

R 214 of 255 = 84%
G 163 of 255 = 64%
B 175 of 255 = 69%

214
163
175

R + G + B ~ 72%. #D6A3AF is quite light color.

Portions of RGB colors in percentages

R + G + B =
214 + 163 + 175 = 552 (100%)
R 214 of 552 ~ 38.77%
G 163 of 552 ~ 29.53%
B 175 of 552 ~ 31.7%

%38.77
%29.53
%31.7

CMYK color model

#D6A3AF color CMYK value is (0,24,18,16).

  • cyan value is 0.00%
  • magenta value is 23.83%
  • yellow value is 18.22%
  • key color value is 16.08%
CMYK:
(0,24,18,16)
C0M24Y18K16 
(0%,24%,18%,16%)
(0.00/0.24/0.18/0.16)	

CMYK percentages

%0
%23.83
%18.22
%16.08

Codes

Color #D6A3AF in popluar color models

D6A3AF
RGB214163175
HSL346°38.35%73.92%
HSB/HSV346°23.83%83.92%
CMYK0.00%23.83%18.22%
16.08%

Color #D6A3AF in popluar number systems.

HEXD6A3AF
Decimal214163175
Binary110101101010001110101111
Octal326243257

Shades and tints

Shades of #D6A3AF

#D6A3AF
(214,163,175)
#C395A0
(195,149,160)
#B08791
(176,135,145)
#9D7982
(157,121,130)
#8A6B73
(138,107,115)
#775D64
(119,93,100)
#644F55
(100,79,85)
#514146
(81,65,70)
#3E3337
(62,51,55)
#2B2528
(43,37,40)
#181719
(24,23,25)
#000000
(0,0,0)

Tints of #D6A3AF

#D6A3AF
(214,163,175)
#D9ABB6
(217,171,182)
#DCB3BD
(220,179,189)
#DFBBC4
(223,187,196)
#E2C3CB
(226,195,203)
#E5CBD2
(229,203,210)
#E8D3D9
(232,211,217)
#EBDBE0
(235,219,224)
#EEE3E7
(238,227,231)
#F1EBEE
(241,235,238)
#F4F3F5
(244,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6A3AF; }

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

This text font color is #D6A3AF.


Background Color

.myBgColor { background-color: #D6A3AF; }

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

This div background color is #D6A3AF.


Border color

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

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

This div border color is #D6A3AF.


Opacity

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

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

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

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

This text has shadow with #D6A3AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6A3AF on black background.


Color preview on white background

This text has color #D6A3AF on white background.



Black color preview on #D6A3AF background

This text has black color on #D6A3AF background.


White color preview on #D6A3AF background

This text has white color on #D6A3AF background.