COLOR #D7C3DB

HEX: #D7C3DB
RGB: (215,195,219)

Color info

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

RGB color model

#D7C3DB color RGB value is (215,195,219).

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

RGB channels and saturation

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

215
195
219

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

Portions of RGB colors in percentages

R + G + B =
215 + 195 + 219 = 629 (100%)
R 215 of 629 ~ 34.18%
G 195 of 629 ~ 31%
B 219 of 629 ~ 34.82%

%34.18
%31
%34.82

CMYK color model

#D7C3DB color CMYK value is (2,11,0,14).

  • cyan value is 1.83%
  • magenta value is 10.96%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(2,11,0,14)
C2M11Y0K14 
(2%,11%,0%,14%)
(0.02/0.11/0.00/0.14)	

CMYK percentages

%1.83
%10.96
%0
%14.12

Codes

Color #D7C3DB in popluar color models

D7C3DB
RGB215195219
HSL290°25.00%81.18%
HSB/HSV290°10.96%85.88%
CMYK1.83%10.96%0.00%
14.12%

Color #D7C3DB in popluar number systems.

HEXD7C3DB
Decimal215195219
Binary110101111100001111011011
Octal327303333

Shades and tints

Shades of #D7C3DB

#D7C3DB
(215,195,219)
#C4B2C8
(196,178,200)
#B1A1B5
(177,161,181)
#9E90A2
(158,144,162)
#8B7F8F
(139,127,143)
#786E7C
(120,110,124)
#655D69
(101,93,105)
#524C56
(82,76,86)
#3F3B43
(63,59,67)
#2C2A30
(44,42,48)
#19191D
(25,25,29)
#000000
(0,0,0)

Tints of #D7C3DB

#D7C3DB
(215,195,219)
#DAC8DE
(218,200,222)
#DDCDE1
(221,205,225)
#E0D2E4
(224,210,228)
#E3D7E7
(227,215,231)
#E6DCEA
(230,220,234)
#E9E1ED
(233,225,237)
#ECE6F0
(236,230,240)
#EFEBF3
(239,235,243)
#F2F0F6
(242,240,246)
#F5F5F9
(245,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7C3DB; }

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

This text font color is #D7C3DB.


Background Color

.myBgColor { background-color: #D7C3DB; }

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

This div background color is #D7C3DB.


Border color

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

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

This div border color is #D7C3DB.


Opacity

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

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

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

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

This text has shadow with #D7C3DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7C3DB on black background.


Color preview on white background

This text has color #D7C3DB on white background.



Black color preview on #D7C3DB background

This text has black color on #D7C3DB background.


White color preview on #D7C3DB background

This text has white color on #D7C3DB background.