COLOR #D3C4DE

HEX: #D3C4DE
RGB: (211,196,222)

Color info

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

RGB color model

#D3C4DE color RGB value is (211,196,222).

  • red value is 211;
  • green value is 196;
  • blue value is 222.
RGB:
(211,196,222)
(83%,77%,87%)

RGB channels and saturation

R 211 of 255 = 83%
G 196 of 255 = 77%
B 222 of 255 = 87%

211
196
222

R + G + B ~ 82%. #D3C4DE is quite light color.

Portions of RGB colors in percentages

R + G + B =
211 + 196 + 222 = 629 (100%)
R 211 of 629 ~ 33.55%
G 196 of 629 ~ 31.16%
B 222 of 629 ~ 35.29%

%33.55
%31.16
%35.29

CMYK color model

#D3C4DE color CMYK value is (5,12,0,13).

  • cyan value is 4.95%
  • magenta value is 11.71%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(5,12,0,13)
C5M12Y0K13 
(5%,12%,0%,13%)
(0.05/0.12/0.00/0.13)	

CMYK percentages

%4.95
%11.71
%0
%12.94

Codes

Color #D3C4DE in popluar color models

D3C4DE
RGB211196222
HSL275°28.26%81.96%
HSB/HSV275°11.71%87.06%
CMYK4.95%11.71%0.00%
12.94%

Color #D3C4DE in popluar number systems.

HEXD3C4DE
Decimal211196222
Binary110100111100010011011110
Octal323304336

Shades and tints

Shades of #D3C4DE

#D3C4DE
(211,196,222)
#C0B3CA
(192,179,202)
#ADA2B6
(173,162,182)
#9A91A2
(154,145,162)
#87808E
(135,128,142)
#746F7A
(116,111,122)
#615E66
(97,94,102)
#4E4D52
(78,77,82)
#3B3C3E
(59,60,62)
#282B2A
(40,43,42)
#151A16
(21,26,22)
#000000
(0,0,0)

Tints of #D3C4DE

#D3C4DE
(211,196,222)
#D7C9E1
(215,201,225)
#DBCEE4
(219,206,228)
#DFD3E7
(223,211,231)
#E3D8EA
(227,216,234)
#E7DDED
(231,221,237)
#EBE2F0
(235,226,240)
#EFE7F3
(239,231,243)
#F3ECF6
(243,236,246)
#F7F1F9
(247,241,249)
#FBF6FC
(251,246,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D3C4DE color. Also use rgb(211,196,222) instead hex code.

Text Font Color

.myTextColor { color: #D3C4DE; }

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

This text font color is #D3C4DE.


Background Color

.myBgColor { background-color: #D3C4DE; }

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

This div background color is #D3C4DE.


Border color

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

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

This div border color is #D3C4DE.


Opacity

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

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

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

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

This text has shadow with #D3C4DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3C4DE on black background.


Color preview on white background

This text has color #D3C4DE on white background.



Black color preview on #D3C4DE background

This text has black color on #D3C4DE background.


White color preview on #D3C4DE background

This text has white color on #D3C4DE background.