COLOR #D3DDC7

HEX: #D3DDC7
RGB: (211,221,199)

Color info

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

RGB color model

#D3DDC7 color RGB value is (211,221,199).

  • red value is 211;
  • green value is 221;
  • blue value is 199.
RGB:
(211,221,199)
(83%,87%,78%)

RGB channels and saturation

R 211 of 255 = 83%
G 221 of 255 = 87%
B 199 of 255 = 78%

211
221
199

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

Portions of RGB colors in percentages

R + G + B =
211 + 221 + 199 = 631 (100%)
R 211 of 631 ~ 33.44%
G 221 of 631 ~ 35.02%
B 199 of 631 ~ 31.54%

%33.44
%35.02
%31.54

CMYK color model

#D3DDC7 color CMYK value is (5,0,10,13).

  • cyan value is 4.52%
  • magenta value is 0.00%
  • yellow value is 9.95%
  • key color value is 13.33%
CMYK:
(5,0,10,13)
C5M0Y10K13 
(5%,0%,10%,13%)
(0.05/0.00/0.10/0.13)	

CMYK percentages

%4.52
%0
%9.95
%13.33

Codes

Color #D3DDC7 in popluar color models

D3DDC7
RGB211221199
HSL87°24.44%82.35%
HSB/HSV87°9.95%86.67%
CMYK4.52%0.00%9.95%
13.33%

Color #D3DDC7 in popluar number systems.

HEXD3DDC7
Decimal211221199
Binary110100111101110111000111
Octal323335307

Shades and tints

Shades of #D3DDC7

#D3DDC7
(211,221,199)
#C0C9B5
(192,201,181)
#ADB5A3
(173,181,163)
#9AA191
(154,161,145)
#878D7F
(135,141,127)
#74796D
(116,121,109)
#61655B
(97,101,91)
#4E5149
(78,81,73)
#3B3D37
(59,61,55)
#282925
(40,41,37)
#151513
(21,21,19)
#000000
(0,0,0)

Tints of #D3DDC7

#D3DDC7
(211,221,199)
#D7E0CC
(215,224,204)
#DBE3D1
(219,227,209)
#DFE6D6
(223,230,214)
#E3E9DB
(227,233,219)
#E7ECE0
(231,236,224)
#EBEFE5
(235,239,229)
#EFF2EA
(239,242,234)
#F3F5EF
(243,245,239)
#F7F8F4
(247,248,244)
#FBFBF9
(251,251,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D3DDC7; }

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

This text font color is #D3DDC7.


Background Color

.myBgColor { background-color: #D3DDC7; }

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

This div background color is #D3DDC7.


Border color

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

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

This div border color is #D3DDC7.


Opacity

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

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

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

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

This text has shadow with #D3DDC7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3DDC7 on black background.


Color preview on white background

This text has color #D3DDC7 on white background.



Black color preview on #D3DDC7 background

This text has black color on #D3DDC7 background.


White color preview on #D3DDC7 background

This text has white color on #D3DDC7 background.