COLOR #D7CEDD

HEX: #D7CEDD
RGB: (215,206,221)

Color info

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

RGB color model

#D7CEDD color RGB value is (215,206,221).

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

RGB channels and saturation

R 215 of 255 = 84%
G 206 of 255 = 81%
B 221 of 255 = 87%

215
206
221

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

Portions of RGB colors in percentages

R + G + B =
215 + 206 + 221 = 642 (100%)
R 215 of 642 ~ 33.49%
G 206 of 642 ~ 32.09%
B 221 of 642 ~ 34.42%

%33.49
%32.09
%34.42

CMYK color model

#D7CEDD color CMYK value is (3,7,0,13).

  • cyan value is 2.71%
  • magenta value is 6.79%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(3,7,0,13)
C3M7Y0K13 
(3%,7%,0%,13%)
(0.03/0.07/0.00/0.13)	

CMYK percentages

%2.71
%6.79
%0
%13.33

Codes

Color #D7CEDD in popluar color models

D7CEDD
RGB215206221
HSL276°18.07%83.73%
HSB/HSV276°6.79%86.67%
CMYK2.71%6.79%0.00%
13.33%

Color #D7CEDD in popluar number systems.

HEXD7CEDD
Decimal215206221
Binary110101111100111011011101
Octal327316335

Shades and tints

Shades of #D7CEDD

#D7CEDD
(215,206,221)
#C4BCC9
(196,188,201)
#B1AAB5
(177,170,181)
#9E98A1
(158,152,161)
#8B868D
(139,134,141)
#787479
(120,116,121)
#656265
(101,98,101)
#525051
(82,80,81)
#3F3E3D
(63,62,61)
#2C2C29
(44,44,41)
#191A15
(25,26,21)
#000000
(0,0,0)

Tints of #D7CEDD

#D7CEDD
(215,206,221)
#DAD2E0
(218,210,224)
#DDD6E3
(221,214,227)
#E0DAE6
(224,218,230)
#E3DEE9
(227,222,233)
#E6E2EC
(230,226,236)
#E9E6EF
(233,230,239)
#ECEAF2
(236,234,242)
#EFEEF5
(239,238,245)
#F2F2F8
(242,242,248)
#F5F6FB
(245,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7CEDD; }

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

This text font color is #D7CEDD.


Background Color

.myBgColor { background-color: #D7CEDD; }

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

This div background color is #D7CEDD.


Border color

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

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

This div border color is #D7CEDD.


Opacity

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

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

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

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

This text has shadow with #D7CEDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7CEDD on black background.


Color preview on white background

This text has color #D7CEDD on white background.



Black color preview on #D7CEDD background

This text has black color on #D7CEDD background.


White color preview on #D7CEDD background

This text has white color on #D7CEDD background.