COLOR #D7C8ED

HEX: #D7C8ED
RGB: (215,200,237)

Color info

#D7C8ED contains red, green and blue colors in about the same proportion. Web safe color of #D7C8ED is #CCCCFF (or #CCF).

RGB color model

#D7C8ED color RGB value is (215,200,237).

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

RGB channels and saturation

R 215 of 255 = 84%
G 200 of 255 = 78%
B 237 of 255 = 93%

215
200
237

R + G + B ~ 85%. #D7C8ED is quite light color.

Portions of RGB colors in percentages

R + G + B =
215 + 200 + 237 = 652 (100%)
R 215 of 652 ~ 32.98%
G 200 of 652 ~ 30.67%
B 237 of 652 ~ 36.35%

%32.98
%30.67
%36.35

CMYK color model

#D7C8ED color CMYK value is (9,16,0,7).

  • cyan value is 9.28%
  • magenta value is 15.61%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(9,16,0,7)
C9M16Y0K7 
(9%,16%,0%,7%)
(0.09/0.16/0.00/0.07)	

CMYK percentages

%9.28
%15.61
%0
%7.06

Codes

Color #D7C8ED in popluar color models

D7C8ED
RGB215200237
HSL264°50.68%85.69%
HSB/HSV264°15.61%92.94%
CMYK9.28%15.61%0.00%
7.06%

Color #D7C8ED in popluar number systems.

HEXD7C8ED
Decimal215200237
Binary110101111100100011101101
Octal327310355

Shades and tints

Shades of #D7C8ED

#D7C8ED
(215,200,237)
#C4B6D8
(196,182,216)
#B1A4C3
(177,164,195)
#9E92AE
(158,146,174)
#8B8099
(139,128,153)
#786E84
(120,110,132)
#655C6F
(101,92,111)
#524A5A
(82,74,90)
#3F3845
(63,56,69)
#2C2630
(44,38,48)
#19141B
(25,20,27)
#000000
(0,0,0)

Tints of #D7C8ED

#D7C8ED
(215,200,237)
#DACDEE
(218,205,238)
#DDD2EF
(221,210,239)
#E0D7F0
(224,215,240)
#E3DCF1
(227,220,241)
#E6E1F2
(230,225,242)
#E9E6F3
(233,230,243)
#ECEBF4
(236,235,244)
#EFF0F5
(239,240,245)
#F2F5F6
(242,245,246)
#F5FAF7
(245,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7C8ED; }

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

This text font color is #D7C8ED.


Background Color

.myBgColor { background-color: #D7C8ED; }

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

This div background color is #D7C8ED.


Border color

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

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

This div border color is #D7C8ED.


Opacity

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

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

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

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

This text has shadow with #D7C8ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7C8ED on black background.


Color preview on white background

This text has color #D7C8ED on white background.



Black color preview on #D7C8ED background

This text has black color on #D7C8ED background.


White color preview on #D7C8ED background

This text has white color on #D7C8ED background.