COLOR #D4CFDC

HEX: #D4CFDC
RGB: (212,207,220)

Color info

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

RGB color model

#D4CFDC color RGB value is (212,207,220).

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

RGB channels and saturation

R 212 of 255 = 83%
G 207 of 255 = 81%
B 220 of 255 = 86%

212
207
220

R + G + B ~ 83%. #D4CFDC is quite light color.

Portions of RGB colors in percentages

R + G + B =
212 + 207 + 220 = 639 (100%)
R 212 of 639 ~ 33.18%
G 207 of 639 ~ 32.39%
B 220 of 639 ~ 34.43%

%33.18
%32.39
%34.43

CMYK color model

#D4CFDC color CMYK value is (4,6,0,14).

  • cyan value is 3.64%
  • magenta value is 5.91%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(4,6,0,14)
C4M6Y0K14 
(4%,6%,0%,14%)
(0.04/0.06/0.00/0.14)	

CMYK percentages

%3.64
%5.91
%0
%13.73

Codes

Color #D4CFDC in popluar color models

D4CFDC
RGB212207220
HSL263°15.66%83.73%
HSB/HSV263°5.91%86.27%
CMYK3.64%5.91%0.00%
13.73%

Color #D4CFDC in popluar number systems.

HEXD4CFDC
Decimal212207220
Binary110101001100111111011100
Octal324317334

Shades and tints

Shades of #D4CFDC

#D4CFDC
(212,207,220)
#C1BDC8
(193,189,200)
#AEABB4
(174,171,180)
#9B99A0
(155,153,160)
#88878C
(136,135,140)
#757578
(117,117,120)
#626364
(98,99,100)
#4F5150
(79,81,80)
#3C3F3C
(60,63,60)
#292D28
(41,45,40)
#161B14
(22,27,20)
#000000
(0,0,0)

Tints of #D4CFDC

#D4CFDC
(212,207,220)
#D7D3DF
(215,211,223)
#DAD7E2
(218,215,226)
#DDDBE5
(221,219,229)
#E0DFE8
(224,223,232)
#E3E3EB
(227,227,235)
#E6E7EE
(230,231,238)
#E9EBF1
(233,235,241)
#ECEFF4
(236,239,244)
#EFF3F7
(239,243,247)
#F2F7FA
(242,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4CFDC; }

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

This text font color is #D4CFDC.


Background Color

.myBgColor { background-color: #D4CFDC; }

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

This div background color is #D4CFDC.


Border color

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

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

This div border color is #D4CFDC.


Opacity

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

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

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

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

This text has shadow with #D4CFDC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4CFDC on black background.


Color preview on white background

This text has color #D4CFDC on white background.



Black color preview on #D4CFDC background

This text has black color on #D4CFDC background.


White color preview on #D4CFDC background

This text has white color on #D4CFDC background.