COLOR #D7C8DE

HEX: #D7C8DE
RGB: (215,200,222)

Color info

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

RGB color model

#D7C8DE color RGB value is (215,200,222).

  • red value is 215;
  • green value is 200;
  • blue value is 222.
RGB:
(215,200,222)
(84%,78%,87%)

RGB channels and saturation

R 215 of 255 = 84%
G 200 of 255 = 78%
B 222 of 255 = 87%

215
200
222

R + G + B ~ 83%. #D7C8DE is quite light color.

Portions of RGB colors in percentages

R + G + B =
215 + 200 + 222 = 637 (100%)
R 215 of 637 ~ 33.75%
G 200 of 637 ~ 31.4%
B 222 of 637 ~ 34.85%

%33.75
%31.4
%34.85

CMYK color model

#D7C8DE color CMYK value is (3,10,0,13).

  • cyan value is 3.15%
  • magenta value is 9.91%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(3,10,0,13)
C3M10Y0K13 
(3%,10%,0%,13%)
(0.03/0.10/0.00/0.13)	

CMYK percentages

%3.15
%9.91
%0
%12.94

Codes

Color #D7C8DE in popluar color models

D7C8DE
RGB215200222
HSL281°25.00%82.75%
HSB/HSV281°9.91%87.06%
CMYK3.15%9.91%0.00%
12.94%

Color #D7C8DE in popluar number systems.

HEXD7C8DE
Decimal215200222
Binary110101111100100011011110
Octal327310336

Shades and tints

Shades of #D7C8DE

#D7C8DE
(215,200,222)
#C4B6CA
(196,182,202)
#B1A4B6
(177,164,182)
#9E92A2
(158,146,162)
#8B808E
(139,128,142)
#786E7A
(120,110,122)
#655C66
(101,92,102)
#524A52
(82,74,82)
#3F383E
(63,56,62)
#2C262A
(44,38,42)
#191416
(25,20,22)
#000000
(0,0,0)

Tints of #D7C8DE

#D7C8DE
(215,200,222)
#DACDE1
(218,205,225)
#DDD2E4
(221,210,228)
#E0D7E7
(224,215,231)
#E3DCEA
(227,220,234)
#E6E1ED
(230,225,237)
#E9E6F0
(233,230,240)
#ECEBF3
(236,235,243)
#EFF0F6
(239,240,246)
#F2F5F9
(242,245,249)
#F5FAFC
(245,250,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7C8DE color. Also use rgb(215,200,222) instead hex code.

Text Font Color

.myTextColor { color: #D7C8DE; }

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

This text font color is #D7C8DE.


Background Color

.myBgColor { background-color: #D7C8DE; }

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

This div background color is #D7C8DE.


Border color

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

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

This div border color is #D7C8DE.


Opacity

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

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

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

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

This text has shadow with #D7C8DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7C8DE on black background.


Color preview on white background

This text has color #D7C8DE on white background.



Black color preview on #D7C8DE background

This text has black color on #D7C8DE background.


White color preview on #D7C8DE background

This text has white color on #D7C8DE background.