COLOR #D2C3D6

HEX: #D2C3D6
RGB: (210,195,214)

Color info

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

RGB color model

#D2C3D6 color RGB value is (210,195,214).

  • red value is 210;
  • green value is 195;
  • blue value is 214.
RGB:
(210,195,214)
(82%,76%,84%)

RGB channels and saturation

R 210 of 255 = 82%
G 195 of 255 = 76%
B 214 of 255 = 84%

210
195
214

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

Portions of RGB colors in percentages

R + G + B =
210 + 195 + 214 = 619 (100%)
R 210 of 619 ~ 33.93%
G 195 of 619 ~ 31.5%
B 214 of 619 ~ 34.57%

%33.93
%31.5
%34.57

CMYK color model

#D2C3D6 color CMYK value is (2,9,0,16).

  • cyan value is 1.87%
  • magenta value is 8.88%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(2,9,0,16)
C2M9Y0K16 
(2%,9%,0%,16%)
(0.02/0.09/0.00/0.16)	

CMYK percentages

%1.87
%8.88
%0
%16.08

Codes

Color #D2C3D6 in popluar color models

D2C3D6
RGB210195214
HSL287°18.81%80.20%
HSB/HSV287°8.88%83.92%
CMYK1.87%8.88%0.00%
16.08%

Color #D2C3D6 in popluar number systems.

HEXD2C3D6
Decimal210195214
Binary110100101100001111010110
Octal322303326

Shades and tints

Shades of #D2C3D6

#D2C3D6
(210,195,214)
#BFB2C3
(191,178,195)
#ACA1B0
(172,161,176)
#99909D
(153,144,157)
#867F8A
(134,127,138)
#736E77
(115,110,119)
#605D64
(96,93,100)
#4D4C51
(77,76,81)
#3A3B3E
(58,59,62)
#272A2B
(39,42,43)
#141918
(20,25,24)
#000000
(0,0,0)

Tints of #D2C3D6

#D2C3D6
(210,195,214)
#D6C8D9
(214,200,217)
#DACDDC
(218,205,220)
#DED2DF
(222,210,223)
#E2D7E2
(226,215,226)
#E6DCE5
(230,220,229)
#EAE1E8
(234,225,232)
#EEE6EB
(238,230,235)
#F2EBEE
(242,235,238)
#F6F0F1
(246,240,241)
#FAF5F4
(250,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2C3D6 color. Also use rgb(210,195,214) instead hex code.

Text Font Color

.myTextColor { color: #D2C3D6; }

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

This text font color is #D2C3D6.


Background Color

.myBgColor { background-color: #D2C3D6; }

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

This div background color is #D2C3D6.


Border color

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

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

This div border color is #D2C3D6.


Opacity

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

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

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

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

This text has shadow with #D2C3D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2C3D6 on black background.


Color preview on white background

This text has color #D2C3D6 on white background.



Black color preview on #D2C3D6 background

This text has black color on #D2C3D6 background.


White color preview on #D2C3D6 background

This text has white color on #D2C3D6 background.