COLOR #D3A3AF

HEX: #D3A3AF
RGB: (211,163,175)

Color info

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

RGB color model

#D3A3AF color RGB value is (211,163,175).

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

RGB channels and saturation

R 211 of 255 = 83%
G 163 of 255 = 64%
B 175 of 255 = 69%

211
163
175

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

Portions of RGB colors in percentages

R + G + B =
211 + 163 + 175 = 549 (100%)
R 211 of 549 ~ 38.43%
G 163 of 549 ~ 29.69%
B 175 of 549 ~ 31.88%

%38.43
%29.69
%31.88

CMYK color model

#D3A3AF color CMYK value is (0,23,17,17).

  • cyan value is 0.00%
  • magenta value is 22.75%
  • yellow value is 17.06%
  • key color value is 17.25%
CMYK:
(0,23,17,17)
C0M23Y17K17 
(0%,23%,17%,17%)
(0.00/0.23/0.17/0.17)	

CMYK percentages

%0
%22.75
%17.06
%17.25

Codes

Color #D3A3AF in popluar color models

D3A3AF
RGB211163175
HSL345°35.29%73.33%
HSB/HSV345°22.75%82.75%
CMYK0.00%22.75%17.06%
17.25%

Color #D3A3AF in popluar number systems.

HEXD3A3AF
Decimal211163175
Binary110100111010001110101111
Octal323243257

Shades and tints

Shades of #D3A3AF

#D3A3AF
(211,163,175)
#C095A0
(192,149,160)
#AD8791
(173,135,145)
#9A7982
(154,121,130)
#876B73
(135,107,115)
#745D64
(116,93,100)
#614F55
(97,79,85)
#4E4146
(78,65,70)
#3B3337
(59,51,55)
#282528
(40,37,40)
#151719
(21,23,25)
#000000
(0,0,0)

Tints of #D3A3AF

#D3A3AF
(211,163,175)
#D7ABB6
(215,171,182)
#DBB3BD
(219,179,189)
#DFBBC4
(223,187,196)
#E3C3CB
(227,195,203)
#E7CBD2
(231,203,210)
#EBD3D9
(235,211,217)
#EFDBE0
(239,219,224)
#F3E3E7
(243,227,231)
#F7EBEE
(247,235,238)
#FBF3F5
(251,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D3A3AF; }

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

This text font color is #D3A3AF.


Background Color

.myBgColor { background-color: #D3A3AF; }

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

This div background color is #D3A3AF.


Border color

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

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

This div border color is #D3A3AF.


Opacity

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

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

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

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

This text has shadow with #D3A3AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3A3AF on black background.


Color preview on white background

This text has color #D3A3AF on white background.



Black color preview on #D3A3AF background

This text has black color on #D3A3AF background.


White color preview on #D3A3AF background

This text has white color on #D3A3AF background.