COLOR #D7CEDC

HEX: #D7CEDC RGB: (215,206,220)

Color info

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

RGB color model

#D7CEDC color RGB value is (215,206,220).

RGB: (215,206,220) (84%, 81%, 86%)

RGB channels and saturation

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

215
206
220

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

Portions of RGB colors in percentages

R + G + B = 215 + 206 + 220 = 641 (100%)
R 215 of 641 ~ 33.54%
G 206 of 641 ~ 32.14%
B 220 of 641 ~ 34.32'%

%33.54
%32.14
%34.32

CMYK color model

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

  • cyan value is 2.27%
  • magenta value is 6.36%
  • yellow value is 0.00%
  • key color value is 13.73%

CMYK: (2,6,0,14)
C2M6Y0K14 (2%, 6%, 0%, 14%)
(0.02 / 0.06 / 0.00 / 0.14)

CMYK percentages

%2.27
%6.36
%0
%13.73

Codes

Color #D7CEDC in popluar color models

D7 CE DC
RGB 215 206 220
HSL 279° 16.67% 83.53%
HSB/HSV 279° 6.36% 86.27%
CMYK 2.27% 6.36% 0.00%
13.73%

Color #D7CEDC in popluar number systems.

HEX D7 CE DC
Decimal 215 206 220
Binary 11010111 11001110 11011100
Octal 327 316 334

Shades and tints

Shades of #D7CEDC

#D7CEDC
(215,206,220)
#C4BCC8
(196,188,200)
#B1AAB4
(177,170,180)
#9E98A0
(158,152,160)
#8B868C
(139,134,140)
#787478
(120,116,120)
#656264
(101,98,100)
#525050
(82,80,80)
#3F3E3C
(63,62,60)
#2C2C28
(44,44,40)
#191A14
(25,26,20)
#000000
(0,0,0)

Tints of #D7CEDC

#D7CEDC
(215,206,220)
#DAD2DF
(218,210,223)
#DDD6E2
(221,214,226)
#E0DAE5
(224,218,229)
#E3DEE8
(227,222,232)
#E6E2EB
(230,226,235)
#E9E6EE
(233,230,238)
#ECEAF1
(236,234,241)
#EFEEF4
(239,238,244)
#F2F2F7
(242,242,247)
#F5F6FA
(245,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7CEDC; }

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

This text font color is #D7CEDC.

Background Color

.myBgColor { background-color: #D7CEDC; }

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

This div background color is #D7CEDC.

Border color

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

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

This div border color is #D7CEDC.

Opacity

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

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

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

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

This text has shadow with #D7CEDC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D7CEDC.

Preview

Color preview on black background

This text has color #D7CEDC on black background.


Color preview on white background

This text has color #D7CEDC on white background.


Black color preview on #D7CEDC background

This text has black color on #D7CEDC background.


White color preview on #D7CEDC background

This text has white color on #D7CEDC background.


Related colors

Complementary color

Complementary color for #hex is #283123.


I love getcolorcode.com

Triadic colors

1 #DCD7CE and #CEDCD7 with #D7CEDC are triadic colors.

2 #DCCED7 and #CED7DC with #D7CEDC are triadic colors.