COLOR #D7C9DD

HEX: #D7C9DD RGB: (215,201,221)

Color info

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

RGB color model

#D7C9DD color RGB value is (215,201,221).

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

RGB channels and saturation

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

215
201
221

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

Portions of RGB colors in percentages

R + G + B = 215 + 201 + 221 = 637 (100%)
R 215 of 637 ~ 33.75%
G 201 of 637 ~ 31.55%
B 221 of 637 ~ 34.69'%

%33.75
%31.55
%34.69

CMYK color model

#D7C9DD color CMYK value is (3,9,0,13).

  • cyan value is 2.71%
  • magenta value is 9.05%
  • yellow value is 0.00%
  • key color value is 13.33%

CMYK: (3,9,0,13)
C3M9Y0K13 (3%, 9%, 0%, 13%)
(0.03 / 0.09 / 0.00 / 0.13)

CMYK percentages

%2.71
%9.05
%0
%13.33

Codes

Color #D7C9DD in popluar color models

D7 C9 DD
RGB 215 201 221
HSL 282° 22.73% 82.75%
HSB/HSV 282° 9.05% 86.67%
CMYK 2.71% 9.05% 0.00%
13.33%

Color #D7C9DD in popluar number systems.

HEX D7 C9 DD
Decimal 215 201 221
Binary 11010111 11001001 11011101
Octal 327 311 335

Shades and tints

Shades of #D7C9DD

#D7C9DD
(215,201,221)
#C4B7C9
(196,183,201)
#B1A5B5
(177,165,181)
#9E93A1
(158,147,161)
#8B818D
(139,129,141)
#786F79
(120,111,121)
#655D65
(101,93,101)
#524B51
(82,75,81)
#3F393D
(63,57,61)
#2C2729
(44,39,41)
#191515
(25,21,21)
#000000
(0,0,0)

Tints of #D7C9DD

#D7C9DD
(215,201,221)
#DACDE0
(218,205,224)
#DDD1E3
(221,209,227)
#E0D5E6
(224,213,230)
#E3D9E9
(227,217,233)
#E6DDEC
(230,221,236)
#E9E1EF
(233,225,239)
#ECE5F2
(236,229,242)
#EFE9F5
(239,233,245)
#F2EDF8
(242,237,248)
#F5F1FB
(245,241,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7C9DD; }

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

This text font color is #D7C9DD.

Background Color

.myBgColor { background-color: #D7C9DD; }

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

This div background color is #D7C9DD.

Border color

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

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

This div border color is #D7C9DD.

Opacity

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

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

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

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

This text has shadow with #D7C9DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D7C9DD.

Preview

Color preview on black background

This text has color #D7C9DD on black background.


Color preview on white background

This text has color #D7C9DD on white background.


Black color preview on #D7C9DD background

This text has black color on #D7C9DD background.


White color preview on #D7C9DD background

This text has white color on #D7C9DD background.


Related colors

Complementary color

Complementary color for #hex is #283622.


I love getcolorcode.com

Triadic colors

1 #DDD7C9 and #C9DDD7 with #D7C9DD are triadic colors.

2 #DDC9D7 and #C9D7DD with #D7C9DD are triadic colors.