COLOR #D4CCCF

HEX: #D4CCCF
RGB: (212,204,207)

Color info

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

RGB color model

#D4CCCF color RGB value is (212,204,207).

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

RGB channels and saturation

R 212 of 255 = 83%
G 204 of 255 = 80%
B 207 of 255 = 81%

212
204
207

R + G + B ~ 81%. #D4CCCF is quite light color.

Portions of RGB colors in percentages

R + G + B =
212 + 204 + 207 = 623 (100%)
R 212 of 623 ~ 34.03%
G 204 of 623 ~ 32.74%
B 207 of 623 ~ 33.23%

%34.03
%32.74
%33.23

CMYK color model

#D4CCCF color CMYK value is (0,4,2,17).

  • cyan value is 0.00%
  • magenta value is 3.77%
  • yellow value is 2.36%
  • key color value is 16.86%
CMYK:
(0,4,2,17)
C0M4Y2K17 
(0%,4%,2%,17%)
(0.00/0.04/0.02/0.17)	

CMYK percentages

%0
%3.77
%2.36
%16.86

Codes

Color #D4CCCF in popluar color models

D4CCCF
RGB212204207
HSL338°8.51%81.57%
HSB/HSV338°3.77%83.14%
CMYK0.00%3.77%2.36%
16.86%

Color #D4CCCF in popluar number systems.

HEXD4CCCF
Decimal212204207
Binary110101001100110011001111
Octal324314317

Shades and tints

Shades of #D4CCCF

#D4CCCF
(212,204,207)
#C1BABD
(193,186,189)
#AEA8AB
(174,168,171)
#9B9699
(155,150,153)
#888487
(136,132,135)
#757275
(117,114,117)
#626063
(98,96,99)
#4F4E51
(79,78,81)
#3C3C3F
(60,60,63)
#292A2D
(41,42,45)
#16181B
(22,24,27)
#000000
(0,0,0)

Tints of #D4CCCF

#D4CCCF
(212,204,207)
#D7D0D3
(215,208,211)
#DAD4D7
(218,212,215)
#DDD8DB
(221,216,219)
#E0DCDF
(224,220,223)
#E3E0E3
(227,224,227)
#E6E4E7
(230,228,231)
#E9E8EB
(233,232,235)
#ECECEF
(236,236,239)
#EFF0F3
(239,240,243)
#F2F4F7
(242,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4CCCF; }

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

This text font color is #D4CCCF.


Background Color

.myBgColor { background-color: #D4CCCF; }

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

This div background color is #D4CCCF.


Border color

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

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

This div border color is #D4CCCF.


Opacity

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

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

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

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

This text has shadow with #D4CCCF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4CCCF on black background.


Color preview on white background

This text has color #D4CCCF on white background.



Black color preview on #D4CCCF background

This text has black color on #D4CCCF background.


White color preview on #D4CCCF background

This text has white color on #D4CCCF background.