COLOR #D7C0E3

HEX: #D7C0E3
RGB: (215,192,227)

Color info

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

RGB color model

#D7C0E3 color RGB value is (215,192,227).

  • red value is 215;
  • green value is 192;
  • blue value is 227.
RGB:
(215,192,227)
(84%,75%,89%)

RGB channels and saturation

R 215 of 255 = 84%
G 192 of 255 = 75%
B 227 of 255 = 89%

215
192
227

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

Portions of RGB colors in percentages

R + G + B =
215 + 192 + 227 = 634 (100%)
R 215 of 634 ~ 33.91%
G 192 of 634 ~ 30.28%
B 227 of 634 ~ 35.8%

%33.91
%30.28
%35.8

CMYK color model

#D7C0E3 color CMYK value is (5,15,0,11).

  • cyan value is 5.29%
  • magenta value is 15.42%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(5,15,0,11)
C5M15Y0K11 
(5%,15%,0%,11%)
(0.05/0.15/0.00/0.11)	

CMYK percentages

%5.29
%15.42
%0
%10.98

Codes

Color #D7C0E3 in popluar color models

D7C0E3
RGB215192227
HSL279°38.46%82.16%
HSB/HSV279°15.42%89.02%
CMYK5.29%15.42%0.00%
10.98%

Color #D7C0E3 in popluar number systems.

HEXD7C0E3
Decimal215192227
Binary110101111100000011100011
Octal327300343

Shades and tints

Shades of #D7C0E3

#D7C0E3
(215,192,227)
#C4AFCF
(196,175,207)
#B19EBB
(177,158,187)
#9E8DA7
(158,141,167)
#8B7C93
(139,124,147)
#786B7F
(120,107,127)
#655A6B
(101,90,107)
#524957
(82,73,87)
#3F3843
(63,56,67)
#2C272F
(44,39,47)
#19161B
(25,22,27)
#000000
(0,0,0)

Tints of #D7C0E3

#D7C0E3
(215,192,227)
#DAC5E5
(218,197,229)
#DDCAE7
(221,202,231)
#E0CFE9
(224,207,233)
#E3D4EB
(227,212,235)
#E6D9ED
(230,217,237)
#E9DEEF
(233,222,239)
#ECE3F1
(236,227,241)
#EFE8F3
(239,232,243)
#F2EDF5
(242,237,245)
#F5F2F7
(245,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7C0E3 color. Also use rgb(215,192,227) instead hex code.

Text Font Color

.myTextColor { color: #D7C0E3; }

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

This text font color is #D7C0E3.


Background Color

.myBgColor { background-color: #D7C0E3; }

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

This div background color is #D7C0E3.


Border color

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

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

This div border color is #D7C0E3.


Opacity

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

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

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

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

This text has shadow with #D7C0E3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7C0E3 on black background.


Color preview on white background

This text has color #D7C0E3 on white background.



Black color preview on #D7C0E3 background

This text has black color on #D7C0E3 background.


White color preview on #D7C0E3 background

This text has white color on #D7C0E3 background.