COLOR #D7CEDA

HEX: #D7CEDA RGB: (215,206,218)

Color info

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

RGB color model

#D7CEDA color RGB value is (215,206,218).

RGB: (215,206,218) (84%, 81%, 85%)

RGB channels and saturation

R 215 of 255 = 84%
G 206 of 255 = 81%
B 218 of 255 = 85%

215
206
218

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

Portions of RGB colors in percentages

R + G + B = 215 + 206 + 218 = 639 (100%)
R 215 of 639 ~ 33.65%
G 206 of 639 ~ 32.24%
B 218 of 639 ~ 34.12'%

%33.65
%32.24
%34.12

CMYK color model

#D7CEDA color CMYK value is (1,6,0,15).

  • cyan value is 1.38%
  • magenta value is 5.50%
  • yellow value is 0.00%
  • key color value is 14.51%

CMYK: (1,6,0,15)
C1M6Y0K15 (1%, 6%, 0%, 15%)
(0.01 / 0.06 / 0.00 / 0.15)

CMYK percentages

%1.38
%5.5
%0
%14.51

Codes

Color #D7CEDA in popluar color models

D7 CE DA
RGB 215 206 218
HSL 285° 13.95% 83.14%
HSB/HSV 285° 5.50% 85.49%
CMYK 1.38% 5.50% 0.00%
14.51%

Color #D7CEDA in popluar number systems.

HEX D7 CE DA
Decimal 215 206 218
Binary 11010111 11001110 11011010
Octal 327 316 332

Shades and tints

Shades of #D7CEDA

#D7CEDA
(215,206,218)
#C4BCC7
(196,188,199)
#B1AAB4
(177,170,180)
#9E98A1
(158,152,161)
#8B868E
(139,134,142)
#78747B
(120,116,123)
#656268
(101,98,104)
#525055
(82,80,85)
#3F3E42
(63,62,66)
#2C2C2F
(44,44,47)
#191A1C
(25,26,28)
#000000
(0,0,0)

Tints of #D7CEDA

#D7CEDA
(215,206,218)
#DAD2DD
(218,210,221)
#DDD6E0
(221,214,224)
#E0DAE3
(224,218,227)
#E3DEE6
(227,222,230)
#E6E2E9
(230,226,233)
#E9E6EC
(233,230,236)
#ECEAEF
(236,234,239)
#EFEEF2
(239,238,242)
#F2F2F5
(242,242,245)
#F5F6F8
(245,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7CEDA; }

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

This text font color is #D7CEDA.

Background Color

.myBgColor { background-color: #D7CEDA; }

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

This div background color is #D7CEDA.

Border color

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

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

This div border color is #D7CEDA.

Opacity

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

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

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

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

This text has shadow with #D7CEDA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D7CEDA.

Preview

Color preview on black background

This text has color #D7CEDA on black background.


Color preview on white background

This text has color #D7CEDA on white background.


Black color preview on #D7CEDA background

This text has black color on #D7CEDA background.


White color preview on #D7CEDA background

This text has white color on #D7CEDA background.


Related colors

Complementary color

Complementary color for #hex is #283125.


I love getcolorcode.com

Triadic colors

1 #DAD7CE and #CEDAD7 with #D7CEDA are triadic colors.

2 #DACED7 and #CED7DA with #D7CEDA are triadic colors.