COLOR #D7D3CC

HEX: #D7D3CC
RGB: (215,211,204)

Color info

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

RGB color model

#D7D3CC color RGB value is (215,211,204).

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

RGB channels and saturation

R 215 of 255 = 84%
G 211 of 255 = 83%
B 204 of 255 = 80%

215
211
204

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

Portions of RGB colors in percentages

R + G + B =
215 + 211 + 204 = 630 (100%)
R 215 of 630 ~ 34.13%
G 211 of 630 ~ 33.49%
B 204 of 630 ~ 32.38%

%34.13
%33.49
%32.38

CMYK color model

#D7D3CC color CMYK value is (0,2,5,16).

  • cyan value is 0.00%
  • magenta value is 1.86%
  • yellow value is 5.12%
  • key color value is 15.69%
CMYK:
(0,2,5,16)
C0M2Y5K16 
(0%,2%,5%,16%)
(0.00/0.02/0.05/0.16)	

CMYK percentages

%0
%1.86
%5.12
%15.69

Codes

Color #D7D3CC in popluar color models

D7D3CC
RGB215211204
HSL38°12.09%82.16%
HSB/HSV38°5.12%84.31%
CMYK0.00%1.86%5.12%
15.69%

Color #D7D3CC in popluar number systems.

HEXD7D3CC
Decimal215211204
Binary110101111101001111001100
Octal327323314

Shades and tints

Shades of #D7D3CC

#D7D3CC
(215,211,204)
#C4C0BA
(196,192,186)
#B1ADA8
(177,173,168)
#9E9A96
(158,154,150)
#8B8784
(139,135,132)
#787472
(120,116,114)
#656160
(101,97,96)
#524E4E
(82,78,78)
#3F3B3C
(63,59,60)
#2C282A
(44,40,42)
#191518
(25,21,24)
#000000
(0,0,0)

Tints of #D7D3CC

#D7D3CC
(215,211,204)
#DAD7D0
(218,215,208)
#DDDBD4
(221,219,212)
#E0DFD8
(224,223,216)
#E3E3DC
(227,227,220)
#E6E7E0
(230,231,224)
#E9EBE4
(233,235,228)
#ECEFE8
(236,239,232)
#EFF3EC
(239,243,236)
#F2F7F0
(242,247,240)
#F5FBF4
(245,251,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7D3CC; }

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

This text font color is #D7D3CC.


Background Color

.myBgColor { background-color: #D7D3CC; }

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

This div background color is #D7D3CC.


Border color

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

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

This div border color is #D7D3CC.


Opacity

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

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

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

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

This text has shadow with #D7D3CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7D3CC on black background.


Color preview on white background

This text has color #D7D3CC on white background.



Black color preview on #D7D3CC background

This text has black color on #D7D3CC background.


White color preview on #D7D3CC background

This text has white color on #D7D3CC background.