COLOR #D3C7DC

HEX: #D3C7DC RGB: (211,199,220)

Color info

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

RGB color model

#D3C7DC color RGB value is (211,199,220).

RGB: (211,199,220) (83%, 78%, 86%)

RGB channels and saturation

R 211 of 255 = 83%
G 199 of 255 = 78%
B 220 of 255 = 86%

211
199
220

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

Portions of RGB colors in percentages

R + G + B = 211 + 199 + 220 = 630 (100%)
R 211 of 630 ~ 33.49%
G 199 of 630 ~ 31.59%
B 220 of 630 ~ 34.92'%

%33.49
%31.59
%34.92

CMYK color model

#D3C7DC color CMYK value is (4,10,0,14).

  • cyan value is 4.09%
  • magenta value is 9.55%
  • yellow value is 0.00%
  • key color value is 13.73%

CMYK: (4,10,0,14)
C4M10Y0K14 (4%, 10%, 0%, 14%)
(0.04 / 0.10 / 0.00 / 0.14)

CMYK percentages

%4.09
%9.55
%0
%13.73

Codes

Color #D3C7DC in popluar color models

D3 C7 DC
RGB 211 199 220
HSL 274° 23.08% 82.16%
HSB/HSV 274° 9.55% 86.27%
CMYK 4.09% 9.55% 0.00%
13.73%

Color #D3C7DC in popluar number systems.

HEX D3 C7 DC
Decimal 211 199 220
Binary 11010011 11000111 11011100
Octal 323 307 334

Shades and tints

Shades of #D3C7DC

#D3C7DC
(211,199,220)
#C0B5C8
(192,181,200)
#ADA3B4
(173,163,180)
#9A91A0
(154,145,160)
#877F8C
(135,127,140)
#746D78
(116,109,120)
#615B64
(97,91,100)
#4E4950
(78,73,80)
#3B373C
(59,55,60)
#282528
(40,37,40)
#151314
(21,19,20)
#000000
(0,0,0)

Tints of #D3C7DC

#D3C7DC
(211,199,220)
#D7CCDF
(215,204,223)
#DBD1E2
(219,209,226)
#DFD6E5
(223,214,229)
#E3DBE8
(227,219,232)
#E7E0EB
(231,224,235)
#EBE5EE
(235,229,238)
#EFEAF1
(239,234,241)
#F3EFF4
(243,239,244)
#F7F4F7
(247,244,247)
#FBF9FA
(251,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D3C7DC color. Also use rgb(211,199,220) instead hex code.

Text Font Color

.myTextColor { color: #D3C7DC; }

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

This text font color is #D3C7DC.

Background Color

.myBgColor { background-color: #D3C7DC; }

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

This div background color is #D3C7DC.

Border color

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

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

This div border color is #D3C7DC.

Opacity

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

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

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

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

This text has shadow with #D3C7DC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D3C7DC.

Preview

Color preview on black background

This text has color #D3C7DC on black background.


Color preview on white background

This text has color #D3C7DC on white background.


Black color preview on #D3C7DC background

This text has black color on #D3C7DC background.


White color preview on #D3C7DC background

This text has white color on #D3C7DC background.


Related colors

Complementary color

Complementary color for #hex is #2C3823.


I love getcolorcode.com

Triadic colors

1 #DCD3C7 and #C7DCD3 with #D3C7DC are triadic colors.

2 #DCC7D3 and #C7D3DC with #D3C7DC are triadic colors.