COLOR #D3DCC8

HEX: #D3DCC8
RGB: (211,220,200)

Color info

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

RGB color model

#D3DCC8 color RGB value is (211,220,200).

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

RGB channels and saturation

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

211
220
200

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

Portions of RGB colors in percentages

R + G + B =
211 + 220 + 200 = 631 (100%)
R 211 of 631 ~ 33.44%
G 220 of 631 ~ 34.87%
B 200 of 631 ~ 31.7%

%33.44
%34.87
%31.7

CMYK color model

#D3DCC8 color CMYK value is (4,0,9,14).

  • cyan value is 4.09%
  • magenta value is 0.00%
  • yellow value is 9.09%
  • key color value is 13.73%
CMYK:
(4,0,9,14)
C4M0Y9K14 
(4%,0%,9%,14%)
(0.04/0.00/0.09/0.14)	

CMYK percentages

%4.09
%0
%9.09
%13.73

Codes

Color #D3DCC8 in popluar color models

D3DCC8
RGB211220200
HSL87°22.22%82.35%
HSB/HSV87°9.09%86.27%
CMYK4.09%0.00%9.09%
13.73%

Color #D3DCC8 in popluar number systems.

HEXD3DCC8
Decimal211220200
Binary110100111101110011001000
Octal323334310

Shades and tints

Shades of #D3DCC8

#D3DCC8
(211,220,200)
#C0C8B6
(192,200,182)
#ADB4A4
(173,180,164)
#9AA092
(154,160,146)
#878C80
(135,140,128)
#74786E
(116,120,110)
#61645C
(97,100,92)
#4E504A
(78,80,74)
#3B3C38
(59,60,56)
#282826
(40,40,38)
#151414
(21,20,20)
#000000
(0,0,0)

Tints of #D3DCC8

#D3DCC8
(211,220,200)
#D7DFCD
(215,223,205)
#DBE2D2
(219,226,210)
#DFE5D7
(223,229,215)
#E3E8DC
(227,232,220)
#E7EBE1
(231,235,225)
#EBEEE6
(235,238,230)
#EFF1EB
(239,241,235)
#F3F4F0
(243,244,240)
#F7F7F5
(247,247,245)
#FBFAFA
(251,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D3DCC8; }

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

This text font color is #D3DCC8.


Background Color

.myBgColor { background-color: #D3DCC8; }

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

This div background color is #D3DCC8.


Border color

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

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

This div border color is #D3DCC8.


Opacity

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

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

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

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

This text has shadow with #D3DCC8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3DCC8 on black background.


Color preview on white background

This text has color #D3DCC8 on white background.



Black color preview on #D3DCC8 background

This text has black color on #D3DCC8 background.


White color preview on #D3DCC8 background

This text has white color on #D3DCC8 background.