COLOR #D4C9FD

HEX: #D4C9FD
RGB: (212,201,253)

Color info

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

RGB color model

#D4C9FD color RGB value is (212,201,253).

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

RGB channels and saturation

R 212 of 255 = 83%
G 201 of 255 = 79%
B 253 of 255 = 99%

212
201
253

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

Portions of RGB colors in percentages

R + G + B =
212 + 201 + 253 = 666 (100%)
R 212 of 666 ~ 31.83%
G 201 of 666 ~ 30.18%
B 253 of 666 ~ 37.99%

%31.83
%30.18
%37.99

CMYK color model

#D4C9FD color CMYK value is (16,21,0,1).

  • cyan value is 16.21%
  • magenta value is 20.55%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK:
(16,21,0,1)
C16M21Y0K1 
(16%,21%,0%,1%)
(0.16/0.21/0.00/0.01)	

CMYK percentages

%16.21
%20.55
%0
%0.78

Codes

Color #D4C9FD in popluar color models

D4C9FD
RGB212201253
HSL253°92.86%89.02%
HSB/HSV253°20.55%99.22%
CMYK16.21%20.55%0.00%
0.78%

Color #D4C9FD in popluar number systems.

HEXD4C9FD
Decimal212201253
Binary110101001100100111111101
Octal324311375

Shades and tints

Shades of #D4C9FD

#D4C9FD
(212,201,253)
#C1B7E6
(193,183,230)
#AEA5CF
(174,165,207)
#9B93B8
(155,147,184)
#8881A1
(136,129,161)
#756F8A
(117,111,138)
#625D73
(98,93,115)
#4F4B5C
(79,75,92)
#3C3945
(60,57,69)
#29272E
(41,39,46)
#161517
(22,21,23)
#000000
(0,0,0)

Tints of #D4C9FD

#D4C9FD
(212,201,253)
#D7CDFD
(215,205,253)
#DAD1FD
(218,209,253)
#DDD5FD
(221,213,253)
#E0D9FD
(224,217,253)
#E3DDFD
(227,221,253)
#E6E1FD
(230,225,253)
#E9E5FD
(233,229,253)
#ECE9FD
(236,233,253)
#EFEDFD
(239,237,253)
#F2F1FD
(242,241,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4C9FD; }

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

This text font color is #D4C9FD.


Background Color

.myBgColor { background-color: #D4C9FD; }

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

This div background color is #D4C9FD.


Border color

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

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

This div border color is #D4C9FD.


Opacity

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

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

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

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

This text has shadow with #D4C9FD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4C9FD on black background.


Color preview on white background

This text has color #D4C9FD on white background.



Black color preview on #D4C9FD background

This text has black color on #D4C9FD background.


White color preview on #D4C9FD background

This text has white color on #D4C9FD background.