COLOR #D6CEEC

HEX: #D6CEEC
RGB: (214,206,236)

Color info

#D6CEEC contains red, green and blue colors in about the same proportion. Web safe color of #D6CEEC is #CCCCFF (or #CCF).

RGB color model

#D6CEEC color RGB value is (214,206,236).

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

RGB channels and saturation

R 214 of 255 = 84%
G 206 of 255 = 81%
B 236 of 255 = 93%

214
206
236

R + G + B ~ 86%. #D6CEEC is light color.

Portions of RGB colors in percentages

R + G + B =
214 + 206 + 236 = 656 (100%)
R 214 of 656 ~ 32.62%
G 206 of 656 ~ 31.4%
B 236 of 656 ~ 35.98%

%32.62
%31.4
%35.98

CMYK color model

#D6CEEC color CMYK value is (9,13,0,7).

  • cyan value is 9.32%
  • magenta value is 12.71%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(9,13,0,7)
C9M13Y0K7 
(9%,13%,0%,7%)
(0.09/0.13/0.00/0.07)	

CMYK percentages

%9.32
%12.71
%0
%7.45

Codes

Color #D6CEEC in popluar color models

D6CEEC
RGB214206236
HSL256°44.12%86.67%
HSB/HSV256°12.71%92.55%
CMYK9.32%12.71%0.00%
7.45%

Color #D6CEEC in popluar number systems.

HEXD6CEEC
Decimal214206236
Binary110101101100111011101100
Octal326316354

Shades and tints

Shades of #D6CEEC

#D6CEEC
(214,206,236)
#C3BCD7
(195,188,215)
#B0AAC2
(176,170,194)
#9D98AD
(157,152,173)
#8A8698
(138,134,152)
#777483
(119,116,131)
#64626E
(100,98,110)
#515059
(81,80,89)
#3E3E44
(62,62,68)
#2B2C2F
(43,44,47)
#181A1A
(24,26,26)
#000000
(0,0,0)

Tints of #D6CEEC

#D6CEEC
(214,206,236)
#D9D2ED
(217,210,237)
#DCD6EE
(220,214,238)
#DFDAEF
(223,218,239)
#E2DEF0
(226,222,240)
#E5E2F1
(229,226,241)
#E8E6F2
(232,230,242)
#EBEAF3
(235,234,243)
#EEEEF4
(238,238,244)
#F1F2F5
(241,242,245)
#F4F6F6
(244,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6CEEC; }

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

This text font color is #D6CEEC.


Background Color

.myBgColor { background-color: #D6CEEC; }

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

This div background color is #D6CEEC.


Border color

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

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

This div border color is #D6CEEC.


Opacity

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

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

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

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

This text has shadow with #D6CEEC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6CEEC on black background.


Color preview on white background

This text has color #D6CEEC on white background.



Black color preview on #D6CEEC background

This text has black color on #D6CEEC background.


White color preview on #D6CEEC background

This text has white color on #D6CEEC background.