COLOR #D8C3F7

HEX: #D8C3F7
RGB: (216,195,247)

Color info

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

RGB color model

#D8C3F7 color RGB value is (216,195,247).

  • red value is 216;
  • green value is 195;
  • blue value is 247.
RGB:
(216,195,247)
(85%,76%,97%)

RGB channels and saturation

R 216 of 255 = 85%
G 195 of 255 = 76%
B 247 of 255 = 97%

216
195
247

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

Portions of RGB colors in percentages

R + G + B =
216 + 195 + 247 = 658 (100%)
R 216 of 658 ~ 32.83%
G 195 of 658 ~ 29.64%
B 247 of 658 ~ 37.54%

%32.83
%29.64
%37.54

CMYK color model

#D8C3F7 color CMYK value is (13,21,0,3).

  • cyan value is 12.55%
  • magenta value is 21.05%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK:
(13,21,0,3)
C13M21Y0K3 
(13%,21%,0%,3%)
(0.13/0.21/0.00/0.03)	

CMYK percentages

%12.55
%21.05
%0
%3.14

Codes

Color #D8C3F7 in popluar color models

D8C3F7
RGB216195247
HSL264°76.47%86.67%
HSB/HSV264°21.05%96.86%
CMYK12.55%21.05%0.00%
3.14%

Color #D8C3F7 in popluar number systems.

HEXD8C3F7
Decimal216195247
Binary110110001100001111110111
Octal330303367

Shades and tints

Shades of #D8C3F7

#D8C3F7
(216,195,247)
#C5B2E1
(197,178,225)
#B2A1CB
(178,161,203)
#9F90B5
(159,144,181)
#8C7F9F
(140,127,159)
#796E89
(121,110,137)
#665D73
(102,93,115)
#534C5D
(83,76,93)
#403B47
(64,59,71)
#2D2A31
(45,42,49)
#1A191B
(26,25,27)
#000000
(0,0,0)

Tints of #D8C3F7

#D8C3F7
(216,195,247)
#DBC8F7
(219,200,247)
#DECDF7
(222,205,247)
#E1D2F7
(225,210,247)
#E4D7F7
(228,215,247)
#E7DCF7
(231,220,247)
#EAE1F7
(234,225,247)
#EDE6F7
(237,230,247)
#F0EBF7
(240,235,247)
#F3F0F7
(243,240,247)
#F6F5F7
(246,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8C3F7 color. Also use rgb(216,195,247) instead hex code.

Text Font Color

.myTextColor { color: #D8C3F7; }

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

This text font color is #D8C3F7.


Background Color

.myBgColor { background-color: #D8C3F7; }

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

This div background color is #D8C3F7.


Border color

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

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

This div border color is #D8C3F7.


Opacity

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

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

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

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

This text has shadow with #D8C3F7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8C3F7 on black background.


Color preview on white background

This text has color #D8C3F7 on white background.



Black color preview on #D8C3F7 background

This text has black color on #D8C3F7 background.


White color preview on #D8C3F7 background

This text has white color on #D8C3F7 background.