COLOR #D4C9E5

HEX: #D4C9E5
RGB: (212,201,229)

Color info

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

RGB color model

#D4C9E5 color RGB value is (212,201,229).

  • red value is 212;
  • green value is 201;
  • blue value is 229.
RGB:
(212,201,229)
(83%,79%,90%)

RGB channels and saturation

R 212 of 255 = 83%
G 201 of 255 = 79%
B 229 of 255 = 90%

212
201
229

R + G + B ~ 84%. #D4C9E5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
212 + 201 + 229 = 642 (100%)
R 212 of 642 ~ 33.02%
G 201 of 642 ~ 31.31%
B 229 of 642 ~ 35.67%

%33.02
%31.31
%35.67

CMYK color model

#D4C9E5 color CMYK value is (7,12,0,10).

  • cyan value is 7.42%
  • magenta value is 12.23%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(7,12,0,10)
C7M12Y0K10 
(7%,12%,0%,10%)
(0.07/0.12/0.00/0.10)	

CMYK percentages

%7.42
%12.23
%0
%10.2

Codes

Color #D4C9E5 in popluar color models

D4C9E5
RGB212201229
HSL264°35.00%84.31%
HSB/HSV264°12.23%89.80%
CMYK7.42%12.23%0.00%
10.20%

Color #D4C9E5 in popluar number systems.

HEXD4C9E5
Decimal212201229
Binary110101001100100111100101
Octal324311345

Shades and tints

Shades of #D4C9E5

#D4C9E5
(212,201,229)
#C1B7D1
(193,183,209)
#AEA5BD
(174,165,189)
#9B93A9
(155,147,169)
#888195
(136,129,149)
#756F81
(117,111,129)
#625D6D
(98,93,109)
#4F4B59
(79,75,89)
#3C3945
(60,57,69)
#292731
(41,39,49)
#16151D
(22,21,29)
#000000
(0,0,0)

Tints of #D4C9E5

#D4C9E5
(212,201,229)
#D7CDE7
(215,205,231)
#DAD1E9
(218,209,233)
#DDD5EB
(221,213,235)
#E0D9ED
(224,217,237)
#E3DDEF
(227,221,239)
#E6E1F1
(230,225,241)
#E9E5F3
(233,229,243)
#ECE9F5
(236,233,245)
#EFEDF7
(239,237,247)
#F2F1F9
(242,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4C9E5 color. Also use rgb(212,201,229) instead hex code.

Text Font Color

.myTextColor { color: #D4C9E5; }

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

This text font color is #D4C9E5.


Background Color

.myBgColor { background-color: #D4C9E5; }

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

This div background color is #D4C9E5.


Border color

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

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

This div border color is #D4C9E5.


Opacity

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

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

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

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

This text has shadow with #D4C9E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4C9E5 on black background.


Color preview on white background

This text has color #D4C9E5 on white background.



Black color preview on #D4C9E5 background

This text has black color on #D4C9E5 background.


White color preview on #D4C9E5 background

This text has white color on #D4C9E5 background.