COLOR #D8C6FA

HEX: #D8C6FA
RGB: (216,198,250)

Color info

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

RGB color model

#D8C6FA color RGB value is (216,198,250).

  • red value is 216;
  • green value is 198;
  • blue value is 250.
RGB:
(216,198,250)
(85%,78%,98%)

RGB channels and saturation

R 216 of 255 = 85%
G 198 of 255 = 78%
B 250 of 255 = 98%

216
198
250

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

Portions of RGB colors in percentages

R + G + B =
216 + 198 + 250 = 664 (100%)
R 216 of 664 ~ 32.53%
G 198 of 664 ~ 29.82%
B 250 of 664 ~ 37.65%

%32.53
%29.82
%37.65

CMYK color model

#D8C6FA color CMYK value is (14,21,0,2).

  • cyan value is 13.60%
  • magenta value is 20.80%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(14,21,0,2)
C14M21Y0K2 
(14%,21%,0%,2%)
(0.14/0.21/0.00/0.02)	

CMYK percentages

%13.6
%20.8
%0
%1.96

Codes

Color #D8C6FA in popluar color models

D8C6FA
RGB216198250
HSL261°83.87%87.84%
HSB/HSV261°20.80%98.04%
CMYK13.60%20.80%0.00%
1.96%

Color #D8C6FA in popluar number systems.

HEXD8C6FA
Decimal216198250
Binary110110001100011011111010
Octal330306372

Shades and tints

Shades of #D8C6FA

#D8C6FA
(216,198,250)
#C5B4E4
(197,180,228)
#B2A2CE
(178,162,206)
#9F90B8
(159,144,184)
#8C7EA2
(140,126,162)
#796C8C
(121,108,140)
#665A76
(102,90,118)
#534860
(83,72,96)
#40364A
(64,54,74)
#2D2434
(45,36,52)
#1A121E
(26,18,30)
#000000
(0,0,0)

Tints of #D8C6FA

#D8C6FA
(216,198,250)
#DBCBFA
(219,203,250)
#DED0FA
(222,208,250)
#E1D5FA
(225,213,250)
#E4DAFA
(228,218,250)
#E7DFFA
(231,223,250)
#EAE4FA
(234,228,250)
#EDE9FA
(237,233,250)
#F0EEFA
(240,238,250)
#F3F3FA
(243,243,250)
#F6F8FA
(246,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8C6FA color. Also use rgb(216,198,250) instead hex code.

Text Font Color

.myTextColor { color: #D8C6FA; }

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

This text font color is #D8C6FA.


Background Color

.myBgColor { background-color: #D8C6FA; }

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

This div background color is #D8C6FA.


Border color

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

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

This div border color is #D8C6FA.


Opacity

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

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

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

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

This text has shadow with #D8C6FA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8C6FA on black background.


Color preview on white background

This text has color #D8C6FA on white background.



Black color preview on #D8C6FA background

This text has black color on #D8C6FA background.


White color preview on #D8C6FA background

This text has white color on #D8C6FA background.