COLOR #D9CBDB

HEX: #D9CBDB
RGB: (217,203,219)

Color info

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

RGB color model

#D9CBDB color RGB value is (217,203,219).

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

RGB channels and saturation

R 217 of 255 = 85%
G 203 of 255 = 80%
B 219 of 255 = 86%

217
203
219

R + G + B ~ 84%. #D9CBDB is quite light color.

Portions of RGB colors in percentages

R + G + B =
217 + 203 + 219 = 639 (100%)
R 217 of 639 ~ 33.96%
G 203 of 639 ~ 31.77%
B 219 of 639 ~ 34.27%

%33.96
%31.77
%34.27

CMYK color model

#D9CBDB color CMYK value is (1,7,0,14).

  • cyan value is 0.91%
  • magenta value is 7.31%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(1,7,0,14)
C1M7Y0K14 
(1%,7%,0%,14%)
(0.01/0.07/0.00/0.14)	

CMYK percentages

%0.91
%7.31
%0
%14.12

Codes

Color #D9CBDB in popluar color models

D9CBDB
RGB217203219
HSL293°18.18%82.75%
HSB/HSV293°7.31%85.88%
CMYK0.91%7.31%0.00%
14.12%

Color #D9CBDB in popluar number systems.

HEXD9CBDB
Decimal217203219
Binary110110011100101111011011
Octal331313333

Shades and tints

Shades of #D9CBDB

#D9CBDB
(217,203,219)
#C6B9C8
(198,185,200)
#B3A7B5
(179,167,181)
#A095A2
(160,149,162)
#8D838F
(141,131,143)
#7A717C
(122,113,124)
#675F69
(103,95,105)
#544D56
(84,77,86)
#413B43
(65,59,67)
#2E2930
(46,41,48)
#1B171D
(27,23,29)
#000000
(0,0,0)

Tints of #D9CBDB

#D9CBDB
(217,203,219)
#DCCFDE
(220,207,222)
#DFD3E1
(223,211,225)
#E2D7E4
(226,215,228)
#E5DBE7
(229,219,231)
#E8DFEA
(232,223,234)
#EBE3ED
(235,227,237)
#EEE7F0
(238,231,240)
#F1EBF3
(241,235,243)
#F4EFF6
(244,239,246)
#F7F3F9
(247,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9CBDB; }

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

This text font color is #D9CBDB.


Background Color

.myBgColor { background-color: #D9CBDB; }

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

This div background color is #D9CBDB.


Border color

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

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

This div border color is #D9CBDB.


Opacity

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

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

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

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

This text has shadow with #D9CBDB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9CBDB on black background.


Color preview on white background

This text has color #D9CBDB on white background.



Black color preview on #D9CBDB background

This text has black color on #D9CBDB background.


White color preview on #D9CBDB background

This text has white color on #D9CBDB background.