COLOR #D7DCCE

HEX: #D7DCCE
RGB: (215,220,206)

Color info

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

RGB color model

#D7DCCE color RGB value is (215,220,206).

  • red value is 215;
  • green value is 220;
  • blue value is 206.
RGB:
(215,220,206)
(84%,86%,81%)

RGB channels and saturation

R 215 of 255 = 84%
G 220 of 255 = 86%
B 206 of 255 = 81%

215
220
206

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

Portions of RGB colors in percentages

R + G + B =
215 + 220 + 206 = 641 (100%)
R 215 of 641 ~ 33.54%
G 220 of 641 ~ 34.32%
B 206 of 641 ~ 32.14%

%33.54
%34.32
%32.14

CMYK color model

#D7DCCE color CMYK value is (2,0,6,14).

  • cyan value is 2.27%
  • magenta value is 0.00%
  • yellow value is 6.36%
  • key color value is 13.73%
CMYK:
(2,0,6,14)
C2M0Y6K14 
(2%,0%,6%,14%)
(0.02/0.00/0.06/0.14)	

CMYK percentages

%2.27
%0
%6.36
%13.73

Codes

Color #D7DCCE in popluar color models

D7DCCE
RGB215220206
HSL81°16.67%83.53%
HSB/HSV81°6.36%86.27%
CMYK2.27%0.00%6.36%
13.73%

Color #D7DCCE in popluar number systems.

HEXD7DCCE
Decimal215220206
Binary110101111101110011001110
Octal327334316

Shades and tints

Shades of #D7DCCE

#D7DCCE
(215,220,206)
#C4C8BC
(196,200,188)
#B1B4AA
(177,180,170)
#9EA098
(158,160,152)
#8B8C86
(139,140,134)
#787874
(120,120,116)
#656462
(101,100,98)
#525050
(82,80,80)
#3F3C3E
(63,60,62)
#2C282C
(44,40,44)
#19141A
(25,20,26)
#000000
(0,0,0)

Tints of #D7DCCE

#D7DCCE
(215,220,206)
#DADFD2
(218,223,210)
#DDE2D6
(221,226,214)
#E0E5DA
(224,229,218)
#E3E8DE
(227,232,222)
#E6EBE2
(230,235,226)
#E9EEE6
(233,238,230)
#ECF1EA
(236,241,234)
#EFF4EE
(239,244,238)
#F2F7F2
(242,247,242)
#F5FAF6
(245,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7DCCE color. Also use rgb(215,220,206) instead hex code.

Text Font Color

.myTextColor { color: #D7DCCE; }

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

This text font color is #D7DCCE.


Background Color

.myBgColor { background-color: #D7DCCE; }

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

This div background color is #D7DCCE.


Border color

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

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

This div border color is #D7DCCE.


Opacity

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

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

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

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

This text has shadow with #D7DCCE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7DCCE on black background.


Color preview on white background

This text has color #D7DCCE on white background.



Black color preview on #D7DCCE background

This text has black color on #D7DCCE background.


White color preview on #D7DCCE background

This text has white color on #D7DCCE background.