COLOR #D7CCDA

HEX: #D7CCDA RGB: (215,204,218)

Color info

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

RGB color model

#D7CCDA color RGB value is (215,204,218).

RGB: (215,204,218) (84%, 80%, 85%)

RGB channels and saturation

R 215 of 255 = 84%
G 204 of 255 = 80%
B 218 of 255 = 85%

215
204
218

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

Portions of RGB colors in percentages

R + G + B = 215 + 204 + 218 = 637 (100%)
R 215 of 637 ~ 33.75%
G 204 of 637 ~ 32.03%
B 218 of 637 ~ 34.22'%

%33.75
%32.03
%34.22

CMYK color model

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

  • cyan value is 1.38%
  • magenta value is 6.42%
  • 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
%6.42
%0
%14.51

Codes

Color #D7CCDA in popluar color models

D7 CC DA
RGB 215 204 218
HSL 287° 15.91% 82.75%
HSB/HSV 287° 6.42% 85.49%
CMYK 1.38% 6.42% 0.00%
14.51%

Color #D7CCDA in popluar number systems.

HEX D7 CC DA
Decimal 215 204 218
Binary 11010111 11001100 11011010
Octal 327 314 332

Shades and tints

Shades of #D7CCDA

#D7CCDA
(215,204,218)
#C4BAC7
(196,186,199)
#B1A8B4
(177,168,180)
#9E96A1
(158,150,161)
#8B848E
(139,132,142)
#78727B
(120,114,123)
#656068
(101,96,104)
#524E55
(82,78,85)
#3F3C42
(63,60,66)
#2C2A2F
(44,42,47)
#19181C
(25,24,28)
#000000
(0,0,0)

Tints of #D7CCDA

#D7CCDA
(215,204,218)
#DAD0DD
(218,208,221)
#DDD4E0
(221,212,224)
#E0D8E3
(224,216,227)
#E3DCE6
(227,220,230)
#E6E0E9
(230,224,233)
#E9E4EC
(233,228,236)
#ECE8EF
(236,232,239)
#EFECF2
(239,236,242)
#F2F0F5
(242,240,245)
#F5F4F8
(245,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7CCDA; }

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

This text font color is #D7CCDA.

Background Color

.myBgColor { background-color: #D7CCDA; }

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

This div background color is #D7CCDA.

Border color

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

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

This div border color is #D7CCDA.

Opacity

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

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

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

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

This text has shadow with #D7CCDA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D7CCDA.

Preview

Color preview on black background

This text has color #D7CCDA on black background.


Color preview on white background

This text has color #D7CCDA on white background.


Black color preview on #D7CCDA background

This text has black color on #D7CCDA background.


White color preview on #D7CCDA background

This text has white color on #D7CCDA background.


Related colors

Complementary color

Complementary color for #hex is #283325.


I love getcolorcode.com

Triadic colors

1 #DAD7CC and #CCDAD7 with #D7CCDA are triadic colors.

2 #DACCD7 and #CCD7DA with #D7CCDA are triadic colors.