COLOR #D0CEDB

HEX: #D0CEDB
RGB: (208,206,219)

Color info

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

RGB color model

#D0CEDB color RGB value is (208,206,219).

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

RGB channels and saturation

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

208
206
219

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

Portions of RGB colors in percentages

R + G + B =
208 + 206 + 219 = 633 (100%)
R 208 of 633 ~ 32.86%
G 206 of 633 ~ 32.54%
B 219 of 633 ~ 34.6%

%32.86
%32.54
%34.6

CMYK color model

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

  • cyan value is 5.02%
  • 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

%5.02
%5.94
%0
%14.12

Codes

Color #D0CEDB in popluar color models

D0CEDB
RGB208206219
HSL249°15.29%83.33%
HSB/HSV249°5.94%85.88%
CMYK5.02%5.94%0.00%
14.12%

Color #D0CEDB in popluar number systems.

HEXD0CEDB
Decimal208206219
Binary110100001100111011011011
Octal320316333

Shades and tints

Shades of #D0CEDB

#D0CEDB
(208,206,219)
#BEBCC8
(190,188,200)
#ACAAB5
(172,170,181)
#9A98A2
(154,152,162)
#88868F
(136,134,143)
#76747C
(118,116,124)
#646269
(100,98,105)
#525056
(82,80,86)
#403E43
(64,62,67)
#2E2C30
(46,44,48)
#1C1A1D
(28,26,29)
#000000
(0,0,0)

Tints of #D0CEDB

#D0CEDB
(208,206,219)
#D4D2DE
(212,210,222)
#D8D6E1
(216,214,225)
#DCDAE4
(220,218,228)
#E0DEE7
(224,222,231)
#E4E2EA
(228,226,234)
#E8E6ED
(232,230,237)
#ECEAF0
(236,234,240)
#F0EEF3
(240,238,243)
#F4F2F6
(244,242,246)
#F8F6F9
(248,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D0CEDB; }

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

This text font color is #D0CEDB.


Background Color

.myBgColor { background-color: #D0CEDB; }

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

This div background color is #D0CEDB.


Border color

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

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

This div border color is #D0CEDB.


Opacity

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

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

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

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

This text has shadow with #D0CEDB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0CEDB on black background.


Color preview on white background

This text has color #D0CEDB on white background.



Black color preview on #D0CEDB background

This text has black color on #D0CEDB background.


White color preview on #D0CEDB background

This text has white color on #D0CEDB background.