COLOR #D7C7EF

HEX: #D7C7EF
RGB: (215,199,239)

Color info

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

RGB color model

#D7C7EF color RGB value is (215,199,239).

  • red value is 215;
  • green value is 199;
  • blue value is 239.
RGB:
(215,199,239)
(84%,78%,94%)

RGB channels and saturation

R 215 of 255 = 84%
G 199 of 255 = 78%
B 239 of 255 = 94%

215
199
239

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

Portions of RGB colors in percentages

R + G + B =
215 + 199 + 239 = 653 (100%)
R 215 of 653 ~ 32.92%
G 199 of 653 ~ 30.47%
B 239 of 653 ~ 36.6%

%32.92
%30.47
%36.6

CMYK color model

#D7C7EF color CMYK value is (10,17,0,6).

  • cyan value is 10.04%
  • magenta value is 16.74%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(10,17,0,6)
C10M17Y0K6 
(10%,17%,0%,6%)
(0.10/0.17/0.00/0.06)	

CMYK percentages

%10.04
%16.74
%0
%6.27

Codes

Color #D7C7EF in popluar color models

D7C7EF
RGB215199239
HSL264°55.56%85.88%
HSB/HSV264°16.74%93.73%
CMYK10.04%16.74%0.00%
6.27%

Color #D7C7EF in popluar number systems.

HEXD7C7EF
Decimal215199239
Binary110101111100011111101111
Octal327307357

Shades and tints

Shades of #D7C7EF

#D7C7EF
(215,199,239)
#C4B5DA
(196,181,218)
#B1A3C5
(177,163,197)
#9E91B0
(158,145,176)
#8B7F9B
(139,127,155)
#786D86
(120,109,134)
#655B71
(101,91,113)
#52495C
(82,73,92)
#3F3747
(63,55,71)
#2C2532
(44,37,50)
#19131D
(25,19,29)
#000000
(0,0,0)

Tints of #D7C7EF

#D7C7EF
(215,199,239)
#DACCF0
(218,204,240)
#DDD1F1
(221,209,241)
#E0D6F2
(224,214,242)
#E3DBF3
(227,219,243)
#E6E0F4
(230,224,244)
#E9E5F5
(233,229,245)
#ECEAF6
(236,234,246)
#EFEFF7
(239,239,247)
#F2F4F8
(242,244,248)
#F5F9F9
(245,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7C7EF color. Also use rgb(215,199,239) instead hex code.

Text Font Color

.myTextColor { color: #D7C7EF; }

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

This text font color is #D7C7EF.


Background Color

.myBgColor { background-color: #D7C7EF; }

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

This div background color is #D7C7EF.


Border color

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

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

This div border color is #D7C7EF.


Opacity

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

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

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

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

This text has shadow with #D7C7EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7C7EF on black background.


Color preview on white background

This text has color #D7C7EF on white background.



Black color preview on #D7C7EF background

This text has black color on #D7C7EF background.


White color preview on #D7C7EF background

This text has white color on #D7C7EF background.