COLOR #D7C9DF

HEX: #D7C9DF RGB: (215,201,223)

Color info

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

RGB color model

#D7C9DF color RGB value is (215,201,223).

RGB: (215,201,223) (84%, 79%, 87%)

RGB channels and saturation

R 215 of 255 = 84%
G 201 of 255 = 79%
B 223 of 255 = 87%

215
201
223

R + G + B ~ 83%. #D7C9DF is quite light color.

Portions of RGB colors in percentages

R + G + B = 215 + 201 + 223 = 639 (100%)
R 215 of 639 ~ 33.65%
G 201 of 639 ~ 31.46%
B 223 of 639 ~ 34.9'%

%33.65
%31.46
%34.9

CMYK color model

#D7C9DF color CMYK value is (4,10,0,13).

  • cyan value is 3.59%
  • magenta value is 9.87%
  • yellow value is 0.00%
  • key color value is 12.55%

CMYK: (4,10,0,13)
C4M10Y0K13 (4%, 10%, 0%, 13%)
(0.04 / 0.10 / 0.00 / 0.13)

CMYK percentages

%3.59
%9.87
%0
%12.55

Codes

Color #D7C9DF in popluar color models

D7 C9 DF
RGB 215 201 223
HSL 278° 25.58% 83.14%
HSB/HSV 278° 9.87% 87.45%
CMYK 3.59% 9.87% 0.00%
12.55%

Color #D7C9DF in popluar number systems.

HEX D7 C9 DF
Decimal 215 201 223
Binary 11010111 11001001 11011111
Octal 327 311 337

Shades and tints

Shades of #D7C9DF

#D7C9DF
(215,201,223)
#C4B7CB
(196,183,203)
#B1A5B7
(177,165,183)
#9E93A3
(158,147,163)
#8B818F
(139,129,143)
#786F7B
(120,111,123)
#655D67
(101,93,103)
#524B53
(82,75,83)
#3F393F
(63,57,63)
#2C272B
(44,39,43)
#191517
(25,21,23)
#000000
(0,0,0)

Tints of #D7C9DF

#D7C9DF
(215,201,223)
#DACDE1
(218,205,225)
#DDD1E3
(221,209,227)
#E0D5E5
(224,213,229)
#E3D9E7
(227,217,231)
#E6DDE9
(230,221,233)
#E9E1EB
(233,225,235)
#ECE5ED
(236,229,237)
#EFE9EF
(239,233,239)
#F2EDF1
(242,237,241)
#F5F1F3
(245,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7C9DF color. Also use rgb(215,201,223) instead hex code.

Text Font Color

.myTextColor { color: #D7C9DF; }

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

This text font color is #D7C9DF.

Background Color

.myBgColor { background-color: #D7C9DF; }

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

This div background color is #D7C9DF.

Border color

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

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

This div border color is #D7C9DF.

Opacity

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

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

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

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

This text has shadow with #D7C9DF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D7C9DF.

Preview

Color preview on black background

This text has color #D7C9DF on black background.


Color preview on white background

This text has color #D7C9DF on white background.


Black color preview on #D7C9DF background

This text has black color on #D7C9DF background.


White color preview on #D7C9DF background

This text has white color on #D7C9DF background.


Related colors

Complementary color

Complementary color for #hex is #283620.


I love getcolorcode.com

Triadic colors

1 #DFD7C9 and #C9DFD7 with #D7C9DF are triadic colors.

2 #DFC9D7 and #C9D7DF with #D7C9DF are triadic colors.