COLOR #D3CEDC

HEX: #D3CEDC
RGB: (211,206,220)

Color info

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

RGB color model

#D3CEDC color RGB value is (211,206,220).

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

RGB channels and saturation

R 211 of 255 = 83%
G 206 of 255 = 81%
B 220 of 255 = 86%

211
206
220

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

Portions of RGB colors in percentages

R + G + B =
211 + 206 + 220 = 637 (100%)
R 211 of 637 ~ 33.12%
G 206 of 637 ~ 32.34%
B 220 of 637 ~ 34.54%

%33.12
%32.34
%34.54

CMYK color model

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

  • cyan value is 4.09%
  • magenta value is 6.36%
  • 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

%4.09
%6.36
%0
%13.73

Codes

Color #D3CEDC in popluar color models

D3CEDC
RGB211206220
HSL261°16.67%83.53%
HSB/HSV261°6.36%86.27%
CMYK4.09%6.36%0.00%
13.73%

Color #D3CEDC in popluar number systems.

HEXD3CEDC
Decimal211206220
Binary110100111100111011011100
Octal323316334

Shades and tints

Shades of #D3CEDC

#D3CEDC
(211,206,220)
#C0BCC8
(192,188,200)
#ADAAB4
(173,170,180)
#9A98A0
(154,152,160)
#87868C
(135,134,140)
#747478
(116,116,120)
#616264
(97,98,100)
#4E5050
(78,80,80)
#3B3E3C
(59,62,60)
#282C28
(40,44,40)
#151A14
(21,26,20)
#000000
(0,0,0)

Tints of #D3CEDC

#D3CEDC
(211,206,220)
#D7D2DF
(215,210,223)
#DBD6E2
(219,214,226)
#DFDAE5
(223,218,229)
#E3DEE8
(227,222,232)
#E7E2EB
(231,226,235)
#EBE6EE
(235,230,238)
#EFEAF1
(239,234,241)
#F3EEF4
(243,238,244)
#F7F2F7
(247,242,247)
#FBF6FA
(251,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D3CEDC color. Also use rgb(211,206,220) instead hex code.

Text Font Color

.myTextColor { color: #D3CEDC; }

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

This text font color is #D3CEDC.


Background Color

.myBgColor { background-color: #D3CEDC; }

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

This div background color is #D3CEDC.


Border color

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

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

This div border color is #D3CEDC.


Opacity

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

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

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

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

This text has shadow with #D3CEDC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3CEDC on black background.


Color preview on white background

This text has color #D3CEDC on white background.



Black color preview on #D3CEDC background

This text has black color on #D3CEDC background.


White color preview on #D3CEDC background

This text has white color on #D3CEDC background.