COLOR #D3CEE0

HEX: #D3CEE0
RGB: (211,206,224)

Color info

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

RGB color model

#D3CEE0 color RGB value is (211,206,224).

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

RGB channels and saturation

R 211 of 255 = 83%
G 206 of 255 = 81%
B 224 of 255 = 88%

211
206
224

R + G + B ~ 84%. #D3CEE0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
211 + 206 + 224 = 641 (100%)
R 211 of 641 ~ 32.92%
G 206 of 641 ~ 32.14%
B 224 of 641 ~ 34.95%

%32.92
%32.14
%34.95

CMYK color model

#D3CEE0 color CMYK value is (6,8,0,12).

  • cyan value is 5.80%
  • magenta value is 8.04%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK:
(6,8,0,12)
C6M8Y0K12 
(6%,8%,0%,12%)
(0.06/0.08/0.00/0.12)	

CMYK percentages

%5.8
%8.04
%0
%12.16

Codes

Color #D3CEE0 in popluar color models

D3CEE0
RGB211206224
HSL257°22.50%84.31%
HSB/HSV257°8.04%87.84%
CMYK5.80%8.04%0.00%
12.16%

Color #D3CEE0 in popluar number systems.

HEXD3CEE0
Decimal211206224
Binary110100111100111011100000
Octal323316340

Shades and tints

Shades of #D3CEE0

#D3CEE0
(211,206,224)
#C0BCCC
(192,188,204)
#ADAAB8
(173,170,184)
#9A98A4
(154,152,164)
#878690
(135,134,144)
#74747C
(116,116,124)
#616268
(97,98,104)
#4E5054
(78,80,84)
#3B3E40
(59,62,64)
#282C2C
(40,44,44)
#151A18
(21,26,24)
#000000
(0,0,0)

Tints of #D3CEE0

#D3CEE0
(211,206,224)
#D7D2E2
(215,210,226)
#DBD6E4
(219,214,228)
#DFDAE6
(223,218,230)
#E3DEE8
(227,222,232)
#E7E2EA
(231,226,234)
#EBE6EC
(235,230,236)
#EFEAEE
(239,234,238)
#F3EEF0
(243,238,240)
#F7F2F2
(247,242,242)
#FBF6F4
(251,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D3CEE0; }

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

This text font color is #D3CEE0.


Background Color

.myBgColor { background-color: #D3CEE0; }

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

This div background color is #D3CEE0.


Border color

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

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

This div border color is #D3CEE0.


Opacity

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

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

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

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

This text has shadow with #D3CEE0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3CEE0 on black background.


Color preview on white background

This text has color #D3CEE0 on white background.



Black color preview on #D3CEE0 background

This text has black color on #D3CEE0 background.


White color preview on #D3CEE0 background

This text has white color on #D3CEE0 background.