COLOR #D7CCD8

HEX: #D7CCD8
RGB: (215,204,216)

Color info

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

RGB color model

#D7CCD8 color RGB value is (215,204,216).

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

RGB channels and saturation

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

215
204
216

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

Portions of RGB colors in percentages

R + G + B =
215 + 204 + 216 = 635 (100%)
R 215 of 635 ~ 33.86%
G 204 of 635 ~ 32.13%
B 216 of 635 ~ 34.02%

%33.86
%32.13
%34.02

CMYK color model

#D7CCD8 color CMYK value is (0,6,0,15).

  • cyan value is 0.46%
  • magenta value is 5.56%
  • yellow value is 0.00%
  • key color value is 15.29%
CMYK:
(0,6,0,15)
C0M6Y0K15 
(0%,6%,0%,15%)
(0.00/0.06/0.00/0.15)	

CMYK percentages

%0.46
%5.56
%0
%15.29

Codes

Color #D7CCD8 in popluar color models

D7CCD8
RGB215204216
HSL295°13.33%82.35%
HSB/HSV295°5.56%84.71%
CMYK0.46%5.56%0.00%
15.29%

Color #D7CCD8 in popluar number systems.

HEXD7CCD8
Decimal215204216
Binary110101111100110011011000
Octal327314330

Shades and tints

Shades of #D7CCD8

#D7CCD8
(215,204,216)
#C4BAC5
(196,186,197)
#B1A8B2
(177,168,178)
#9E969F
(158,150,159)
#8B848C
(139,132,140)
#787279
(120,114,121)
#656066
(101,96,102)
#524E53
(82,78,83)
#3F3C40
(63,60,64)
#2C2A2D
(44,42,45)
#19181A
(25,24,26)
#000000
(0,0,0)

Tints of #D7CCD8

#D7CCD8
(215,204,216)
#DAD0DB
(218,208,219)
#DDD4DE
(221,212,222)
#E0D8E1
(224,216,225)
#E3DCE4
(227,220,228)
#E6E0E7
(230,224,231)
#E9E4EA
(233,228,234)
#ECE8ED
(236,232,237)
#EFECF0
(239,236,240)
#F2F0F3
(242,240,243)
#F5F4F6
(245,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7CCD8; }

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

This text font color is #D7CCD8.


Background Color

.myBgColor { background-color: #D7CCD8; }

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

This div background color is #D7CCD8.


Border color

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

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

This div border color is #D7CCD8.


Opacity

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

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

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

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

This text has shadow with #D7CCD8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7CCD8 on black background.


Color preview on white background

This text has color #D7CCD8 on white background.



Black color preview on #D7CCD8 background

This text has black color on #D7CCD8 background.


White color preview on #D7CCD8 background

This text has white color on #D7CCD8 background.