COLOR #D4CED6

HEX: #D4CED6
RGB: (212,206,214)

Color info

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

RGB color model

#D4CED6 color RGB value is (212,206,214).

  • red value is 212;
  • green value is 206;
  • blue value is 214.
RGB:
(212,206,214)
(83%,81%,84%)

RGB channels and saturation

R 212 of 255 = 83%
G 206 of 255 = 81%
B 214 of 255 = 84%

212
206
214

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

Portions of RGB colors in percentages

R + G + B =
212 + 206 + 214 = 632 (100%)
R 212 of 632 ~ 33.54%
G 206 of 632 ~ 32.59%
B 214 of 632 ~ 33.86%

%33.54
%32.59
%33.86

CMYK color model

#D4CED6 color CMYK value is (1,4,0,16).

  • cyan value is 0.93%
  • magenta value is 3.74%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(1,4,0,16)
C1M4Y0K16 
(1%,4%,0%,16%)
(0.01/0.04/0.00/0.16)	

CMYK percentages

%0.93
%3.74
%0
%16.08

Codes

Color #D4CED6 in popluar color models

D4CED6
RGB212206214
HSL285°8.89%82.35%
HSB/HSV285°3.74%83.92%
CMYK0.93%3.74%0.00%
16.08%

Color #D4CED6 in popluar number systems.

HEXD4CED6
Decimal212206214
Binary110101001100111011010110
Octal324316326

Shades and tints

Shades of #D4CED6

#D4CED6
(212,206,214)
#C1BCC3
(193,188,195)
#AEAAB0
(174,170,176)
#9B989D
(155,152,157)
#88868A
(136,134,138)
#757477
(117,116,119)
#626264
(98,98,100)
#4F5051
(79,80,81)
#3C3E3E
(60,62,62)
#292C2B
(41,44,43)
#161A18
(22,26,24)
#000000
(0,0,0)

Tints of #D4CED6

#D4CED6
(212,206,214)
#D7D2D9
(215,210,217)
#DAD6DC
(218,214,220)
#DDDADF
(221,218,223)
#E0DEE2
(224,222,226)
#E3E2E5
(227,226,229)
#E6E6E8
(230,230,232)
#E9EAEB
(233,234,235)
#ECEEEE
(236,238,238)
#EFF2F1
(239,242,241)
#F2F6F4
(242,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4CED6 color. Also use rgb(212,206,214) instead hex code.

Text Font Color

.myTextColor { color: #D4CED6; }

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

This text font color is #D4CED6.


Background Color

.myBgColor { background-color: #D4CED6; }

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

This div background color is #D4CED6.


Border color

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

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

This div border color is #D4CED6.


Opacity

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

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

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

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

This text has shadow with #D4CED6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4CED6 on black background.


Color preview on white background

This text has color #D4CED6 on white background.



Black color preview on #D4CED6 background

This text has black color on #D4CED6 background.


White color preview on #D4CED6 background

This text has white color on #D4CED6 background.