COLOR #D6CEFB

HEX: #D6CEFB
RGB: (214,206,251)

Color info

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

RGB color model

#D6CEFB color RGB value is (214,206,251).

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

RGB channels and saturation

R 214 of 255 = 84%
G 206 of 255 = 81%
B 251 of 255 = 98%

214
206
251

R + G + B ~ 88%. #D6CEFB is light color.

Portions of RGB colors in percentages

R + G + B =
214 + 206 + 251 = 671 (100%)
R 214 of 671 ~ 31.89%
G 206 of 671 ~ 30.7%
B 251 of 671 ~ 37.41%

%31.89
%30.7
%37.41

CMYK color model

#D6CEFB color CMYK value is (15,18,0,2).

  • cyan value is 14.74%
  • magenta value is 17.93%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(15,18,0,2)
C15M18Y0K2 
(15%,18%,0%,2%)
(0.15/0.18/0.00/0.02)	

CMYK percentages

%14.74
%17.93
%0
%1.57

Codes

Color #D6CEFB in popluar color models

D6CEFB
RGB214206251
HSL251°84.91%89.61%
HSB/HSV251°17.93%98.43%
CMYK14.74%17.93%0.00%
1.57%

Color #D6CEFB in popluar number systems.

HEXD6CEFB
Decimal214206251
Binary110101101100111011111011
Octal326316373

Shades and tints

Shades of #D6CEFB

#D6CEFB
(214,206,251)
#C3BCE5
(195,188,229)
#B0AACF
(176,170,207)
#9D98B9
(157,152,185)
#8A86A3
(138,134,163)
#77748D
(119,116,141)
#646277
(100,98,119)
#515061
(81,80,97)
#3E3E4B
(62,62,75)
#2B2C35
(43,44,53)
#181A1F
(24,26,31)
#000000
(0,0,0)

Tints of #D6CEFB

#D6CEFB
(214,206,251)
#D9D2FB
(217,210,251)
#DCD6FB
(220,214,251)
#DFDAFB
(223,218,251)
#E2DEFB
(226,222,251)
#E5E2FB
(229,226,251)
#E8E6FB
(232,230,251)
#EBEAFB
(235,234,251)
#EEEEFB
(238,238,251)
#F1F2FB
(241,242,251)
#F4F6FB
(244,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6CEFB; }

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

This text font color is #D6CEFB.


Background Color

.myBgColor { background-color: #D6CEFB; }

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

This div background color is #D6CEFB.


Border color

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

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

This div border color is #D6CEFB.


Opacity

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

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

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

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

This text has shadow with #D6CEFB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6CEFB on black background.


Color preview on white background

This text has color #D6CEFB on white background.



Black color preview on #D6CEFB background

This text has black color on #D6CEFB background.


White color preview on #D6CEFB background

This text has white color on #D6CEFB background.