COLOR #D8C9ED

HEX: #D8C9ED
RGB: (216,201,237)

Color info

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

RGB color model

#D8C9ED color RGB value is (216,201,237).

  • red value is 216;
  • green value is 201;
  • blue value is 237.
RGB:
(216,201,237)
(85%,79%,93%)

RGB channels and saturation

R 216 of 255 = 85%
G 201 of 255 = 79%
B 237 of 255 = 93%

216
201
237

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

Portions of RGB colors in percentages

R + G + B =
216 + 201 + 237 = 654 (100%)
R 216 of 654 ~ 33.03%
G 201 of 654 ~ 30.73%
B 237 of 654 ~ 36.24%

%33.03
%30.73
%36.24

CMYK color model

#D8C9ED color CMYK value is (9,15,0,7).

  • cyan value is 8.86%
  • magenta value is 15.19%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(9,15,0,7)
C9M15Y0K7 
(9%,15%,0%,7%)
(0.09/0.15/0.00/0.07)	

CMYK percentages

%8.86
%15.19
%0
%7.06

Codes

Color #D8C9ED in popluar color models

D8C9ED
RGB216201237
HSL265°50.00%85.88%
HSB/HSV265°15.19%92.94%
CMYK8.86%15.19%0.00%
7.06%

Color #D8C9ED in popluar number systems.

HEXD8C9ED
Decimal216201237
Binary110110001100100111101101
Octal330311355

Shades and tints

Shades of #D8C9ED

#D8C9ED
(216,201,237)
#C5B7D8
(197,183,216)
#B2A5C3
(178,165,195)
#9F93AE
(159,147,174)
#8C8199
(140,129,153)
#796F84
(121,111,132)
#665D6F
(102,93,111)
#534B5A
(83,75,90)
#403945
(64,57,69)
#2D2730
(45,39,48)
#1A151B
(26,21,27)
#000000
(0,0,0)

Tints of #D8C9ED

#D8C9ED
(216,201,237)
#DBCDEE
(219,205,238)
#DED1EF
(222,209,239)
#E1D5F0
(225,213,240)
#E4D9F1
(228,217,241)
#E7DDF2
(231,221,242)
#EAE1F3
(234,225,243)
#EDE5F4
(237,229,244)
#F0E9F5
(240,233,245)
#F3EDF6
(243,237,246)
#F6F1F7
(246,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8C9ED color. Also use rgb(216,201,237) instead hex code.

Text Font Color

.myTextColor { color: #D8C9ED; }

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

This text font color is #D8C9ED.


Background Color

.myBgColor { background-color: #D8C9ED; }

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

This div background color is #D8C9ED.


Border color

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

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

This div border color is #D8C9ED.


Opacity

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

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

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

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

This text has shadow with #D8C9ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8C9ED on black background.


Color preview on white background

This text has color #D8C9ED on white background.



Black color preview on #D8C9ED background

This text has black color on #D8C9ED background.


White color preview on #D8C9ED background

This text has white color on #D8C9ED background.