COLOR #D1CEDB

HEX: #D1CEDB
RGB: (209,206,219)

Color info

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

RGB color model

#D1CEDB color RGB value is (209,206,219).

  • red value is 209;
  • green value is 206;
  • blue value is 219.
RGB:
(209,206,219)
(82%,81%,86%)

RGB channels and saturation

R 209 of 255 = 82%
G 206 of 255 = 81%
B 219 of 255 = 86%

209
206
219

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

Portions of RGB colors in percentages

R + G + B =
209 + 206 + 219 = 634 (100%)
R 209 of 634 ~ 32.97%
G 206 of 634 ~ 32.49%
B 219 of 634 ~ 34.54%

%32.97
%32.49
%34.54

CMYK color model

#D1CEDB color CMYK value is (5,6,0,14).

  • cyan value is 4.57%
  • magenta value is 5.94%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(5,6,0,14)
C5M6Y0K14 
(5%,6%,0%,14%)
(0.05/0.06/0.00/0.14)	

CMYK percentages

%4.57
%5.94
%0
%14.12

Codes

Color #D1CEDB in popluar color models

D1CEDB
RGB209206219
HSL254°15.29%83.33%
HSB/HSV254°5.94%85.88%
CMYK4.57%5.94%0.00%
14.12%

Color #D1CEDB in popluar number systems.

HEXD1CEDB
Decimal209206219
Binary110100011100111011011011
Octal321316333

Shades and tints

Shades of #D1CEDB

#D1CEDB
(209,206,219)
#BEBCC8
(190,188,200)
#ABAAB5
(171,170,181)
#9898A2
(152,152,162)
#85868F
(133,134,143)
#72747C
(114,116,124)
#5F6269
(95,98,105)
#4C5056
(76,80,86)
#393E43
(57,62,67)
#262C30
(38,44,48)
#131A1D
(19,26,29)
#000000
(0,0,0)

Tints of #D1CEDB

#D1CEDB
(209,206,219)
#D5D2DE
(213,210,222)
#D9D6E1
(217,214,225)
#DDDAE4
(221,218,228)
#E1DEE7
(225,222,231)
#E5E2EA
(229,226,234)
#E9E6ED
(233,230,237)
#EDEAF0
(237,234,240)
#F1EEF3
(241,238,243)
#F5F2F6
(245,242,246)
#F9F6F9
(249,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1CEDB color. Also use rgb(209,206,219) instead hex code.

Text Font Color

.myTextColor { color: #D1CEDB; }

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

This text font color is #D1CEDB.


Background Color

.myBgColor { background-color: #D1CEDB; }

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

This div background color is #D1CEDB.


Border color

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

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

This div border color is #D1CEDB.


Opacity

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

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

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

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

This text has shadow with #D1CEDB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1CEDB on black background.


Color preview on white background

This text has color #D1CEDB on white background.



Black color preview on #D1CEDB background

This text has black color on #D1CEDB background.


White color preview on #D1CEDB background

This text has white color on #D1CEDB background.