COLOR #D7CCD5

HEX: #D7CCD5
RGB: (215,204,213)

Color info

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

RGB color model

#D7CCD5 color RGB value is (215,204,213).

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

RGB channels and saturation

R 215 of 255 = 84%
G 204 of 255 = 80%
B 213 of 255 = 84%

215
204
213

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

Portions of RGB colors in percentages

R + G + B =
215 + 204 + 213 = 632 (100%)
R 215 of 632 ~ 34.02%
G 204 of 632 ~ 32.28%
B 213 of 632 ~ 33.7%

%34.02
%32.28
%33.7

CMYK color model

#D7CCD5 color CMYK value is (0,5,1,16).

  • cyan value is 0.00%
  • magenta value is 5.12%
  • yellow value is 0.93%
  • key color value is 15.69%
CMYK:
(0,5,1,16)
C0M5Y1K16 
(0%,5%,1%,16%)
(0.00/0.05/0.01/0.16)	

CMYK percentages

%0
%5.12
%0.93
%15.69

Codes

Color #D7CCD5 in popluar color models

D7CCD5
RGB215204213
HSL311°12.09%82.16%
HSB/HSV311°5.12%84.31%
CMYK0.00%5.12%0.93%
15.69%

Color #D7CCD5 in popluar number systems.

HEXD7CCD5
Decimal215204213
Binary110101111100110011010101
Octal327314325

Shades and tints

Shades of #D7CCD5

#D7CCD5
(215,204,213)
#C4BAC2
(196,186,194)
#B1A8AF
(177,168,175)
#9E969C
(158,150,156)
#8B8489
(139,132,137)
#787276
(120,114,118)
#656063
(101,96,99)
#524E50
(82,78,80)
#3F3C3D
(63,60,61)
#2C2A2A
(44,42,42)
#191817
(25,24,23)
#000000
(0,0,0)

Tints of #D7CCD5

#D7CCD5
(215,204,213)
#DAD0D8
(218,208,216)
#DDD4DB
(221,212,219)
#E0D8DE
(224,216,222)
#E3DCE1
(227,220,225)
#E6E0E4
(230,224,228)
#E9E4E7
(233,228,231)
#ECE8EA
(236,232,234)
#EFECED
(239,236,237)
#F2F0F0
(242,240,240)
#F5F4F3
(245,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7CCD5; }

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

This text font color is #D7CCD5.


Background Color

.myBgColor { background-color: #D7CCD5; }

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

This div background color is #D7CCD5.


Border color

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

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

This div border color is #D7CCD5.


Opacity

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

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

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

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

This text has shadow with #D7CCD5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7CCD5 on black background.


Color preview on white background

This text has color #D7CCD5 on white background.



Black color preview on #D7CCD5 background

This text has black color on #D7CCD5 background.


White color preview on #D7CCD5 background

This text has white color on #D7CCD5 background.