COLOR #D3B7CA

HEX: #D3B7CA
RGB: (211,183,202)

Color info

#D3B7CA contains red, green and blue colors in about the same proportion. Web safe color of #D3B7CA is #CCCCCC (or #CCC).

RGB color model

#D3B7CA color RGB value is (211,183,202).

  • red value is 211;
  • green value is 183;
  • blue value is 202.
RGB:
(211,183,202)
(83%,72%,79%)

RGB channels and saturation

R 211 of 255 = 83%
G 183 of 255 = 72%
B 202 of 255 = 79%

211
183
202

R + G + B ~ 78%. #D3B7CA is quite light color.

Portions of RGB colors in percentages

R + G + B =
211 + 183 + 202 = 596 (100%)
R 211 of 596 ~ 35.4%
G 183 of 596 ~ 30.7%
B 202 of 596 ~ 33.89%

%35.4
%30.7
%33.89

CMYK color model

#D3B7CA color CMYK value is (0,13,4,17).

  • cyan value is 0.00%
  • magenta value is 13.27%
  • yellow value is 4.27%
  • key color value is 17.25%
CMYK:
(0,13,4,17)
C0M13Y4K17 
(0%,13%,4%,17%)
(0.00/0.13/0.04/0.17)	

CMYK percentages

%0
%13.27
%4.27
%17.25

Codes

Color #D3B7CA in popluar color models

D3B7CA
RGB211183202
HSL319°24.14%77.25%
HSB/HSV319°13.27%82.75%
CMYK0.00%13.27%4.27%
17.25%

Color #D3B7CA in popluar number systems.

HEXD3B7CA
Decimal211183202
Binary110100111011011111001010
Octal323267312

Shades and tints

Shades of #D3B7CA

#D3B7CA
(211,183,202)
#C0A7B8
(192,167,184)
#AD97A6
(173,151,166)
#9A8794
(154,135,148)
#877782
(135,119,130)
#746770
(116,103,112)
#61575E
(97,87,94)
#4E474C
(78,71,76)
#3B373A
(59,55,58)
#282728
(40,39,40)
#151716
(21,23,22)
#000000
(0,0,0)

Tints of #D3B7CA

#D3B7CA
(211,183,202)
#D7BDCE
(215,189,206)
#DBC3D2
(219,195,210)
#DFC9D6
(223,201,214)
#E3CFDA
(227,207,218)
#E7D5DE
(231,213,222)
#EBDBE2
(235,219,226)
#EFE1E6
(239,225,230)
#F3E7EA
(243,231,234)
#F7EDEE
(247,237,238)
#FBF3F2
(251,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D3B7CA color. Also use rgb(211,183,202) instead hex code.

Text Font Color

.myTextColor { color: #D3B7CA; }

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

This text font color is #D3B7CA.


Background Color

.myBgColor { background-color: #D3B7CA; }

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

This div background color is #D3B7CA.


Border color

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

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

This div border color is #D3B7CA.


Opacity

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

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

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

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

This text has shadow with #D3B7CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3B7CA on black background.


Color preview on white background

This text has color #D3B7CA on white background.



Black color preview on #D3B7CA background

This text has black color on #D3B7CA background.


White color preview on #D3B7CA background

This text has white color on #D3B7CA background.