COLOR #D1C2D9

HEX: #D1C2D9
RGB: (209,194,217)

Color info

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

RGB color model

#D1C2D9 color RGB value is (209,194,217).

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

RGB channels and saturation

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

209
194
217

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

Portions of RGB colors in percentages

R + G + B =
209 + 194 + 217 = 620 (100%)
R 209 of 620 ~ 33.71%
G 194 of 620 ~ 31.29%
B 217 of 620 ~ 35%

%33.71
%31.29
%35

CMYK color model

#D1C2D9 color CMYK value is (4,11,0,15).

  • cyan value is 3.69%
  • magenta value is 10.60%
  • yellow value is 0.00%
  • key color value is 14.90%
CMYK:
(4,11,0,15)
C4M11Y0K15 
(4%,11%,0%,15%)
(0.04/0.11/0.00/0.15)	

CMYK percentages

%3.69
%10.6
%0
%14.9

Codes

Color #D1C2D9 in popluar color models

D1C2D9
RGB209194217
HSL279°23.23%80.59%
HSB/HSV279°10.60%85.10%
CMYK3.69%10.60%0.00%
14.90%

Color #D1C2D9 in popluar number systems.

HEXD1C2D9
Decimal209194217
Binary110100011100001011011001
Octal321302331

Shades and tints

Shades of #D1C2D9

#D1C2D9
(209,194,217)
#BEB1C6
(190,177,198)
#ABA0B3
(171,160,179)
#988FA0
(152,143,160)
#857E8D
(133,126,141)
#726D7A
(114,109,122)
#5F5C67
(95,92,103)
#4C4B54
(76,75,84)
#393A41
(57,58,65)
#26292E
(38,41,46)
#13181B
(19,24,27)
#000000
(0,0,0)

Tints of #D1C2D9

#D1C2D9
(209,194,217)
#D5C7DC
(213,199,220)
#D9CCDF
(217,204,223)
#DDD1E2
(221,209,226)
#E1D6E5
(225,214,229)
#E5DBE8
(229,219,232)
#E9E0EB
(233,224,235)
#EDE5EE
(237,229,238)
#F1EAF1
(241,234,241)
#F5EFF4
(245,239,244)
#F9F4F7
(249,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1C2D9; }

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

This text font color is #D1C2D9.


Background Color

.myBgColor { background-color: #D1C2D9; }

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

This div background color is #D1C2D9.


Border color

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

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

This div border color is #D1C2D9.


Opacity

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

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

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

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

This text has shadow with #D1C2D9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1C2D9 on black background.


Color preview on white background

This text has color #D1C2D9 on white background.



Black color preview on #D1C2D9 background

This text has black color on #D1C2D9 background.


White color preview on #D1C2D9 background

This text has white color on #D1C2D9 background.