COLOR #D3DCC5

HEX: #D3DCC5
RGB: (211,220,197)

Color info

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

RGB color model

#D3DCC5 color RGB value is (211,220,197).

  • red value is 211;
  • green value is 220;
  • blue value is 197.
RGB:
(211,220,197)
(83%,86%,77%)

RGB channels and saturation

R 211 of 255 = 83%
G 220 of 255 = 86%
B 197 of 255 = 77%

211
220
197

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

Portions of RGB colors in percentages

R + G + B =
211 + 220 + 197 = 628 (100%)
R 211 of 628 ~ 33.6%
G 220 of 628 ~ 35.03%
B 197 of 628 ~ 31.37%

%33.6
%35.03
%31.37

CMYK color model

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

  • cyan value is 4.09%
  • magenta value is 0.00%
  • yellow value is 10.45%
  • key color value is 13.73%
CMYK:
(4,0,10,14)
C4M0Y10K14 
(4%,0%,10%,14%)
(0.04/0.00/0.10/0.14)	

CMYK percentages

%4.09
%0
%10.45
%13.73

Codes

Color #D3DCC5 in popluar color models

D3DCC5
RGB211220197
HSL83°24.73%81.76%
HSB/HSV83°10.45%86.27%
CMYK4.09%0.00%10.45%
13.73%

Color #D3DCC5 in popluar number systems.

HEXD3DCC5
Decimal211220197
Binary110100111101110011000101
Octal323334305

Shades and tints

Shades of #D3DCC5

#D3DCC5
(211,220,197)
#C0C8B4
(192,200,180)
#ADB4A3
(173,180,163)
#9AA092
(154,160,146)
#878C81
(135,140,129)
#747870
(116,120,112)
#61645F
(97,100,95)
#4E504E
(78,80,78)
#3B3C3D
(59,60,61)
#28282C
(40,40,44)
#15141B
(21,20,27)
#000000
(0,0,0)

Tints of #D3DCC5

#D3DCC5
(211,220,197)
#D7DFCA
(215,223,202)
#DBE2CF
(219,226,207)
#DFE5D4
(223,229,212)
#E3E8D9
(227,232,217)
#E7EBDE
(231,235,222)
#EBEEE3
(235,238,227)
#EFF1E8
(239,241,232)
#F3F4ED
(243,244,237)
#F7F7F2
(247,247,242)
#FBFAF7
(251,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D3DCC5; }

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

This text font color is #D3DCC5.


Background Color

.myBgColor { background-color: #D3DCC5; }

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

This div background color is #D3DCC5.


Border color

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

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

This div border color is #D3DCC5.


Opacity

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

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

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

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

This text has shadow with #D3DCC5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3DCC5 on black background.


Color preview on white background

This text has color #D3DCC5 on white background.



Black color preview on #D3DCC5 background

This text has black color on #D3DCC5 background.


White color preview on #D3DCC5 background

This text has white color on #D3DCC5 background.