COLOR #D7CDDB

HEX: #D7CDDB
RGB: (215,205,219)

Color info

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

RGB color model

#D7CDDB color RGB value is (215,205,219).

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

RGB channels and saturation

R 215 of 255 = 84%
G 205 of 255 = 80%
B 219 of 255 = 86%

215
205
219

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

Portions of RGB colors in percentages

R + G + B =
215 + 205 + 219 = 639 (100%)
R 215 of 639 ~ 33.65%
G 205 of 639 ~ 32.08%
B 219 of 639 ~ 34.27%

%33.65
%32.08
%34.27

CMYK color model

#D7CDDB color CMYK value is (2,6,0,14).

  • cyan value is 1.83%
  • magenta value is 6.39%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(2,6,0,14)
C2M6Y0K14 
(2%,6%,0%,14%)
(0.02/0.06/0.00/0.14)	

CMYK percentages

%1.83
%6.39
%0
%14.12

Codes

Color #D7CDDB in popluar color models

D7CDDB
RGB215205219
HSL283°16.28%83.14%
HSB/HSV283°6.39%85.88%
CMYK1.83%6.39%0.00%
14.12%

Color #D7CDDB in popluar number systems.

HEXD7CDDB
Decimal215205219
Binary110101111100110111011011
Octal327315333

Shades and tints

Shades of #D7CDDB

#D7CDDB
(215,205,219)
#C4BBC8
(196,187,200)
#B1A9B5
(177,169,181)
#9E97A2
(158,151,162)
#8B858F
(139,133,143)
#78737C
(120,115,124)
#656169
(101,97,105)
#524F56
(82,79,86)
#3F3D43
(63,61,67)
#2C2B30
(44,43,48)
#19191D
(25,25,29)
#000000
(0,0,0)

Tints of #D7CDDB

#D7CDDB
(215,205,219)
#DAD1DE
(218,209,222)
#DDD5E1
(221,213,225)
#E0D9E4
(224,217,228)
#E3DDE7
(227,221,231)
#E6E1EA
(230,225,234)
#E9E5ED
(233,229,237)
#ECE9F0
(236,233,240)
#EFEDF3
(239,237,243)
#F2F1F6
(242,241,246)
#F5F5F9
(245,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7CDDB; }

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

This text font color is #D7CDDB.


Background Color

.myBgColor { background-color: #D7CDDB; }

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

This div background color is #D7CDDB.


Border color

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

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

This div border color is #D7CDDB.


Opacity

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

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

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

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

This text has shadow with #D7CDDB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7CDDB on black background.


Color preview on white background

This text has color #D7CDDB on white background.



Black color preview on #D7CDDB background

This text has black color on #D7CDDB background.


White color preview on #D7CDDB background

This text has white color on #D7CDDB background.