COLOR #D7C4DC

HEX: #D7C4DC RGB: (215,196,220)

Color info

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

RGB color model

#D7C4DC color RGB value is (215,196,220).

RGB: (215,196,220) (84%, 77%, 86%)

RGB channels and saturation

R 215 of 255 = 84%
G 196 of 255 = 77%
B 220 of 255 = 86%

215
196
220

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

Portions of RGB colors in percentages

R + G + B = 215 + 196 + 220 = 631 (100%)
R 215 of 631 ~ 34.07%
G 196 of 631 ~ 31.06%
B 220 of 631 ~ 34.87'%

%34.07
%31.06
%34.87

CMYK color model

#D7C4DC color CMYK value is (2,11,0,14).

  • cyan value is 2.27%
  • magenta value is 10.91%
  • yellow value is 0.00%
  • key color value is 13.73%

CMYK: (2,11,0,14)
C2M11Y0K14 (2%, 11%, 0%, 14%)
(0.02 / 0.11 / 0.00 / 0.14)

CMYK percentages

%2.27
%10.91
%0
%13.73

Codes

Color #D7C4DC in popluar color models

D7 C4 DC
RGB 215 196 220
HSL 288° 25.53% 81.57%
HSB/HSV 288° 10.91% 86.27%
CMYK 2.27% 10.91% 0.00%
13.73%

Color #D7C4DC in popluar number systems.

HEX D7 C4 DC
Decimal 215 196 220
Binary 11010111 11000100 11011100
Octal 327 304 334

Shades and tints

Shades of #D7C4DC

#D7C4DC
(215,196,220)
#C4B3C8
(196,179,200)
#B1A2B4
(177,162,180)
#9E91A0
(158,145,160)
#8B808C
(139,128,140)
#786F78
(120,111,120)
#655E64
(101,94,100)
#524D50
(82,77,80)
#3F3C3C
(63,60,60)
#2C2B28
(44,43,40)
#191A14
(25,26,20)
#000000
(0,0,0)

Tints of #D7C4DC

#D7C4DC
(215,196,220)
#DAC9DF
(218,201,223)
#DDCEE2
(221,206,226)
#E0D3E5
(224,211,229)
#E3D8E8
(227,216,232)
#E6DDEB
(230,221,235)
#E9E2EE
(233,226,238)
#ECE7F1
(236,231,241)
#EFECF4
(239,236,244)
#F2F1F7
(242,241,247)
#F5F6FA
(245,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7C4DC color. Also use rgb(215,196,220) instead hex code.

Text Font Color

.myTextColor { color: #D7C4DC; }

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

This text font color is #D7C4DC.

Background Color

.myBgColor { background-color: #D7C4DC; }

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

This div background color is #D7C4DC.

Border color

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

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

This div border color is #D7C4DC.

Opacity

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

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

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

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

This text has shadow with #D7C4DC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D7C4DC.

Preview

Color preview on black background

This text has color #D7C4DC on black background.


Color preview on white background

This text has color #D7C4DC on white background.


Black color preview on #D7C4DC background

This text has black color on #D7C4DC background.


White color preview on #D7C4DC background

This text has white color on #D7C4DC background.


Related colors

Complementary color

Complementary color for #hex is #283B23.


I love getcolorcode.com

Triadic colors

1 #DCD7C4 and #C4DCD7 with #D7C4DC are triadic colors.

2 #DCC4D7 and #C4D7DC with #D7C4DC are triadic colors.