COLOR #D7DECC

HEX: #D7DECC
RGB: (215,222,204)

Color info

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

RGB color model

#D7DECC color RGB value is (215,222,204).

  • red value is 215;
  • green value is 222;
  • blue value is 204.
RGB:
(215,222,204)
(84%,87%,80%)

RGB channels and saturation

R 215 of 255 = 84%
G 222 of 255 = 87%
B 204 of 255 = 80%

215
222
204

R + G + B ~ 84%. #D7DECC is quite light color.

Portions of RGB colors in percentages

R + G + B =
215 + 222 + 204 = 641 (100%)
R 215 of 641 ~ 33.54%
G 222 of 641 ~ 34.63%
B 204 of 641 ~ 31.83%

%33.54
%34.63
%31.83

CMYK color model

#D7DECC color CMYK value is (3,0,8,13).

  • cyan value is 3.15%
  • magenta value is 0.00%
  • yellow value is 8.11%
  • key color value is 12.94%
CMYK:
(3,0,8,13)
C3M0Y8K13 
(3%,0%,8%,13%)
(0.03/0.00/0.08/0.13)	

CMYK percentages

%3.15
%0
%8.11
%12.94

Codes

Color #D7DECC in popluar color models

D7DECC
RGB215222204
HSL83°21.43%83.53%
HSB/HSV83°8.11%87.06%
CMYK3.15%0.00%8.11%
12.94%

Color #D7DECC in popluar number systems.

HEXD7DECC
Decimal215222204
Binary110101111101111011001100
Octal327336314

Shades and tints

Shades of #D7DECC

#D7DECC
(215,222,204)
#C4CABA
(196,202,186)
#B1B6A8
(177,182,168)
#9EA296
(158,162,150)
#8B8E84
(139,142,132)
#787A72
(120,122,114)
#656660
(101,102,96)
#52524E
(82,82,78)
#3F3E3C
(63,62,60)
#2C2A2A
(44,42,42)
#191618
(25,22,24)
#000000
(0,0,0)

Tints of #D7DECC

#D7DECC
(215,222,204)
#DAE1D0
(218,225,208)
#DDE4D4
(221,228,212)
#E0E7D8
(224,231,216)
#E3EADC
(227,234,220)
#E6EDE0
(230,237,224)
#E9F0E4
(233,240,228)
#ECF3E8
(236,243,232)
#EFF6EC
(239,246,236)
#F2F9F0
(242,249,240)
#F5FCF4
(245,252,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7DECC color. Also use rgb(215,222,204) instead hex code.

Text Font Color

.myTextColor { color: #D7DECC; }

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

This text font color is #D7DECC.


Background Color

.myBgColor { background-color: #D7DECC; }

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

This div background color is #D7DECC.


Border color

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

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

This div border color is #D7DECC.


Opacity

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

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

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

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

This text has shadow with #D7DECC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7DECC on black background.


Color preview on white background

This text has color #D7DECC on white background.



Black color preview on #D7DECC background

This text has black color on #D7DECC background.


White color preview on #D7DECC background

This text has white color on #D7DECC background.