COLOR #D9C0DB

HEX: #D9C0DB
RGB: (217,192,219)

Color info

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

RGB color model

#D9C0DB color RGB value is (217,192,219).

  • red value is 217;
  • green value is 192;
  • blue value is 219.
RGB:
(217,192,219)
(85%,75%,86%)

RGB channels and saturation

R 217 of 255 = 85%
G 192 of 255 = 75%
B 219 of 255 = 86%

217
192
219

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

Portions of RGB colors in percentages

R + G + B =
217 + 192 + 219 = 628 (100%)
R 217 of 628 ~ 34.55%
G 192 of 628 ~ 30.57%
B 219 of 628 ~ 34.87%

%34.55
%30.57
%34.87

CMYK color model

#D9C0DB color CMYK value is (1,12,0,14).

  • cyan value is 0.91%
  • magenta value is 12.33%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(1,12,0,14)
C1M12Y0K14 
(1%,12%,0%,14%)
(0.01/0.12/0.00/0.14)	

CMYK percentages

%0.91
%12.33
%0
%14.12

Codes

Color #D9C0DB in popluar color models

D9C0DB
RGB217192219
HSL296°27.27%80.59%
HSB/HSV296°12.33%85.88%
CMYK0.91%12.33%0.00%
14.12%

Color #D9C0DB in popluar number systems.

HEXD9C0DB
Decimal217192219
Binary110110011100000011011011
Octal331300333

Shades and tints

Shades of #D9C0DB

#D9C0DB
(217,192,219)
#C6AFC8
(198,175,200)
#B39EB5
(179,158,181)
#A08DA2
(160,141,162)
#8D7C8F
(141,124,143)
#7A6B7C
(122,107,124)
#675A69
(103,90,105)
#544956
(84,73,86)
#413843
(65,56,67)
#2E2730
(46,39,48)
#1B161D
(27,22,29)
#000000
(0,0,0)

Tints of #D9C0DB

#D9C0DB
(217,192,219)
#DCC5DE
(220,197,222)
#DFCAE1
(223,202,225)
#E2CFE4
(226,207,228)
#E5D4E7
(229,212,231)
#E8D9EA
(232,217,234)
#EBDEED
(235,222,237)
#EEE3F0
(238,227,240)
#F1E8F3
(241,232,243)
#F4EDF6
(244,237,246)
#F7F2F9
(247,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9C0DB color. Also use rgb(217,192,219) instead hex code.

Text Font Color

.myTextColor { color: #D9C0DB; }

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

This text font color is #D9C0DB.


Background Color

.myBgColor { background-color: #D9C0DB; }

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

This div background color is #D9C0DB.


Border color

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

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

This div border color is #D9C0DB.


Opacity

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

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

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

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

This text has shadow with #D9C0DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9C0DB on black background.


Color preview on white background

This text has color #D9C0DB on white background.



Black color preview on #D9C0DB background

This text has black color on #D9C0DB background.


White color preview on #D9C0DB background

This text has white color on #D9C0DB background.