COLOR #D7C5DC

HEX: #D7C5DC
RGB: (215,197,220)

Color info

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

RGB color model

#D7C5DC color RGB value is (215,197,220).

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

RGB channels and saturation

R 215 of 255 = 84%
G 197 of 255 = 77%
B 220 of 255 = 86%

215
197
220

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

Portions of RGB colors in percentages

R + G + B =
215 + 197 + 220 = 632 (100%)
R 215 of 632 ~ 34.02%
G 197 of 632 ~ 31.17%
B 220 of 632 ~ 34.81%

%34.02
%31.17
%34.81

CMYK color model

#D7C5DC color CMYK value is (2,10,0,14).

  • cyan value is 2.27%
  • magenta value is 10.45%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(2,10,0,14)
C2M10Y0K14 
(2%,10%,0%,14%)
(0.02/0.10/0.00/0.14)	

CMYK percentages

%2.27
%10.45
%0
%13.73

Codes

Color #D7C5DC in popluar color models

D7C5DC
RGB215197220
HSL287°24.73%81.76%
HSB/HSV287°10.45%86.27%
CMYK2.27%10.45%0.00%
13.73%

Color #D7C5DC in popluar number systems.

HEXD7C5DC
Decimal215197220
Binary110101111100010111011100
Octal327305334

Shades and tints

Shades of #D7C5DC

#D7C5DC
(215,197,220)
#C4B4C8
(196,180,200)
#B1A3B4
(177,163,180)
#9E92A0
(158,146,160)
#8B818C
(139,129,140)
#787078
(120,112,120)
#655F64
(101,95,100)
#524E50
(82,78,80)
#3F3D3C
(63,61,60)
#2C2C28
(44,44,40)
#191B14
(25,27,20)
#000000
(0,0,0)

Tints of #D7C5DC

#D7C5DC
(215,197,220)
#DACADF
(218,202,223)
#DDCFE2
(221,207,226)
#E0D4E5
(224,212,229)
#E3D9E8
(227,217,232)
#E6DEEB
(230,222,235)
#E9E3EE
(233,227,238)
#ECE8F1
(236,232,241)
#EFEDF4
(239,237,244)
#F2F2F7
(242,242,247)
#F5F7FA
(245,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7C5DC; }

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

This text font color is #D7C5DC.


Background Color

.myBgColor { background-color: #D7C5DC; }

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

This div background color is #D7C5DC.


Border color

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

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

This div border color is #D7C5DC.


Opacity

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

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

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

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

This text has shadow with #D7C5DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7C5DC on black background.


Color preview on white background

This text has color #D7C5DC on white background.



Black color preview on #D7C5DC background

This text has black color on #D7C5DC background.


White color preview on #D7C5DC background

This text has white color on #D7C5DC background.