COLOR #D4C9F5

HEX: #D4C9F5
RGB: (212,201,245)

Color info

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

RGB color model

#D4C9F5 color RGB value is (212,201,245).

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

RGB channels and saturation

R 212 of 255 = 83%
G 201 of 255 = 79%
B 245 of 255 = 96%

212
201
245

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

Portions of RGB colors in percentages

R + G + B =
212 + 201 + 245 = 658 (100%)
R 212 of 658 ~ 32.22%
G 201 of 658 ~ 30.55%
B 245 of 658 ~ 37.23%

%32.22
%30.55
%37.23

CMYK color model

#D4C9F5 color CMYK value is (13,18,0,4).

  • cyan value is 13.47%
  • magenta value is 17.96%
  • yellow value is 0.00%
  • key color value is 3.92%
CMYK:
(13,18,0,4)
C13M18Y0K4 
(13%,18%,0%,4%)
(0.13/0.18/0.00/0.04)	

CMYK percentages

%13.47
%17.96
%0
%3.92

Codes

Color #D4C9F5 in popluar color models

D4C9F5
RGB212201245
HSL255°68.75%87.45%
HSB/HSV255°17.96%96.08%
CMYK13.47%17.96%0.00%
3.92%

Color #D4C9F5 in popluar number systems.

HEXD4C9F5
Decimal212201245
Binary110101001100100111110101
Octal324311365

Shades and tints

Shades of #D4C9F5

#D4C9F5
(212,201,245)
#C1B7DF
(193,183,223)
#AEA5C9
(174,165,201)
#9B93B3
(155,147,179)
#88819D
(136,129,157)
#756F87
(117,111,135)
#625D71
(98,93,113)
#4F4B5B
(79,75,91)
#3C3945
(60,57,69)
#29272F
(41,39,47)
#161519
(22,21,25)
#000000
(0,0,0)

Tints of #D4C9F5

#D4C9F5
(212,201,245)
#D7CDF5
(215,205,245)
#DAD1F5
(218,209,245)
#DDD5F5
(221,213,245)
#E0D9F5
(224,217,245)
#E3DDF5
(227,221,245)
#E6E1F5
(230,225,245)
#E9E5F5
(233,229,245)
#ECE9F5
(236,233,245)
#EFEDF5
(239,237,245)
#F2F1F5
(242,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4C9F5; }

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

This text font color is #D4C9F5.


Background Color

.myBgColor { background-color: #D4C9F5; }

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

This div background color is #D4C9F5.


Border color

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

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

This div border color is #D4C9F5.


Opacity

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

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

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

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

This text has shadow with #D4C9F5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4C9F5 on black background.


Color preview on white background

This text has color #D4C9F5 on white background.



Black color preview on #D4C9F5 background

This text has black color on #D4C9F5 background.


White color preview on #D4C9F5 background

This text has white color on #D4C9F5 background.