COLOR #D5C0E7

HEX: #D5C0E7
RGB: (213,192,231)

Color info

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

RGB color model

#D5C0E7 color RGB value is (213,192,231).

  • red value is 213;
  • green value is 192;
  • blue value is 231.
RGB:
(213,192,231)
(84%,75%,91%)

RGB channels and saturation

R 213 of 255 = 84%
G 192 of 255 = 75%
B 231 of 255 = 91%

213
192
231

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

Portions of RGB colors in percentages

R + G + B =
213 + 192 + 231 = 636 (100%)
R 213 of 636 ~ 33.49%
G 192 of 636 ~ 30.19%
B 231 of 636 ~ 36.32%

%33.49
%30.19
%36.32

CMYK color model

#D5C0E7 color CMYK value is (8,17,0,9).

  • cyan value is 7.79%
  • magenta value is 16.88%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(8,17,0,9)
C8M17Y0K9 
(8%,17%,0%,9%)
(0.08/0.17/0.00/0.09)	

CMYK percentages

%7.79
%16.88
%0
%9.41

Codes

Color #D5C0E7 in popluar color models

D5C0E7
RGB213192231
HSL272°44.83%82.94%
HSB/HSV272°16.88%90.59%
CMYK7.79%16.88%0.00%
9.41%

Color #D5C0E7 in popluar number systems.

HEXD5C0E7
Decimal213192231
Binary110101011100000011100111
Octal325300347

Shades and tints

Shades of #D5C0E7

#D5C0E7
(213,192,231)
#C2AFD2
(194,175,210)
#AF9EBD
(175,158,189)
#9C8DA8
(156,141,168)
#897C93
(137,124,147)
#766B7E
(118,107,126)
#635A69
(99,90,105)
#504954
(80,73,84)
#3D383F
(61,56,63)
#2A272A
(42,39,42)
#171615
(23,22,21)
#000000
(0,0,0)

Tints of #D5C0E7

#D5C0E7
(213,192,231)
#D8C5E9
(216,197,233)
#DBCAEB
(219,202,235)
#DECFED
(222,207,237)
#E1D4EF
(225,212,239)
#E4D9F1
(228,217,241)
#E7DEF3
(231,222,243)
#EAE3F5
(234,227,245)
#EDE8F7
(237,232,247)
#F0EDF9
(240,237,249)
#F3F2FB
(243,242,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5C0E7 color. Also use rgb(213,192,231) instead hex code.

Text Font Color

.myTextColor { color: #D5C0E7; }

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

This text font color is #D5C0E7.


Background Color

.myBgColor { background-color: #D5C0E7; }

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

This div background color is #D5C0E7.


Border color

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

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

This div border color is #D5C0E7.


Opacity

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

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

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

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

This text has shadow with #D5C0E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5C0E7 on black background.


Color preview on white background

This text has color #D5C0E7 on white background.



Black color preview on #D5C0E7 background

This text has black color on #D5C0E7 background.


White color preview on #D5C0E7 background

This text has white color on #D5C0E7 background.