COLOR #D9C6EF

HEX: #D9C6EF
RGB: (217,198,239)

Color info

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

RGB color model

#D9C6EF color RGB value is (217,198,239).

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

RGB channels and saturation

R 217 of 255 = 85%
G 198 of 255 = 78%
B 239 of 255 = 94%

217
198
239

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

Portions of RGB colors in percentages

R + G + B =
217 + 198 + 239 = 654 (100%)
R 217 of 654 ~ 33.18%
G 198 of 654 ~ 30.28%
B 239 of 654 ~ 36.54%

%33.18
%30.28
%36.54

CMYK color model

#D9C6EF color CMYK value is (9,17,0,6).

  • cyan value is 9.21%
  • magenta value is 17.15%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(9,17,0,6)
C9M17Y0K6 
(9%,17%,0%,6%)
(0.09/0.17/0.00/0.06)	

CMYK percentages

%9.21
%17.15
%0
%6.27

Codes

Color #D9C6EF in popluar color models

D9C6EF
RGB217198239
HSL268°56.16%85.69%
HSB/HSV268°17.15%93.73%
CMYK9.21%17.15%0.00%
6.27%

Color #D9C6EF in popluar number systems.

HEXD9C6EF
Decimal217198239
Binary110110011100011011101111
Octal331306357

Shades and tints

Shades of #D9C6EF

#D9C6EF
(217,198,239)
#C6B4DA
(198,180,218)
#B3A2C5
(179,162,197)
#A090B0
(160,144,176)
#8D7E9B
(141,126,155)
#7A6C86
(122,108,134)
#675A71
(103,90,113)
#54485C
(84,72,92)
#413647
(65,54,71)
#2E2432
(46,36,50)
#1B121D
(27,18,29)
#000000
(0,0,0)

Tints of #D9C6EF

#D9C6EF
(217,198,239)
#DCCBF0
(220,203,240)
#DFD0F1
(223,208,241)
#E2D5F2
(226,213,242)
#E5DAF3
(229,218,243)
#E8DFF4
(232,223,244)
#EBE4F5
(235,228,245)
#EEE9F6
(238,233,246)
#F1EEF7
(241,238,247)
#F4F3F8
(244,243,248)
#F7F8F9
(247,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9C6EF; }

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

This text font color is #D9C6EF.


Background Color

.myBgColor { background-color: #D9C6EF; }

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

This div background color is #D9C6EF.


Border color

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

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

This div border color is #D9C6EF.


Opacity

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

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

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

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

This text has shadow with #D9C6EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9C6EF on black background.


Color preview on white background

This text has color #D9C6EF on white background.



Black color preview on #D9C6EF background

This text has black color on #D9C6EF background.


White color preview on #D9C6EF background

This text has white color on #D9C6EF background.