COLOR #D9C0F7

HEX: #D9C0F7
RGB: (217,192,247)

Color info

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

RGB color model

#D9C0F7 color RGB value is (217,192,247).

  • red value is 217;
  • green value is 192;
  • blue value is 247.
RGB:
(217,192,247)
(85%,75%,97%)

RGB channels and saturation

R 217 of 255 = 85%
G 192 of 255 = 75%
B 247 of 255 = 97%

217
192
247

R + G + B ~ 86%. #D9C0F7 is light color.

Portions of RGB colors in percentages

R + G + B =
217 + 192 + 247 = 656 (100%)
R 217 of 656 ~ 33.08%
G 192 of 656 ~ 29.27%
B 247 of 656 ~ 37.65%

%33.08
%29.27
%37.65

CMYK color model

#D9C0F7 color CMYK value is (12,22,0,3).

  • cyan value is 12.15%
  • magenta value is 22.27%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK:
(12,22,0,3)
C12M22Y0K3 
(12%,22%,0%,3%)
(0.12/0.22/0.00/0.03)	

CMYK percentages

%12.15
%22.27
%0
%3.14

Codes

Color #D9C0F7 in popluar color models

D9C0F7
RGB217192247
HSL267°77.46%86.08%
HSB/HSV267°22.27%96.86%
CMYK12.15%22.27%0.00%
3.14%

Color #D9C0F7 in popluar number systems.

HEXD9C0F7
Decimal217192247
Binary110110011100000011110111
Octal331300367

Shades and tints

Shades of #D9C0F7

#D9C0F7
(217,192,247)
#C6AFE1
(198,175,225)
#B39ECB
(179,158,203)
#A08DB5
(160,141,181)
#8D7C9F
(141,124,159)
#7A6B89
(122,107,137)
#675A73
(103,90,115)
#54495D
(84,73,93)
#413847
(65,56,71)
#2E2731
(46,39,49)
#1B161B
(27,22,27)
#000000
(0,0,0)

Tints of #D9C0F7

#D9C0F7
(217,192,247)
#DCC5F7
(220,197,247)
#DFCAF7
(223,202,247)
#E2CFF7
(226,207,247)
#E5D4F7
(229,212,247)
#E8D9F7
(232,217,247)
#EBDEF7
(235,222,247)
#EEE3F7
(238,227,247)
#F1E8F7
(241,232,247)
#F4EDF7
(244,237,247)
#F7F2F7
(247,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9C0F7 color. Also use rgb(217,192,247) instead hex code.

Text Font Color

.myTextColor { color: #D9C0F7; }

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

This text font color is #D9C0F7.


Background Color

.myBgColor { background-color: #D9C0F7; }

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

This div background color is #D9C0F7.


Border color

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

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

This div border color is #D9C0F7.


Opacity

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

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

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

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

This text has shadow with #D9C0F7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9C0F7 on black background.


Color preview on white background

This text has color #D9C0F7 on white background.



Black color preview on #D9C0F7 background

This text has black color on #D9C0F7 background.


White color preview on #D9C0F7 background

This text has white color on #D9C0F7 background.