COLOR #D3B3CE

HEX: #D3B3CE
RGB: (211,179,206)

Color info

#D3B3CE contains red, green and blue colors in about the same proportion. Web safe color of #D3B3CE is #CC99CC (or #C9C).

RGB color model

#D3B3CE color RGB value is (211,179,206).

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

RGB channels and saturation

R 211 of 255 = 83%
G 179 of 255 = 70%
B 206 of 255 = 81%

211
179
206

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

Portions of RGB colors in percentages

R + G + B =
211 + 179 + 206 = 596 (100%)
R 211 of 596 ~ 35.4%
G 179 of 596 ~ 30.03%
B 206 of 596 ~ 34.56%

%35.4
%30.03
%34.56

CMYK color model

#D3B3CE color CMYK value is (0,15,2,17).

  • cyan value is 0.00%
  • magenta value is 15.17%
  • yellow value is 2.37%
  • key color value is 17.25%
CMYK:
(0,15,2,17)
C0M15Y2K17 
(0%,15%,2%,17%)
(0.00/0.15/0.02/0.17)	

CMYK percentages

%0
%15.17
%2.37
%17.25

Codes

Color #D3B3CE in popluar color models

D3B3CE
RGB211179206
HSL309°26.67%76.47%
HSB/HSV309°15.17%82.75%
CMYK0.00%15.17%2.37%
17.25%

Color #D3B3CE in popluar number systems.

HEXD3B3CE
Decimal211179206
Binary110100111011001111001110
Octal323263316

Shades and tints

Shades of #D3B3CE

#D3B3CE
(211,179,206)
#C0A3BC
(192,163,188)
#AD93AA
(173,147,170)
#9A8398
(154,131,152)
#877386
(135,115,134)
#746374
(116,99,116)
#615362
(97,83,98)
#4E4350
(78,67,80)
#3B333E
(59,51,62)
#28232C
(40,35,44)
#15131A
(21,19,26)
#000000
(0,0,0)

Tints of #D3B3CE

#D3B3CE
(211,179,206)
#D7B9D2
(215,185,210)
#DBBFD6
(219,191,214)
#DFC5DA
(223,197,218)
#E3CBDE
(227,203,222)
#E7D1E2
(231,209,226)
#EBD7E6
(235,215,230)
#EFDDEA
(239,221,234)
#F3E3EE
(243,227,238)
#F7E9F2
(247,233,242)
#FBEFF6
(251,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D3B3CE; }

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

This text font color is #D3B3CE.


Background Color

.myBgColor { background-color: #D3B3CE; }

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

This div background color is #D3B3CE.


Border color

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

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

This div border color is #D3B3CE.


Opacity

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

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

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

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

This text has shadow with #D3B3CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3B3CE on black background.


Color preview on white background

This text has color #D3B3CE on white background.



Black color preview on #D3B3CE background

This text has black color on #D3B3CE background.


White color preview on #D3B3CE background

This text has white color on #D3B3CE background.