COLOR #D7C6DE

HEX: #D7C6DE
RGB: (215,198,222)

Color info

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

RGB color model

#D7C6DE color RGB value is (215,198,222).

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

RGB channels and saturation

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

215
198
222

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

Portions of RGB colors in percentages

R + G + B =
215 + 198 + 222 = 635 (100%)
R 215 of 635 ~ 33.86%
G 198 of 635 ~ 31.18%
B 222 of 635 ~ 34.96%

%33.86
%31.18
%34.96

CMYK color model

#D7C6DE color CMYK value is (3,11,0,13).

  • cyan value is 3.15%
  • magenta value is 10.81%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(3,11,0,13)
C3M11Y0K13 
(3%,11%,0%,13%)
(0.03/0.11/0.00/0.13)	

CMYK percentages

%3.15
%10.81
%0
%12.94

Codes

Color #D7C6DE in popluar color models

D7C6DE
RGB215198222
HSL283°26.67%82.35%
HSB/HSV283°10.81%87.06%
CMYK3.15%10.81%0.00%
12.94%

Color #D7C6DE in popluar number systems.

HEXD7C6DE
Decimal215198222
Binary110101111100011011011110
Octal327306336

Shades and tints

Shades of #D7C6DE

#D7C6DE
(215,198,222)
#C4B4CA
(196,180,202)
#B1A2B6
(177,162,182)
#9E90A2
(158,144,162)
#8B7E8E
(139,126,142)
#786C7A
(120,108,122)
#655A66
(101,90,102)
#524852
(82,72,82)
#3F363E
(63,54,62)
#2C242A
(44,36,42)
#191216
(25,18,22)
#000000
(0,0,0)

Tints of #D7C6DE

#D7C6DE
(215,198,222)
#DACBE1
(218,203,225)
#DDD0E4
(221,208,228)
#E0D5E7
(224,213,231)
#E3DAEA
(227,218,234)
#E6DFED
(230,223,237)
#E9E4F0
(233,228,240)
#ECE9F3
(236,233,243)
#EFEEF6
(239,238,246)
#F2F3F9
(242,243,249)
#F5F8FC
(245,248,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7C6DE; }

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

This text font color is #D7C6DE.


Background Color

.myBgColor { background-color: #D7C6DE; }

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

This div background color is #D7C6DE.


Border color

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

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

This div border color is #D7C6DE.


Opacity

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

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

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

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

This text has shadow with #D7C6DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7C6DE on black background.


Color preview on white background

This text has color #D7C6DE on white background.



Black color preview on #D7C6DE background

This text has black color on #D7C6DE background.


White color preview on #D7C6DE background

This text has white color on #D7C6DE background.