COLOR #D9CBEF

HEX: #D9CBEF
RGB: (217,203,239)

Color info

#D9CBEF contains red, green and blue colors in about the same proportion. Web safe color of #D9CBEF is #CCCCFF (or #CCF).

RGB color model

#D9CBEF color RGB value is (217,203,239).

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

RGB channels and saturation

R 217 of 255 = 85%
G 203 of 255 = 80%
B 239 of 255 = 94%

217
203
239

R + G + B ~ 86%. #D9CBEF is light color.

Portions of RGB colors in percentages

R + G + B =
217 + 203 + 239 = 659 (100%)
R 217 of 659 ~ 32.93%
G 203 of 659 ~ 30.8%
B 239 of 659 ~ 36.27%

%32.93
%30.8
%36.27

CMYK color model

#D9CBEF color CMYK value is (9,15,0,6).

  • cyan value is 9.21%
  • magenta value is 15.06%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(9,15,0,6)
C9M15Y0K6 
(9%,15%,0%,6%)
(0.09/0.15/0.00/0.06)	

CMYK percentages

%9.21
%15.06
%0
%6.27

Codes

Color #D9CBEF in popluar color models

D9CBEF
RGB217203239
HSL263°52.94%86.67%
HSB/HSV263°15.06%93.73%
CMYK9.21%15.06%0.00%
6.27%

Color #D9CBEF in popluar number systems.

HEXD9CBEF
Decimal217203239
Binary110110011100101111101111
Octal331313357

Shades and tints

Shades of #D9CBEF

#D9CBEF
(217,203,239)
#C6B9DA
(198,185,218)
#B3A7C5
(179,167,197)
#A095B0
(160,149,176)
#8D839B
(141,131,155)
#7A7186
(122,113,134)
#675F71
(103,95,113)
#544D5C
(84,77,92)
#413B47
(65,59,71)
#2E2932
(46,41,50)
#1B171D
(27,23,29)
#000000
(0,0,0)

Tints of #D9CBEF

#D9CBEF
(217,203,239)
#DCCFF0
(220,207,240)
#DFD3F1
(223,211,241)
#E2D7F2
(226,215,242)
#E5DBF3
(229,219,243)
#E8DFF4
(232,223,244)
#EBE3F5
(235,227,245)
#EEE7F6
(238,231,246)
#F1EBF7
(241,235,247)
#F4EFF8
(244,239,248)
#F7F3F9
(247,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9CBEF; }

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

This text font color is #D9CBEF.


Background Color

.myBgColor { background-color: #D9CBEF; }

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

This div background color is #D9CBEF.


Border color

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

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

This div border color is #D9CBEF.


Opacity

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

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

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

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

This text has shadow with #D9CBEF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9CBEF on black background.


Color preview on white background

This text has color #D9CBEF on white background.



Black color preview on #D9CBEF background

This text has black color on #D9CBEF background.


White color preview on #D9CBEF background

This text has white color on #D9CBEF background.