COLOR #D7CDD4

HEX: #D7CDD4
RGB: (215,205,212)

Color info

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

RGB color model

#D7CDD4 color RGB value is (215,205,212).

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

RGB channels and saturation

R 215 of 255 = 84%
G 205 of 255 = 80%
B 212 of 255 = 83%

215
205
212

R + G + B ~ 82%. #D7CDD4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
215 + 205 + 212 = 632 (100%)
R 215 of 632 ~ 34.02%
G 205 of 632 ~ 32.44%
B 212 of 632 ~ 33.54%

%34.02
%32.44
%33.54

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 4.65%
  • yellow value is 1.40%
  • 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
%4.65
%1.4
%15.69

Codes

Color #D7CDD4 in popluar color models

D7CDD4
RGB215205212
HSL318°11.11%82.35%
HSB/HSV318°4.65%84.31%
CMYK0.00%4.65%1.40%
15.69%

Color #D7CDD4 in popluar number systems.

HEXD7CDD4
Decimal215205212
Binary110101111100110111010100
Octal327315324

Shades and tints

Shades of #D7CDD4

#D7CDD4
(215,205,212)
#C4BBC1
(196,187,193)
#B1A9AE
(177,169,174)
#9E979B
(158,151,155)
#8B8588
(139,133,136)
#787375
(120,115,117)
#656162
(101,97,98)
#524F4F
(82,79,79)
#3F3D3C
(63,61,60)
#2C2B29
(44,43,41)
#191916
(25,25,22)
#000000
(0,0,0)

Tints of #D7CDD4

#D7CDD4
(215,205,212)
#DAD1D7
(218,209,215)
#DDD5DA
(221,213,218)
#E0D9DD
(224,217,221)
#E3DDE0
(227,221,224)
#E6E1E3
(230,225,227)
#E9E5E6
(233,229,230)
#ECE9E9
(236,233,233)
#EFEDEC
(239,237,236)
#F2F1EF
(242,241,239)
#F5F5F2
(245,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7CDD4; }

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

This text font color is #D7CDD4.


Background Color

.myBgColor { background-color: #D7CDD4; }

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

This div background color is #D7CDD4.


Border color

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

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

This div border color is #D7CDD4.


Opacity

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

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

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

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

This text has shadow with #D7CDD4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7CDD4 on black background.


Color preview on white background

This text has color #D7CDD4 on white background.



Black color preview on #D7CDD4 background

This text has black color on #D7CDD4 background.


White color preview on #D7CDD4 background

This text has white color on #D7CDD4 background.