COLOR #D6CEF8

HEX: #D6CEF8
RGB: (214,206,248)

Color info

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

RGB color model

#D6CEF8 color RGB value is (214,206,248).

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

RGB channels and saturation

R 214 of 255 = 84%
G 206 of 255 = 81%
B 248 of 255 = 97%

214
206
248

R + G + B ~ 87%. #D6CEF8 is light color.

Portions of RGB colors in percentages

R + G + B =
214 + 206 + 248 = 668 (100%)
R 214 of 668 ~ 32.04%
G 206 of 668 ~ 30.84%
B 248 of 668 ~ 37.13%

%32.04
%30.84
%37.13

CMYK color model

#D6CEF8 color CMYK value is (14,17,0,3).

  • cyan value is 13.71%
  • magenta value is 16.94%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK:
(14,17,0,3)
C14M17Y0K3 
(14%,17%,0%,3%)
(0.14/0.17/0.00/0.03)	

CMYK percentages

%13.71
%16.94
%0
%2.75

Codes

Color #D6CEF8 in popluar color models

D6CEF8
RGB214206248
HSL251°75.00%89.02%
HSB/HSV251°16.94%97.25%
CMYK13.71%16.94%0.00%
2.75%

Color #D6CEF8 in popluar number systems.

HEXD6CEF8
Decimal214206248
Binary110101101100111011111000
Octal326316370

Shades and tints

Shades of #D6CEF8

#D6CEF8
(214,206,248)
#C3BCE2
(195,188,226)
#B0AACC
(176,170,204)
#9D98B6
(157,152,182)
#8A86A0
(138,134,160)
#77748A
(119,116,138)
#646274
(100,98,116)
#51505E
(81,80,94)
#3E3E48
(62,62,72)
#2B2C32
(43,44,50)
#181A1C
(24,26,28)
#000000
(0,0,0)

Tints of #D6CEF8

#D6CEF8
(214,206,248)
#D9D2F8
(217,210,248)
#DCD6F8
(220,214,248)
#DFDAF8
(223,218,248)
#E2DEF8
(226,222,248)
#E5E2F8
(229,226,248)
#E8E6F8
(232,230,248)
#EBEAF8
(235,234,248)
#EEEEF8
(238,238,248)
#F1F2F8
(241,242,248)
#F4F6F8
(244,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6CEF8; }

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

This text font color is #D6CEF8.


Background Color

.myBgColor { background-color: #D6CEF8; }

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

This div background color is #D6CEF8.


Border color

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

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

This div border color is #D6CEF8.


Opacity

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

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

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

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

This text has shadow with #D6CEF8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6CEF8 on black background.


Color preview on white background

This text has color #D6CEF8 on white background.



Black color preview on #D6CEF8 background

This text has black color on #D6CEF8 background.


White color preview on #D6CEF8 background

This text has white color on #D6CEF8 background.