COLOR #D9C9E3

HEX: #D9C9E3
RGB: (217,201,227)

Color info

#D9C9E3 contains red, green and blue colors in about the same proportion. Web safe color of #D9C9E3 is #CCCCCC (or #CCC).

RGB color model

#D9C9E3 color RGB value is (217,201,227).

  • red value is 217;
  • green value is 201;
  • blue value is 227.
RGB:
(217,201,227)
(85%,79%,89%)

RGB channels and saturation

R 217 of 255 = 85%
G 201 of 255 = 79%
B 227 of 255 = 89%

217
201
227

R + G + B ~ 84%. #D9C9E3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
217 + 201 + 227 = 645 (100%)
R 217 of 645 ~ 33.64%
G 201 of 645 ~ 31.16%
B 227 of 645 ~ 35.19%

%33.64
%31.16
%35.19

CMYK color model

#D9C9E3 color CMYK value is (4,11,0,11).

  • cyan value is 4.41%
  • magenta value is 11.45%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(4,11,0,11)
C4M11Y0K11 
(4%,11%,0%,11%)
(0.04/0.11/0.00/0.11)	

CMYK percentages

%4.41
%11.45
%0
%10.98

Codes

Color #D9C9E3 in popluar color models

D9C9E3
RGB217201227
HSL277°31.71%83.92%
HSB/HSV277°11.45%89.02%
CMYK4.41%11.45%0.00%
10.98%

Color #D9C9E3 in popluar number systems.

HEXD9C9E3
Decimal217201227
Binary110110011100100111100011
Octal331311343

Shades and tints

Shades of #D9C9E3

#D9C9E3
(217,201,227)
#C6B7CF
(198,183,207)
#B3A5BB
(179,165,187)
#A093A7
(160,147,167)
#8D8193
(141,129,147)
#7A6F7F
(122,111,127)
#675D6B
(103,93,107)
#544B57
(84,75,87)
#413943
(65,57,67)
#2E272F
(46,39,47)
#1B151B
(27,21,27)
#000000
(0,0,0)

Tints of #D9C9E3

#D9C9E3
(217,201,227)
#DCCDE5
(220,205,229)
#DFD1E7
(223,209,231)
#E2D5E9
(226,213,233)
#E5D9EB
(229,217,235)
#E8DDED
(232,221,237)
#EBE1EF
(235,225,239)
#EEE5F1
(238,229,241)
#F1E9F3
(241,233,243)
#F4EDF5
(244,237,245)
#F7F1F7
(247,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9C9E3 color. Also use rgb(217,201,227) instead hex code.

Text Font Color

.myTextColor { color: #D9C9E3; }

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

This text font color is #D9C9E3.


Background Color

.myBgColor { background-color: #D9C9E3; }

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

This div background color is #D9C9E3.


Border color

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

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

This div border color is #D9C9E3.


Opacity

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

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

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

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

This text has shadow with #D9C9E3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9C9E3 on black background.


Color preview on white background

This text has color #D9C9E3 on white background.



Black color preview on #D9C9E3 background

This text has black color on #D9C9E3 background.


White color preview on #D9C9E3 background

This text has white color on #D9C9E3 background.