COLOR #D8C2FC

HEX: #D8C2FC
RGB: (216,194,252)

Color info

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

RGB color model

#D8C2FC color RGB value is (216,194,252).

  • red value is 216;
  • green value is 194;
  • blue value is 252.
RGB:
(216,194,252)
(85%,76%,99%)

RGB channels and saturation

R 216 of 255 = 85%
G 194 of 255 = 76%
B 252 of 255 = 99%

216
194
252

R + G + B ~ 87%. #D8C2FC is light color.

Portions of RGB colors in percentages

R + G + B =
216 + 194 + 252 = 662 (100%)
R 216 of 662 ~ 32.63%
G 194 of 662 ~ 29.31%
B 252 of 662 ~ 38.07%

%32.63
%29.31
%38.07

CMYK color model

#D8C2FC color CMYK value is (14,23,0,1).

  • cyan value is 14.29%
  • magenta value is 23.02%
  • yellow value is 0.00%
  • key color value is 1.18%
CMYK:
(14,23,0,1)
C14M23Y0K1 
(14%,23%,0%,1%)
(0.14/0.23/0.00/0.01)	

CMYK percentages

%14.29
%23.02
%0
%1.18

Codes

Color #D8C2FC in popluar color models

D8C2FC
RGB216194252
HSL263°90.63%87.45%
HSB/HSV263°23.02%98.82%
CMYK14.29%23.02%0.00%
1.18%

Color #D8C2FC in popluar number systems.

HEXD8C2FC
Decimal216194252
Binary110110001100001011111100
Octal330302374

Shades and tints

Shades of #D8C2FC

#D8C2FC
(216,194,252)
#C5B1E6
(197,177,230)
#B2A0D0
(178,160,208)
#9F8FBA
(159,143,186)
#8C7EA4
(140,126,164)
#796D8E
(121,109,142)
#665C78
(102,92,120)
#534B62
(83,75,98)
#403A4C
(64,58,76)
#2D2936
(45,41,54)
#1A1820
(26,24,32)
#000000
(0,0,0)

Tints of #D8C2FC

#D8C2FC
(216,194,252)
#DBC7FC
(219,199,252)
#DECCFC
(222,204,252)
#E1D1FC
(225,209,252)
#E4D6FC
(228,214,252)
#E7DBFC
(231,219,252)
#EAE0FC
(234,224,252)
#EDE5FC
(237,229,252)
#F0EAFC
(240,234,252)
#F3EFFC
(243,239,252)
#F6F4FC
(246,244,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8C2FC color. Also use rgb(216,194,252) instead hex code.

Text Font Color

.myTextColor { color: #D8C2FC; }

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

This text font color is #D8C2FC.


Background Color

.myBgColor { background-color: #D8C2FC; }

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

This div background color is #D8C2FC.


Border color

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

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

This div border color is #D8C2FC.


Opacity

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

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

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

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

This text has shadow with #D8C2FC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8C2FC on black background.


Color preview on white background

This text has color #D8C2FC on white background.



Black color preview on #D8C2FC background

This text has black color on #D8C2FC background.


White color preview on #D8C2FC background

This text has white color on #D8C2FC background.