COLOR #D8CBEF

HEX: #D8CBEF
RGB: (216,203,239)

Color info

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

RGB color model

#D8CBEF color RGB value is (216,203,239).

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

RGB channels and saturation

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

216
203
239

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

Portions of RGB colors in percentages

R + G + B =
216 + 203 + 239 = 658 (100%)
R 216 of 658 ~ 32.83%
G 203 of 658 ~ 30.85%
B 239 of 658 ~ 36.32%

%32.83
%30.85
%36.32

CMYK color model

#D8CBEF color CMYK value is (10,15,0,6).

  • cyan value is 9.62%
  • magenta value is 15.06%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(10,15,0,6)
C10M15Y0K6 
(10%,15%,0%,6%)
(0.10/0.15/0.00/0.06)	

CMYK percentages

%9.62
%15.06
%0
%6.27

Codes

Color #D8CBEF in popluar color models

D8CBEF
RGB216203239
HSL262°52.94%86.67%
HSB/HSV262°15.06%93.73%
CMYK9.62%15.06%0.00%
6.27%

Color #D8CBEF in popluar number systems.

HEXD8CBEF
Decimal216203239
Binary110110001100101111101111
Octal330313357

Shades and tints

Shades of #D8CBEF

#D8CBEF
(216,203,239)
#C5B9DA
(197,185,218)
#B2A7C5
(178,167,197)
#9F95B0
(159,149,176)
#8C839B
(140,131,155)
#797186
(121,113,134)
#665F71
(102,95,113)
#534D5C
(83,77,92)
#403B47
(64,59,71)
#2D2932
(45,41,50)
#1A171D
(26,23,29)
#000000
(0,0,0)

Tints of #D8CBEF

#D8CBEF
(216,203,239)
#DBCFF0
(219,207,240)
#DED3F1
(222,211,241)
#E1D7F2
(225,215,242)
#E4DBF3
(228,219,243)
#E7DFF4
(231,223,244)
#EAE3F5
(234,227,245)
#EDE7F6
(237,231,246)
#F0EBF7
(240,235,247)
#F3EFF8
(243,239,248)
#F6F3F9
(246,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8CBEF; }

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

This text font color is #D8CBEF.


Background Color

.myBgColor { background-color: #D8CBEF; }

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

This div background color is #D8CBEF.


Border color

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

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

This div border color is #D8CBEF.


Opacity

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

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

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

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

This text has shadow with #D8CBEF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8CBEF on black background.


Color preview on white background

This text has color #D8CBEF on white background.



Black color preview on #D8CBEF background

This text has black color on #D8CBEF background.


White color preview on #D8CBEF background

This text has white color on #D8CBEF background.