COLOR #D4CFE7

HEX: #D4CFE7
RGB: (212,207,231)

Color info

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

RGB color model

#D4CFE7 color RGB value is (212,207,231).

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

RGB channels and saturation

R 212 of 255 = 83%
G 207 of 255 = 81%
B 231 of 255 = 91%

212
207
231

R + G + B ~ 85%. #D4CFE7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
212 + 207 + 231 = 650 (100%)
R 212 of 650 ~ 32.62%
G 207 of 650 ~ 31.85%
B 231 of 650 ~ 35.54%

%32.62
%31.85
%35.54

CMYK color model

#D4CFE7 color CMYK value is (8,10,0,9).

  • cyan value is 8.23%
  • magenta value is 10.39%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(8,10,0,9)
C8M10Y0K9 
(8%,10%,0%,9%)
(0.08/0.10/0.00/0.09)	

CMYK percentages

%8.23
%10.39
%0
%9.41

Codes

Color #D4CFE7 in popluar color models

D4CFE7
RGB212207231
HSL253°33.33%85.88%
HSB/HSV253°10.39%90.59%
CMYK8.23%10.39%0.00%
9.41%

Color #D4CFE7 in popluar number systems.

HEXD4CFE7
Decimal212207231
Binary110101001100111111100111
Octal324317347

Shades and tints

Shades of #D4CFE7

#D4CFE7
(212,207,231)
#C1BDD2
(193,189,210)
#AEABBD
(174,171,189)
#9B99A8
(155,153,168)
#888793
(136,135,147)
#75757E
(117,117,126)
#626369
(98,99,105)
#4F5154
(79,81,84)
#3C3F3F
(60,63,63)
#292D2A
(41,45,42)
#161B15
(22,27,21)
#000000
(0,0,0)

Tints of #D4CFE7

#D4CFE7
(212,207,231)
#D7D3E9
(215,211,233)
#DAD7EB
(218,215,235)
#DDDBED
(221,219,237)
#E0DFEF
(224,223,239)
#E3E3F1
(227,227,241)
#E6E7F3
(230,231,243)
#E9EBF5
(233,235,245)
#ECEFF7
(236,239,247)
#EFF3F9
(239,243,249)
#F2F7FB
(242,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4CFE7; }

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

This text font color is #D4CFE7.


Background Color

.myBgColor { background-color: #D4CFE7; }

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

This div background color is #D4CFE7.


Border color

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

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

This div border color is #D4CFE7.


Opacity

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

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

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

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

This text has shadow with #D4CFE7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4CFE7 on black background.


Color preview on white background

This text has color #D4CFE7 on white background.



Black color preview on #D4CFE7 background

This text has black color on #D4CFE7 background.


White color preview on #D4CFE7 background

This text has white color on #D4CFE7 background.