COLOR #D7C2DF

HEX: #D7C2DF RGB: (215,194,223)

Color info

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

RGB color model

#D7C2DF color RGB value is (215,194,223).

RGB: (215,194,223) (84%, 76%, 87%)

RGB channels and saturation

R 215 of 255 = 84%
G 194 of 255 = 76%
B 223 of 255 = 87%

215
194
223

R + G + B ~ 82%. #D7C2DF is quite light color.

Portions of RGB colors in percentages

R + G + B = 215 + 194 + 223 = 632 (100%)
R 215 of 632 ~ 34.02%
G 194 of 632 ~ 30.7%
B 223 of 632 ~ 35.28'%

%34.02
%30.7
%35.28

CMYK color model

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

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

CMYK: (4,13,0,13)
C4M13Y0K13 (4%, 13%, 0%, 13%)
(0.04 / 0.13 / 0.00 / 0.13)

CMYK percentages

%3.59
%13
%0
%12.55

Codes

Color #D7C2DF in popluar color models

D7 C2 DF
RGB 215 194 223
HSL 283° 31.18% 81.76%
HSB/HSV 283° 13.00% 87.45%
CMYK 3.59% 13.00% 0.00%
12.55%

Color #D7C2DF in popluar number systems.

HEX D7 C2 DF
Decimal 215 194 223
Binary 11010111 11000010 11011111
Octal 327 302 337

Shades and tints

Shades of #D7C2DF

#D7C2DF
(215,194,223)
#C4B1CB
(196,177,203)
#B1A0B7
(177,160,183)
#9E8FA3
(158,143,163)
#8B7E8F
(139,126,143)
#786D7B
(120,109,123)
#655C67
(101,92,103)
#524B53
(82,75,83)
#3F3A3F
(63,58,63)
#2C292B
(44,41,43)
#191817
(25,24,23)
#000000
(0,0,0)

Tints of #D7C2DF

#D7C2DF
(215,194,223)
#DAC7E1
(218,199,225)
#DDCCE3
(221,204,227)
#E0D1E5
(224,209,229)
#E3D6E7
(227,214,231)
#E6DBE9
(230,219,233)
#E9E0EB
(233,224,235)
#ECE5ED
(236,229,237)
#EFEAEF
(239,234,239)
#F2EFF1
(242,239,241)
#F5F4F3
(245,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7C2DF; }

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

This text font color is #D7C2DF.

Background Color

.myBgColor { background-color: #D7C2DF; }

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

This div background color is #D7C2DF.

Border color

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

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

This div border color is #D7C2DF.

Opacity

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

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

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

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

This text has shadow with #D7C2DF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D7C2DF.

Preview

Color preview on black background

This text has color #D7C2DF on black background.


Color preview on white background

This text has color #D7C2DF on white background.


Black color preview on #D7C2DF background

This text has black color on #D7C2DF background.


White color preview on #D7C2DF background

This text has white color on #D7C2DF background.


Related colors

Complementary color

Complementary color for #hex is #283D20.


I love getcolorcode.com

Triadic colors

1 #DFD7C2 and #C2DFD7 with #D7C2DF are triadic colors.

2 #DFC2D7 and #C2D7DF with #D7C2DF are triadic colors.