COLOR #D9C6FA

HEX: #D9C6FA
RGB: (217,198,250)

Color info

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

RGB color model

#D9C6FA color RGB value is (217,198,250).

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

RGB channels and saturation

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

217
198
250

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

Portions of RGB colors in percentages

R + G + B =
217 + 198 + 250 = 665 (100%)
R 217 of 665 ~ 32.63%
G 198 of 665 ~ 29.77%
B 250 of 665 ~ 37.59%

%32.63
%29.77
%37.59

CMYK color model

#D9C6FA color CMYK value is (13,21,0,2).

  • cyan value is 13.20%
  • magenta value is 20.80%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(13,21,0,2)
C13M21Y0K2 
(13%,21%,0%,2%)
(0.13/0.21/0.00/0.02)	

CMYK percentages

%13.2
%20.8
%0
%1.96

Codes

Color #D9C6FA in popluar color models

D9C6FA
RGB217198250
HSL262°83.87%87.84%
HSB/HSV262°20.80%98.04%
CMYK13.20%20.80%0.00%
1.96%

Color #D9C6FA in popluar number systems.

HEXD9C6FA
Decimal217198250
Binary110110011100011011111010
Octal331306372

Shades and tints

Shades of #D9C6FA

#D9C6FA
(217,198,250)
#C6B4E4
(198,180,228)
#B3A2CE
(179,162,206)
#A090B8
(160,144,184)
#8D7EA2
(141,126,162)
#7A6C8C
(122,108,140)
#675A76
(103,90,118)
#544860
(84,72,96)
#41364A
(65,54,74)
#2E2434
(46,36,52)
#1B121E
(27,18,30)
#000000
(0,0,0)

Tints of #D9C6FA

#D9C6FA
(217,198,250)
#DCCBFA
(220,203,250)
#DFD0FA
(223,208,250)
#E2D5FA
(226,213,250)
#E5DAFA
(229,218,250)
#E8DFFA
(232,223,250)
#EBE4FA
(235,228,250)
#EEE9FA
(238,233,250)
#F1EEFA
(241,238,250)
#F4F3FA
(244,243,250)
#F7F8FA
(247,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9C6FA; }

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

This text font color is #D9C6FA.


Background Color

.myBgColor { background-color: #D9C6FA; }

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

This div background color is #D9C6FA.


Border color

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

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

This div border color is #D9C6FA.


Opacity

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

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

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

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

This text has shadow with #D9C6FA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9C6FA on black background.


Color preview on white background

This text has color #D9C6FA on white background.



Black color preview on #D9C6FA background

This text has black color on #D9C6FA background.


White color preview on #D9C6FA background

This text has white color on #D9C6FA background.