COLOR #D1C3D9

HEX: #D1C3D9
RGB: (209,195,217)

Color info

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

RGB color model

#D1C3D9 color RGB value is (209,195,217).

  • red value is 209;
  • green value is 195;
  • blue value is 217.
RGB:
(209,195,217)
(82%,76%,85%)

RGB channels and saturation

R 209 of 255 = 82%
G 195 of 255 = 76%
B 217 of 255 = 85%

209
195
217

R + G + B ~ 81%. #D1C3D9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
209 + 195 + 217 = 621 (100%)
R 209 of 621 ~ 33.66%
G 195 of 621 ~ 31.4%
B 217 of 621 ~ 34.94%

%33.66
%31.4
%34.94

CMYK color model

#D1C3D9 color CMYK value is (4,10,0,15).

  • cyan value is 3.69%
  • magenta value is 10.14%
  • yellow value is 0.00%
  • key color value is 14.90%
CMYK:
(4,10,0,15)
C4M10Y0K15 
(4%,10%,0%,15%)
(0.04/0.10/0.00/0.15)	

CMYK percentages

%3.69
%10.14
%0
%14.9

Codes

Color #D1C3D9 in popluar color models

D1C3D9
RGB209195217
HSL278°22.45%80.78%
HSB/HSV278°10.14%85.10%
CMYK3.69%10.14%0.00%
14.90%

Color #D1C3D9 in popluar number systems.

HEXD1C3D9
Decimal209195217
Binary110100011100001111011001
Octal321303331

Shades and tints

Shades of #D1C3D9

#D1C3D9
(209,195,217)
#BEB2C6
(190,178,198)
#ABA1B3
(171,161,179)
#9890A0
(152,144,160)
#857F8D
(133,127,141)
#726E7A
(114,110,122)
#5F5D67
(95,93,103)
#4C4C54
(76,76,84)
#393B41
(57,59,65)
#262A2E
(38,42,46)
#13191B
(19,25,27)
#000000
(0,0,0)

Tints of #D1C3D9

#D1C3D9
(209,195,217)
#D5C8DC
(213,200,220)
#D9CDDF
(217,205,223)
#DDD2E2
(221,210,226)
#E1D7E5
(225,215,229)
#E5DCE8
(229,220,232)
#E9E1EB
(233,225,235)
#EDE6EE
(237,230,238)
#F1EBF1
(241,235,241)
#F5F0F4
(245,240,244)
#F9F5F7
(249,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1C3D9 color. Also use rgb(209,195,217) instead hex code.

Text Font Color

.myTextColor { color: #D1C3D9; }

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

This text font color is #D1C3D9.


Background Color

.myBgColor { background-color: #D1C3D9; }

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

This div background color is #D1C3D9.


Border color

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

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

This div border color is #D1C3D9.


Opacity

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

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

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

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

This text has shadow with #D1C3D9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1C3D9 on black background.


Color preview on white background

This text has color #D1C3D9 on white background.



Black color preview on #D1C3D9 background

This text has black color on #D1C3D9 background.


White color preview on #D1C3D9 background

This text has white color on #D1C3D9 background.