COLOR #D7CCDF

HEX: #D7CCDF RGB: (215,204,223)

Color info

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

RGB color model

#D7CCDF color RGB value is (215,204,223).

RGB: (215,204,223) (84%, 80%, 87%)

RGB channels and saturation

R 215 of 255 = 84%
G 204 of 255 = 80%
B 223 of 255 = 87%

215
204
223

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

Portions of RGB colors in percentages

R + G + B = 215 + 204 + 223 = 642 (100%)
R 215 of 642 ~ 33.49%
G 204 of 642 ~ 31.78%
B 223 of 642 ~ 34.74'%

%33.49
%31.78
%34.74

CMYK color model

#D7CCDF color CMYK value is (4,9,0,13).

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

CMYK: (4,9,0,13)
C4M9Y0K13 (4%, 9%, 0%, 13%)
(0.04 / 0.09 / 0.00 / 0.13)

CMYK percentages

%3.59
%8.52
%0
%12.55

Codes

Color #D7CCDF in popluar color models

D7 CC DF
RGB 215 204 223
HSL 275° 22.89% 83.73%
HSB/HSV 275° 8.52% 87.45%
CMYK 3.59% 8.52% 0.00%
12.55%

Color #D7CCDF in popluar number systems.

HEX D7 CC DF
Decimal 215 204 223
Binary 11010111 11001100 11011111
Octal 327 314 337

Shades and tints

Shades of #D7CCDF

#D7CCDF
(215,204,223)
#C4BACB
(196,186,203)
#B1A8B7
(177,168,183)
#9E96A3
(158,150,163)
#8B848F
(139,132,143)
#78727B
(120,114,123)
#656067
(101,96,103)
#524E53
(82,78,83)
#3F3C3F
(63,60,63)
#2C2A2B
(44,42,43)
#191817
(25,24,23)
#000000
(0,0,0)

Tints of #D7CCDF

#D7CCDF
(215,204,223)
#DAD0E1
(218,208,225)
#DDD4E3
(221,212,227)
#E0D8E5
(224,216,229)
#E3DCE7
(227,220,231)
#E6E0E9
(230,224,233)
#E9E4EB
(233,228,235)
#ECE8ED
(236,232,237)
#EFECEF
(239,236,239)
#F2F0F1
(242,240,241)
#F5F4F3
(245,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7CCDF; }

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

This text font color is #D7CCDF.

Background Color

.myBgColor { background-color: #D7CCDF; }

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

This div background color is #D7CCDF.

Border color

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

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

This div border color is #D7CCDF.

Opacity

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

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

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

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

This text has shadow with #D7CCDF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D7CCDF.

Preview

Color preview on black background

This text has color #D7CCDF on black background.


Color preview on white background

This text has color #D7CCDF on white background.


Black color preview on #D7CCDF background

This text has black color on #D7CCDF background.


White color preview on #D7CCDF background

This text has white color on #D7CCDF background.


Related colors

Complementary color

Complementary color for #hex is #283320.


I love getcolorcode.com

Triadic colors

1 #DFD7CC and #CCDFD7 with #D7CCDF are triadic colors.

2 #DFCCD7 and #CCD7DF with #D7CCDF are triadic colors.