COLOR #D7C1DB

HEX: #D7C1DB
RGB: (215,193,219)

Color info

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

RGB color model

#D7C1DB color RGB value is (215,193,219).

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

RGB channels and saturation

R 215 of 255 = 84%
G 193 of 255 = 76%
B 219 of 255 = 86%

215
193
219

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

Portions of RGB colors in percentages

R + G + B =
215 + 193 + 219 = 627 (100%)
R 215 of 627 ~ 34.29%
G 193 of 627 ~ 30.78%
B 219 of 627 ~ 34.93%

%34.29
%30.78
%34.93

CMYK color model

#D7C1DB color CMYK value is (2,12,0,14).

  • cyan value is 1.83%
  • magenta value is 11.87%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(2,12,0,14)
C2M12Y0K14 
(2%,12%,0%,14%)
(0.02/0.12/0.00/0.14)	

CMYK percentages

%1.83
%11.87
%0
%14.12

Codes

Color #D7C1DB in popluar color models

D7C1DB
RGB215193219
HSL291°26.53%80.78%
HSB/HSV291°11.87%85.88%
CMYK1.83%11.87%0.00%
14.12%

Color #D7C1DB in popluar number systems.

HEXD7C1DB
Decimal215193219
Binary110101111100000111011011
Octal327301333

Shades and tints

Shades of #D7C1DB

#D7C1DB
(215,193,219)
#C4B0C8
(196,176,200)
#B19FB5
(177,159,181)
#9E8EA2
(158,142,162)
#8B7D8F
(139,125,143)
#786C7C
(120,108,124)
#655B69
(101,91,105)
#524A56
(82,74,86)
#3F3943
(63,57,67)
#2C2830
(44,40,48)
#19171D
(25,23,29)
#000000
(0,0,0)

Tints of #D7C1DB

#D7C1DB
(215,193,219)
#DAC6DE
(218,198,222)
#DDCBE1
(221,203,225)
#E0D0E4
(224,208,228)
#E3D5E7
(227,213,231)
#E6DAEA
(230,218,234)
#E9DFED
(233,223,237)
#ECE4F0
(236,228,240)
#EFE9F3
(239,233,243)
#F2EEF6
(242,238,246)
#F5F3F9
(245,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7C1DB; }

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

This text font color is #D7C1DB.


Background Color

.myBgColor { background-color: #D7C1DB; }

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

This div background color is #D7C1DB.


Border color

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

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

This div border color is #D7C1DB.


Opacity

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

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

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

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

This text has shadow with #D7C1DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7C1DB on black background.


Color preview on white background

This text has color #D7C1DB on white background.



Black color preview on #D7C1DB background

This text has black color on #D7C1DB background.


White color preview on #D7C1DB background

This text has white color on #D7C1DB background.