COLOR #D3DEC6

HEX: #D3DEC6
RGB: (211,222,198)

Color info

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

RGB color model

#D3DEC6 color RGB value is (211,222,198).

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

RGB channels and saturation

R 211 of 255 = 83%
G 222 of 255 = 87%
B 198 of 255 = 78%

211
222
198

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

Portions of RGB colors in percentages

R + G + B =
211 + 222 + 198 = 631 (100%)
R 211 of 631 ~ 33.44%
G 222 of 631 ~ 35.18%
B 198 of 631 ~ 31.38%

%33.44
%35.18
%31.38

CMYK color model

#D3DEC6 color CMYK value is (5,0,11,13).

  • cyan value is 4.95%
  • magenta value is 0.00%
  • yellow value is 10.81%
  • key color value is 12.94%
CMYK:
(5,0,11,13)
C5M0Y11K13 
(5%,0%,11%,13%)
(0.05/0.00/0.11/0.13)	

CMYK percentages

%4.95
%0
%10.81
%12.94

Codes

Color #D3DEC6 in popluar color models

D3DEC6
RGB211222198
HSL88°26.67%82.35%
HSB/HSV88°10.81%87.06%
CMYK4.95%0.00%10.81%
12.94%

Color #D3DEC6 in popluar number systems.

HEXD3DEC6
Decimal211222198
Binary110100111101111011000110
Octal323336306

Shades and tints

Shades of #D3DEC6

#D3DEC6
(211,222,198)
#C0CAB4
(192,202,180)
#ADB6A2
(173,182,162)
#9AA290
(154,162,144)
#878E7E
(135,142,126)
#747A6C
(116,122,108)
#61665A
(97,102,90)
#4E5248
(78,82,72)
#3B3E36
(59,62,54)
#282A24
(40,42,36)
#151612
(21,22,18)
#000000
(0,0,0)

Tints of #D3DEC6

#D3DEC6
(211,222,198)
#D7E1CB
(215,225,203)
#DBE4D0
(219,228,208)
#DFE7D5
(223,231,213)
#E3EADA
(227,234,218)
#E7EDDF
(231,237,223)
#EBF0E4
(235,240,228)
#EFF3E9
(239,243,233)
#F3F6EE
(243,246,238)
#F7F9F3
(247,249,243)
#FBFCF8
(251,252,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D3DEC6 color. Also use rgb(211,222,198) instead hex code.

Text Font Color

.myTextColor { color: #D3DEC6; }

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

This text font color is #D3DEC6.


Background Color

.myBgColor { background-color: #D3DEC6; }

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

This div background color is #D3DEC6.


Border color

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

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

This div border color is #D3DEC6.


Opacity

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

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

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

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

This text has shadow with #D3DEC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3DEC6 on black background.


Color preview on white background

This text has color #D3DEC6 on white background.



Black color preview on #D3DEC6 background

This text has black color on #D3DEC6 background.


White color preview on #D3DEC6 background

This text has white color on #D3DEC6 background.