COLOR #D3C3E5

HEX: #D3C3E5
RGB: (211,195,229)

Color info

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

RGB color model

#D3C3E5 color RGB value is (211,195,229).

  • red value is 211;
  • green value is 195;
  • blue value is 229.
RGB:
(211,195,229)
(83%,76%,90%)

RGB channels and saturation

R 211 of 255 = 83%
G 195 of 255 = 76%
B 229 of 255 = 90%

211
195
229

R + G + B ~ 83%. #D3C3E5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
211 + 195 + 229 = 635 (100%)
R 211 of 635 ~ 33.23%
G 195 of 635 ~ 30.71%
B 229 of 635 ~ 36.06%

%33.23
%30.71
%36.06

CMYK color model

#D3C3E5 color CMYK value is (8,15,0,10).

  • cyan value is 7.86%
  • magenta value is 14.85%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(8,15,0,10)
C8M15Y0K10 
(8%,15%,0%,10%)
(0.08/0.15/0.00/0.10)	

CMYK percentages

%7.86
%14.85
%0
%10.2

Codes

Color #D3C3E5 in popluar color models

D3C3E5
RGB211195229
HSL268°39.53%83.14%
HSB/HSV268°14.85%89.80%
CMYK7.86%14.85%0.00%
10.20%

Color #D3C3E5 in popluar number systems.

HEXD3C3E5
Decimal211195229
Binary110100111100001111100101
Octal323303345

Shades and tints

Shades of #D3C3E5

#D3C3E5
(211,195,229)
#C0B2D1
(192,178,209)
#ADA1BD
(173,161,189)
#9A90A9
(154,144,169)
#877F95
(135,127,149)
#746E81
(116,110,129)
#615D6D
(97,93,109)
#4E4C59
(78,76,89)
#3B3B45
(59,59,69)
#282A31
(40,42,49)
#15191D
(21,25,29)
#000000
(0,0,0)

Tints of #D3C3E5

#D3C3E5
(211,195,229)
#D7C8E7
(215,200,231)
#DBCDE9
(219,205,233)
#DFD2EB
(223,210,235)
#E3D7ED
(227,215,237)
#E7DCEF
(231,220,239)
#EBE1F1
(235,225,241)
#EFE6F3
(239,230,243)
#F3EBF5
(243,235,245)
#F7F0F7
(247,240,247)
#FBF5F9
(251,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D3C3E5 color. Also use rgb(211,195,229) instead hex code.

Text Font Color

.myTextColor { color: #D3C3E5; }

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

This text font color is #D3C3E5.


Background Color

.myBgColor { background-color: #D3C3E5; }

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

This div background color is #D3C3E5.


Border color

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

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

This div border color is #D3C3E5.


Opacity

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

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

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

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

This text has shadow with #D3C3E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3C3E5 on black background.


Color preview on white background

This text has color #D3C3E5 on white background.



Black color preview on #D3C3E5 background

This text has black color on #D3C3E5 background.


White color preview on #D3C3E5 background

This text has white color on #D3C3E5 background.