COLOR #D6CCE6

HEX: #D6CCE6
RGB: (214,204,230)

Color info

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

RGB color model

#D6CCE6 color RGB value is (214,204,230).

  • red value is 214;
  • green value is 204;
  • blue value is 230.
RGB:
(214,204,230)
(84%,80%,90%)

RGB channels and saturation

R 214 of 255 = 84%
G 204 of 255 = 80%
B 230 of 255 = 90%

214
204
230

R + G + B ~ 85%. #D6CCE6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
214 + 204 + 230 = 648 (100%)
R 214 of 648 ~ 33.02%
G 204 of 648 ~ 31.48%
B 230 of 648 ~ 35.49%

%33.02
%31.48
%35.49

CMYK color model

#D6CCE6 color CMYK value is (7,11,0,10).

  • cyan value is 6.96%
  • magenta value is 11.30%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(7,11,0,10)
C7M11Y0K10 
(7%,11%,0%,10%)
(0.07/0.11/0.00/0.10)	

CMYK percentages

%6.96
%11.3
%0
%9.8

Codes

Color #D6CCE6 in popluar color models

D6CCE6
RGB214204230
HSL263°34.21%85.10%
HSB/HSV263°11.30%90.20%
CMYK6.96%11.30%0.00%
9.80%

Color #D6CCE6 in popluar number systems.

HEXD6CCE6
Decimal214204230
Binary110101101100110011100110
Octal326314346

Shades and tints

Shades of #D6CCE6

#D6CCE6
(214,204,230)
#C3BAD2
(195,186,210)
#B0A8BE
(176,168,190)
#9D96AA
(157,150,170)
#8A8496
(138,132,150)
#777282
(119,114,130)
#64606E
(100,96,110)
#514E5A
(81,78,90)
#3E3C46
(62,60,70)
#2B2A32
(43,42,50)
#18181E
(24,24,30)
#000000
(0,0,0)

Tints of #D6CCE6

#D6CCE6
(214,204,230)
#D9D0E8
(217,208,232)
#DCD4EA
(220,212,234)
#DFD8EC
(223,216,236)
#E2DCEE
(226,220,238)
#E5E0F0
(229,224,240)
#E8E4F2
(232,228,242)
#EBE8F4
(235,232,244)
#EEECF6
(238,236,246)
#F1F0F8
(241,240,248)
#F4F4FA
(244,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6CCE6 color. Also use rgb(214,204,230) instead hex code.

Text Font Color

.myTextColor { color: #D6CCE6; }

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

This text font color is #D6CCE6.


Background Color

.myBgColor { background-color: #D6CCE6; }

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

This div background color is #D6CCE6.


Border color

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

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

This div border color is #D6CCE6.


Opacity

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

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

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

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

This text has shadow with #D6CCE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6CCE6 on black background.


Color preview on white background

This text has color #D6CCE6 on white background.



Black color preview on #D6CCE6 background

This text has black color on #D6CCE6 background.


White color preview on #D6CCE6 background

This text has white color on #D6CCE6 background.