COLOR #D7CCD3

HEX: #D7CCD3 RGB: (215,204,211)

Color info

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

RGB color model

#D7CCD3 color RGB value is (215,204,211).

RGB: (215,204,211) (84%, 80%, 83%)

RGB channels and saturation

R 215 of 255 = 84%
G 204 of 255 = 80%
B 211 of 255 = 83%

215
204
211

R + G + B ~ 82%. #D7CCD3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 215 + 204 + 211 = 630 (100%)
R 215 of 630 ~ 34.13%
G 204 of 630 ~ 32.38%
B 211 of 630 ~ 33.49'%

%34.13
%32.38
%33.49

CMYK color model

#D7CCD3 color CMYK value is (0,5,2,16).

  • cyan value is 0.00%
  • magenta value is 5.12%
  • yellow value is 1.86%
  • key color value is 15.69%

CMYK: (0,5,2,16)
C0M5Y2K16 (0%, 5%, 2%, 16%)
(0.00 / 0.05 / 0.02 / 0.16)

CMYK percentages

%0
%5.12
%1.86
%15.69

Codes

Color #D7CCD3 in popluar color models

D7 CC D3
RGB 215 204 211
HSL 322° 12.09% 82.16%
HSB/HSV 322° 5.12% 84.31%
CMYK 0.00% 5.12% 1.86%
15.69%

Color #D7CCD3 in popluar number systems.

HEX D7 CC D3
Decimal 215 204 211
Binary 11010111 11001100 11010011
Octal 327 314 323

Shades and tints

Shades of #D7CCD3

#D7CCD3
(215,204,211)
#C4BAC0
(196,186,192)
#B1A8AD
(177,168,173)
#9E969A
(158,150,154)
#8B8487
(139,132,135)
#787274
(120,114,116)
#656061
(101,96,97)
#524E4E
(82,78,78)
#3F3C3B
(63,60,59)
#2C2A28
(44,42,40)
#191815
(25,24,21)
#000000
(0,0,0)

Tints of #D7CCD3

#D7CCD3
(215,204,211)
#DAD0D7
(218,208,215)
#DDD4DB
(221,212,219)
#E0D8DF
(224,216,223)
#E3DCE3
(227,220,227)
#E6E0E7
(230,224,231)
#E9E4EB
(233,228,235)
#ECE8EF
(236,232,239)
#EFECF3
(239,236,243)
#F2F0F7
(242,240,247)
#F5F4FB
(245,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7CCD3; }

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

This text font color is #D7CCD3.

Background Color

.myBgColor { background-color: #D7CCD3; }

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

This div background color is #D7CCD3.

Border color

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

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

This div border color is #D7CCD3.

Opacity

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

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

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

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

This text has shadow with #D7CCD3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D7CCD3.

Preview

Color preview on black background

This text has color #D7CCD3 on black background.


Color preview on white background

This text has color #D7CCD3 on white background.


Black color preview on #D7CCD3 background

This text has black color on #D7CCD3 background.


White color preview on #D7CCD3 background

This text has white color on #D7CCD3 background.


Related colors

Complementary color

Complementary color for #hex is #28332C.


I love getcolorcode.com

Triadic colors

1 #D3D7CC and #CCD3D7 with #D7CCD3 are triadic colors.

2 #D3CCD7 and #CCD7D3 with #D7CCD3 are triadic colors.