COLOR #D7CDD9

HEX: #D7CDD9
RGB: (215,205,217)

Color info

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

RGB color model

#D7CDD9 color RGB value is (215,205,217).

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

RGB channels and saturation

R 215 of 255 = 84%
G 205 of 255 = 80%
B 217 of 255 = 85%

215
205
217

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

Portions of RGB colors in percentages

R + G + B =
215 + 205 + 217 = 637 (100%)
R 215 of 637 ~ 33.75%
G 205 of 637 ~ 32.18%
B 217 of 637 ~ 34.07%

%33.75
%32.18
%34.07

CMYK color model

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

  • cyan value is 0.92%
  • magenta value is 5.53%
  • yellow value is 0.00%
  • key color value is 14.90%
CMYK:
(1,6,0,15)
C1M6Y0K15 
(1%,6%,0%,15%)
(0.01/0.06/0.00/0.15)	

CMYK percentages

%0.92
%5.53
%0
%14.9

Codes

Color #D7CDD9 in popluar color models

D7CDD9
RGB215205217
HSL290°13.64%82.75%
HSB/HSV290°5.53%85.10%
CMYK0.92%5.53%0.00%
14.90%

Color #D7CDD9 in popluar number systems.

HEXD7CDD9
Decimal215205217
Binary110101111100110111011001
Octal327315331

Shades and tints

Shades of #D7CDD9

#D7CDD9
(215,205,217)
#C4BBC6
(196,187,198)
#B1A9B3
(177,169,179)
#9E97A0
(158,151,160)
#8B858D
(139,133,141)
#78737A
(120,115,122)
#656167
(101,97,103)
#524F54
(82,79,84)
#3F3D41
(63,61,65)
#2C2B2E
(44,43,46)
#19191B
(25,25,27)
#000000
(0,0,0)

Tints of #D7CDD9

#D7CDD9
(215,205,217)
#DAD1DC
(218,209,220)
#DDD5DF
(221,213,223)
#E0D9E2
(224,217,226)
#E3DDE5
(227,221,229)
#E6E1E8
(230,225,232)
#E9E5EB
(233,229,235)
#ECE9EE
(236,233,238)
#EFEDF1
(239,237,241)
#F2F1F4
(242,241,244)
#F5F5F7
(245,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7CDD9; }

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

This text font color is #D7CDD9.


Background Color

.myBgColor { background-color: #D7CDD9; }

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

This div background color is #D7CDD9.


Border color

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

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

This div border color is #D7CDD9.


Opacity

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

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

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

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

This text has shadow with #D7CDD9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7CDD9 on black background.


Color preview on white background

This text has color #D7CDD9 on white background.



Black color preview on #D7CDD9 background

This text has black color on #D7CDD9 background.


White color preview on #D7CDD9 background

This text has white color on #D7CDD9 background.