COLOR #D4B3CE

HEX: #D4B3CE
RGB: (212,179,206)

Color info

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

RGB color model

#D4B3CE color RGB value is (212,179,206).

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

RGB channels and saturation

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

212
179
206

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

Portions of RGB colors in percentages

R + G + B =
212 + 179 + 206 = 597 (100%)
R 212 of 597 ~ 35.51%
G 179 of 597 ~ 29.98%
B 206 of 597 ~ 34.51%

%35.51
%29.98
%34.51

CMYK color model

#D4B3CE color CMYK value is (0,16,3,17).

  • cyan value is 0.00%
  • magenta value is 15.57%
  • yellow value is 2.83%
  • key color value is 16.86%
CMYK:
(0,16,3,17)
C0M16Y3K17 
(0%,16%,3%,17%)
(0.00/0.16/0.03/0.17)	

CMYK percentages

%0
%15.57
%2.83
%16.86

Codes

Color #D4B3CE in popluar color models

D4B3CE
RGB212179206
HSL311°27.73%76.67%
HSB/HSV311°15.57%83.14%
CMYK0.00%15.57%2.83%
16.86%

Color #D4B3CE in popluar number systems.

HEXD4B3CE
Decimal212179206
Binary110101001011001111001110
Octal324263316

Shades and tints

Shades of #D4B3CE

#D4B3CE
(212,179,206)
#C1A3BC
(193,163,188)
#AE93AA
(174,147,170)
#9B8398
(155,131,152)
#887386
(136,115,134)
#756374
(117,99,116)
#625362
(98,83,98)
#4F4350
(79,67,80)
#3C333E
(60,51,62)
#29232C
(41,35,44)
#16131A
(22,19,26)
#000000
(0,0,0)

Tints of #D4B3CE

#D4B3CE
(212,179,206)
#D7B9D2
(215,185,210)
#DABFD6
(218,191,214)
#DDC5DA
(221,197,218)
#E0CBDE
(224,203,222)
#E3D1E2
(227,209,226)
#E6D7E6
(230,215,230)
#E9DDEA
(233,221,234)
#ECE3EE
(236,227,238)
#EFE9F2
(239,233,242)
#F2EFF6
(242,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4B3CE; }

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

This text font color is #D4B3CE.


Background Color

.myBgColor { background-color: #D4B3CE; }

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

This div background color is #D4B3CE.


Border color

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

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

This div border color is #D4B3CE.


Opacity

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

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

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

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

This text has shadow with #D4B3CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4B3CE on black background.


Color preview on white background

This text has color #D4B3CE on white background.



Black color preview on #D4B3CE background

This text has black color on #D4B3CE background.


White color preview on #D4B3CE background

This text has white color on #D4B3CE background.