COLOR #D7C3DC

HEX: #D7C3DC
RGB: (215,195,220)

Color info

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

RGB color model

#D7C3DC color RGB value is (215,195,220).

  • red value is 215;
  • green value is 195;
  • blue value is 220.
RGB:
(215,195,220)
(84%,76%,86%)

RGB channels and saturation

R 215 of 255 = 84%
G 195 of 255 = 76%
B 220 of 255 = 86%

215
195
220

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

Portions of RGB colors in percentages

R + G + B =
215 + 195 + 220 = 630 (100%)
R 215 of 630 ~ 34.13%
G 195 of 630 ~ 30.95%
B 220 of 630 ~ 34.92%

%34.13
%30.95
%34.92

CMYK color model

#D7C3DC color CMYK value is (2,11,0,14).

  • cyan value is 2.27%
  • magenta value is 11.36%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(2,11,0,14)
C2M11Y0K14 
(2%,11%,0%,14%)
(0.02/0.11/0.00/0.14)	

CMYK percentages

%2.27
%11.36
%0
%13.73

Codes

Color #D7C3DC in popluar color models

D7C3DC
RGB215195220
HSL288°26.32%81.37%
HSB/HSV288°11.36%86.27%
CMYK2.27%11.36%0.00%
13.73%

Color #D7C3DC in popluar number systems.

HEXD7C3DC
Decimal215195220
Binary110101111100001111011100
Octal327303334

Shades and tints

Shades of #D7C3DC

#D7C3DC
(215,195,220)
#C4B2C8
(196,178,200)
#B1A1B4
(177,161,180)
#9E90A0
(158,144,160)
#8B7F8C
(139,127,140)
#786E78
(120,110,120)
#655D64
(101,93,100)
#524C50
(82,76,80)
#3F3B3C
(63,59,60)
#2C2A28
(44,42,40)
#191914
(25,25,20)
#000000
(0,0,0)

Tints of #D7C3DC

#D7C3DC
(215,195,220)
#DAC8DF
(218,200,223)
#DDCDE2
(221,205,226)
#E0D2E5
(224,210,229)
#E3D7E8
(227,215,232)
#E6DCEB
(230,220,235)
#E9E1EE
(233,225,238)
#ECE6F1
(236,230,241)
#EFEBF4
(239,235,244)
#F2F0F7
(242,240,247)
#F5F5FA
(245,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7C3DC color. Also use rgb(215,195,220) instead hex code.

Text Font Color

.myTextColor { color: #D7C3DC; }

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

This text font color is #D7C3DC.


Background Color

.myBgColor { background-color: #D7C3DC; }

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

This div background color is #D7C3DC.


Border color

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

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

This div border color is #D7C3DC.


Opacity

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

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

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

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

This text has shadow with #D7C3DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7C3DC on black background.


Color preview on white background

This text has color #D7C3DC on white background.



Black color preview on #D7C3DC background

This text has black color on #D7C3DC background.


White color preview on #D7C3DC background

This text has white color on #D7C3DC background.