COLOR #D7D0DC

HEX: #D7D0DC
RGB: (215,208,220)

Color info

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

RGB color model

#D7D0DC color RGB value is (215,208,220).

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

RGB channels and saturation

R 215 of 255 = 84%
G 208 of 255 = 82%
B 220 of 255 = 86%

215
208
220

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

Portions of RGB colors in percentages

R + G + B =
215 + 208 + 220 = 643 (100%)
R 215 of 643 ~ 33.44%
G 208 of 643 ~ 32.35%
B 220 of 643 ~ 34.21%

%33.44
%32.35
%34.21

CMYK color model

#D7D0DC color CMYK value is (2,5,0,14).

  • cyan value is 2.27%
  • magenta value is 5.45%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(2,5,0,14)
C2M5Y0K14 
(2%,5%,0%,14%)
(0.02/0.05/0.00/0.14)	

CMYK percentages

%2.27
%5.45
%0
%13.73

Codes

Color #D7D0DC in popluar color models

D7D0DC
RGB215208220
HSL275°14.63%83.92%
HSB/HSV275°5.45%86.27%
CMYK2.27%5.45%0.00%
13.73%

Color #D7D0DC in popluar number systems.

HEXD7D0DC
Decimal215208220
Binary110101111101000011011100
Octal327320334

Shades and tints

Shades of #D7D0DC

#D7D0DC
(215,208,220)
#C4BEC8
(196,190,200)
#B1ACB4
(177,172,180)
#9E9AA0
(158,154,160)
#8B888C
(139,136,140)
#787678
(120,118,120)
#656464
(101,100,100)
#525250
(82,82,80)
#3F403C
(63,64,60)
#2C2E28
(44,46,40)
#191C14
(25,28,20)
#000000
(0,0,0)

Tints of #D7D0DC

#D7D0DC
(215,208,220)
#DAD4DF
(218,212,223)
#DDD8E2
(221,216,226)
#E0DCE5
(224,220,229)
#E3E0E8
(227,224,232)
#E6E4EB
(230,228,235)
#E9E8EE
(233,232,238)
#ECECF1
(236,236,241)
#EFF0F4
(239,240,244)
#F2F4F7
(242,244,247)
#F5F8FA
(245,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7D0DC; }

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

This text font color is #D7D0DC.


Background Color

.myBgColor { background-color: #D7D0DC; }

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

This div background color is #D7D0DC.


Border color

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

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

This div border color is #D7D0DC.


Opacity

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

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

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

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

This text has shadow with #D7D0DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7D0DC on black background.


Color preview on white background

This text has color #D7D0DC on white background.



Black color preview on #D7D0DC background

This text has black color on #D7D0DC background.


White color preview on #D7D0DC background

This text has white color on #D7D0DC background.