COLOR #D7CCD7

HEX: #D7CCD7
RGB: (215,204,215)

Color info

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

RGB color model

#D7CCD7 color RGB value is (215,204,215).

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

RGB channels and saturation

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

215
204
215

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

Portions of RGB colors in percentages

R + G + B =
215 + 204 + 215 = 634 (100%)
R 215 of 634 ~ 33.91%
G 204 of 634 ~ 32.18%
B 215 of 634 ~ 33.91%

%33.91
%32.18
%33.91

CMYK color model

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

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

CMYK percentages

%0
%5.12
%0
%15.69

Codes

Color #D7CCD7 in popluar color models

D7CCD7
RGB215204215
HSL300°12.09%82.16%
HSB/HSV300°5.12%84.31%
CMYK0.00%5.12%0.00%
15.69%

Color #D7CCD7 in popluar number systems.

HEXD7CCD7
Decimal215204215
Binary110101111100110011010111
Octal327314327

Shades and tints

Shades of #D7CCD7

#D7CCD7
(215,204,215)
#C4BAC4
(196,186,196)
#B1A8B1
(177,168,177)
#9E969E
(158,150,158)
#8B848B
(139,132,139)
#787278
(120,114,120)
#656065
(101,96,101)
#524E52
(82,78,82)
#3F3C3F
(63,60,63)
#2C2A2C
(44,42,44)
#191819
(25,24,25)
#000000
(0,0,0)

Tints of #D7CCD7

#D7CCD7
(215,204,215)
#DAD0DA
(218,208,218)
#DDD4DD
(221,212,221)
#E0D8E0
(224,216,224)
#E3DCE3
(227,220,227)
#E6E0E6
(230,224,230)
#E9E4E9
(233,228,233)
#ECE8EC
(236,232,236)
#EFECEF
(239,236,239)
#F2F0F2
(242,240,242)
#F5F4F5
(245,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7CCD7; }

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

This text font color is #D7CCD7.


Background Color

.myBgColor { background-color: #D7CCD7; }

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

This div background color is #D7CCD7.


Border color

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

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

This div border color is #D7CCD7.


Opacity

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

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

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

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

This text has shadow with #D7CCD7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7CCD7 on black background.


Color preview on white background

This text has color #D7CCD7 on white background.



Black color preview on #D7CCD7 background

This text has black color on #D7CCD7 background.


White color preview on #D7CCD7 background

This text has white color on #D7CCD7 background.