COLOR #D7CEDB

HEX: #D7CEDB
RGB: (215,206,219)

Color info

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

RGB color model

#D7CEDB color RGB value is (215,206,219).

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

RGB channels and saturation

R 215 of 255 = 84%
G 206 of 255 = 81%
B 219 of 255 = 86%

215
206
219

R + G + B ~ 84%. #D7CEDB is quite light color.

Portions of RGB colors in percentages

R + G + B =
215 + 206 + 219 = 640 (100%)
R 215 of 640 ~ 33.59%
G 206 of 640 ~ 32.19%
B 219 of 640 ~ 34.22%

%33.59
%32.19
%34.22

CMYK color model

#D7CEDB color CMYK value is (2,6,0,14).

  • cyan value is 1.83%
  • magenta value is 5.94%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(2,6,0,14)
C2M6Y0K14 
(2%,6%,0%,14%)
(0.02/0.06/0.00/0.14)	

CMYK percentages

%1.83
%5.94
%0
%14.12

Codes

Color #D7CEDB in popluar color models

D7CEDB
RGB215206219
HSL282°15.29%83.33%
HSB/HSV282°5.94%85.88%
CMYK1.83%5.94%0.00%
14.12%

Color #D7CEDB in popluar number systems.

HEXD7CEDB
Decimal215206219
Binary110101111100111011011011
Octal327316333

Shades and tints

Shades of #D7CEDB

#D7CEDB
(215,206,219)
#C4BCC8
(196,188,200)
#B1AAB5
(177,170,181)
#9E98A2
(158,152,162)
#8B868F
(139,134,143)
#78747C
(120,116,124)
#656269
(101,98,105)
#525056
(82,80,86)
#3F3E43
(63,62,67)
#2C2C30
(44,44,48)
#191A1D
(25,26,29)
#000000
(0,0,0)

Tints of #D7CEDB

#D7CEDB
(215,206,219)
#DAD2DE
(218,210,222)
#DDD6E1
(221,214,225)
#E0DAE4
(224,218,228)
#E3DEE7
(227,222,231)
#E6E2EA
(230,226,234)
#E9E6ED
(233,230,237)
#ECEAF0
(236,234,240)
#EFEEF3
(239,238,243)
#F2F2F6
(242,242,246)
#F5F6F9
(245,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7CEDB; }

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

This text font color is #D7CEDB.


Background Color

.myBgColor { background-color: #D7CEDB; }

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

This div background color is #D7CEDB.


Border color

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

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

This div border color is #D7CEDB.


Opacity

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

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

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

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

This text has shadow with #D7CEDB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7CEDB on black background.


Color preview on white background

This text has color #D7CEDB on white background.



Black color preview on #D7CEDB background

This text has black color on #D7CEDB background.


White color preview on #D7CEDB background

This text has white color on #D7CEDB background.