COLOR #D4CFFD

HEX: #D4CFFD
RGB: (212,207,253)

Color info

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

RGB color model

#D4CFFD color RGB value is (212,207,253).

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

RGB channels and saturation

R 212 of 255 = 83%
G 207 of 255 = 81%
B 253 of 255 = 99%

212
207
253

R + G + B ~ 88%. #D4CFFD is light color.

Portions of RGB colors in percentages

R + G + B =
212 + 207 + 253 = 672 (100%)
R 212 of 672 ~ 31.55%
G 207 of 672 ~ 30.8%
B 253 of 672 ~ 37.65%

%31.55
%30.8
%37.65

CMYK color model

#D4CFFD color CMYK value is (16,18,0,1).

  • cyan value is 16.21%
  • magenta value is 18.18%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK:
(16,18,0,1)
C16M18Y0K1 
(16%,18%,0%,1%)
(0.16/0.18/0.00/0.01)	

CMYK percentages

%16.21
%18.18
%0
%0.78

Codes

Color #D4CFFD in popluar color models

D4CFFD
RGB212207253
HSL247°92.00%90.20%
HSB/HSV247°18.18%99.22%
CMYK16.21%18.18%0.00%
0.78%

Color #D4CFFD in popluar number systems.

HEXD4CFFD
Decimal212207253
Binary110101001100111111111101
Octal324317375

Shades and tints

Shades of #D4CFFD

#D4CFFD
(212,207,253)
#C1BDE6
(193,189,230)
#AEABCF
(174,171,207)
#9B99B8
(155,153,184)
#8887A1
(136,135,161)
#75758A
(117,117,138)
#626373
(98,99,115)
#4F515C
(79,81,92)
#3C3F45
(60,63,69)
#292D2E
(41,45,46)
#161B17
(22,27,23)
#000000
(0,0,0)

Tints of #D4CFFD

#D4CFFD
(212,207,253)
#D7D3FD
(215,211,253)
#DAD7FD
(218,215,253)
#DDDBFD
(221,219,253)
#E0DFFD
(224,223,253)
#E3E3FD
(227,227,253)
#E6E7FD
(230,231,253)
#E9EBFD
(233,235,253)
#ECEFFD
(236,239,253)
#EFF3FD
(239,243,253)
#F2F7FD
(242,247,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4CFFD; }

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

This text font color is #D4CFFD.


Background Color

.myBgColor { background-color: #D4CFFD; }

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

This div background color is #D4CFFD.


Border color

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

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

This div border color is #D4CFFD.


Opacity

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

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

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

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

This text has shadow with #D4CFFD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4CFFD on black background.


Color preview on white background

This text has color #D4CFFD on white background.



Black color preview on #D4CFFD background

This text has black color on #D4CFFD background.


White color preview on #D4CFFD background

This text has white color on #D4CFFD background.