COLOR #D8C4DA

HEX: #D8C4DA
RGB: (216,196,218)

Color info

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

RGB color model

#D8C4DA color RGB value is (216,196,218).

  • red value is 216;
  • green value is 196;
  • blue value is 218.
RGB:
(216,196,218)
(85%,77%,85%)

RGB channels and saturation

R 216 of 255 = 85%
G 196 of 255 = 77%
B 218 of 255 = 85%

216
196
218

R + G + B ~ 82%. #D8C4DA is quite light color.

Portions of RGB colors in percentages

R + G + B =
216 + 196 + 218 = 630 (100%)
R 216 of 630 ~ 34.29%
G 196 of 630 ~ 31.11%
B 218 of 630 ~ 34.6%

%34.29
%31.11
%34.6

CMYK color model

#D8C4DA color CMYK value is (1,10,0,15).

  • cyan value is 0.92%
  • magenta value is 10.09%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(1,10,0,15)
C1M10Y0K15 
(1%,10%,0%,15%)
(0.01/0.10/0.00/0.15)	

CMYK percentages

%0.92
%10.09
%0
%14.51

Codes

Color #D8C4DA in popluar color models

D8C4DA
RGB216196218
HSL295°22.92%81.18%
HSB/HSV295°10.09%85.49%
CMYK0.92%10.09%0.00%
14.51%

Color #D8C4DA in popluar number systems.

HEXD8C4DA
Decimal216196218
Binary110110001100010011011010
Octal330304332

Shades and tints

Shades of #D8C4DA

#D8C4DA
(216,196,218)
#C5B3C7
(197,179,199)
#B2A2B4
(178,162,180)
#9F91A1
(159,145,161)
#8C808E
(140,128,142)
#796F7B
(121,111,123)
#665E68
(102,94,104)
#534D55
(83,77,85)
#403C42
(64,60,66)
#2D2B2F
(45,43,47)
#1A1A1C
(26,26,28)
#000000
(0,0,0)

Tints of #D8C4DA

#D8C4DA
(216,196,218)
#DBC9DD
(219,201,221)
#DECEE0
(222,206,224)
#E1D3E3
(225,211,227)
#E4D8E6
(228,216,230)
#E7DDE9
(231,221,233)
#EAE2EC
(234,226,236)
#EDE7EF
(237,231,239)
#F0ECF2
(240,236,242)
#F3F1F5
(243,241,245)
#F6F6F8
(246,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8C4DA color. Also use rgb(216,196,218) instead hex code.

Text Font Color

.myTextColor { color: #D8C4DA; }

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

This text font color is #D8C4DA.


Background Color

.myBgColor { background-color: #D8C4DA; }

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

This div background color is #D8C4DA.


Border color

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

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

This div border color is #D8C4DA.


Opacity

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

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

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

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

This text has shadow with #D8C4DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8C4DA on black background.


Color preview on white background

This text has color #D8C4DA on white background.



Black color preview on #D8C4DA background

This text has black color on #D8C4DA background.


White color preview on #D8C4DA background

This text has white color on #D8C4DA background.