COLOR #D8CBF1

HEX: #D8CBF1
RGB: (216,203,241)

Color info

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

RGB color model

#D8CBF1 color RGB value is (216,203,241).

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

RGB channels and saturation

R 216 of 255 = 85%
G 203 of 255 = 80%
B 241 of 255 = 95%

216
203
241

R + G + B ~ 87%. #D8CBF1 is light color.

Portions of RGB colors in percentages

R + G + B =
216 + 203 + 241 = 660 (100%)
R 216 of 660 ~ 32.73%
G 203 of 660 ~ 30.76%
B 241 of 660 ~ 36.52%

%32.73
%30.76
%36.52

CMYK color model

#D8CBF1 color CMYK value is (10,16,0,5).

  • cyan value is 10.37%
  • magenta value is 15.77%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK:
(10,16,0,5)
C10M16Y0K5 
(10%,16%,0%,5%)
(0.10/0.16/0.00/0.05)	

CMYK percentages

%10.37
%15.77
%0
%5.49

Codes

Color #D8CBF1 in popluar color models

D8CBF1
RGB216203241
HSL261°57.58%87.06%
HSB/HSV261°15.77%94.51%
CMYK10.37%15.77%0.00%
5.49%

Color #D8CBF1 in popluar number systems.

HEXD8CBF1
Decimal216203241
Binary110110001100101111110001
Octal330313361

Shades and tints

Shades of #D8CBF1

#D8CBF1
(216,203,241)
#C5B9DC
(197,185,220)
#B2A7C7
(178,167,199)
#9F95B2
(159,149,178)
#8C839D
(140,131,157)
#797188
(121,113,136)
#665F73
(102,95,115)
#534D5E
(83,77,94)
#403B49
(64,59,73)
#2D2934
(45,41,52)
#1A171F
(26,23,31)
#000000
(0,0,0)

Tints of #D8CBF1

#D8CBF1
(216,203,241)
#DBCFF2
(219,207,242)
#DED3F3
(222,211,243)
#E1D7F4
(225,215,244)
#E4DBF5
(228,219,245)
#E7DFF6
(231,223,246)
#EAE3F7
(234,227,247)
#EDE7F8
(237,231,248)
#F0EBF9
(240,235,249)
#F3EFFA
(243,239,250)
#F6F3FB
(246,243,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8CBF1; }

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

This text font color is #D8CBF1.


Background Color

.myBgColor { background-color: #D8CBF1; }

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

This div background color is #D8CBF1.


Border color

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

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

This div border color is #D8CBF1.


Opacity

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

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

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

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

This text has shadow with #D8CBF1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8CBF1 on black background.


Color preview on white background

This text has color #D8CBF1 on white background.



Black color preview on #D8CBF1 background

This text has black color on #D8CBF1 background.


White color preview on #D8CBF1 background

This text has white color on #D8CBF1 background.