COLOR #D6CEDA

HEX: #D6CEDA
RGB: (214,206,218)

Color info

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

RGB color model

#D6CEDA color RGB value is (214,206,218).

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

RGB channels and saturation

R 214 of 255 = 84%
G 206 of 255 = 81%
B 218 of 255 = 85%

214
206
218

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

Portions of RGB colors in percentages

R + G + B =
214 + 206 + 218 = 638 (100%)
R 214 of 638 ~ 33.54%
G 206 of 638 ~ 32.29%
B 218 of 638 ~ 34.17%

%33.54
%32.29
%34.17

CMYK color model

#D6CEDA color CMYK value is (2,6,0,15).

  • cyan value is 1.83%
  • magenta value is 5.50%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(2,6,0,15)
C2M6Y0K15 
(2%,6%,0%,15%)
(0.02/0.06/0.00/0.15)	

CMYK percentages

%1.83
%5.5
%0
%14.51

Codes

Color #D6CEDA in popluar color models

D6CEDA
RGB214206218
HSL280°13.95%83.14%
HSB/HSV280°5.50%85.49%
CMYK1.83%5.50%0.00%
14.51%

Color #D6CEDA in popluar number systems.

HEXD6CEDA
Decimal214206218
Binary110101101100111011011010
Octal326316332

Shades and tints

Shades of #D6CEDA

#D6CEDA
(214,206,218)
#C3BCC7
(195,188,199)
#B0AAB4
(176,170,180)
#9D98A1
(157,152,161)
#8A868E
(138,134,142)
#77747B
(119,116,123)
#646268
(100,98,104)
#515055
(81,80,85)
#3E3E42
(62,62,66)
#2B2C2F
(43,44,47)
#181A1C
(24,26,28)
#000000
(0,0,0)

Tints of #D6CEDA

#D6CEDA
(214,206,218)
#D9D2DD
(217,210,221)
#DCD6E0
(220,214,224)
#DFDAE3
(223,218,227)
#E2DEE6
(226,222,230)
#E5E2E9
(229,226,233)
#E8E6EC
(232,230,236)
#EBEAEF
(235,234,239)
#EEEEF2
(238,238,242)
#F1F2F5
(241,242,245)
#F4F6F8
(244,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6CEDA; }

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

This text font color is #D6CEDA.


Background Color

.myBgColor { background-color: #D6CEDA; }

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

This div background color is #D6CEDA.


Border color

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

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

This div border color is #D6CEDA.


Opacity

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

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

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

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

This text has shadow with #D6CEDA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6CEDA on black background.


Color preview on white background

This text has color #D6CEDA on white background.



Black color preview on #D6CEDA background

This text has black color on #D6CEDA background.


White color preview on #D6CEDA background

This text has white color on #D6CEDA background.