COLOR #D7C4CD

HEX: #D7C4CD
RGB: (215,196,205)

Color info

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

RGB color model

#D7C4CD color RGB value is (215,196,205).

  • red value is 215;
  • green value is 196;
  • blue value is 205.
RGB:
(215,196,205)
(84%,77%,80%)

RGB channels and saturation

R 215 of 255 = 84%
G 196 of 255 = 77%
B 205 of 255 = 80%

215
196
205

R + G + B ~ 80%. #D7C4CD is quite light color.

Portions of RGB colors in percentages

R + G + B =
215 + 196 + 205 = 616 (100%)
R 215 of 616 ~ 34.9%
G 196 of 616 ~ 31.82%
B 205 of 616 ~ 33.28%

%34.9
%31.82
%33.28

CMYK color model

#D7C4CD color CMYK value is (0,9,5,16).

  • cyan value is 0.00%
  • magenta value is 8.84%
  • yellow value is 4.65%
  • key color value is 15.69%
CMYK:
(0,9,5,16)
C0M9Y5K16 
(0%,9%,5%,16%)
(0.00/0.09/0.05/0.16)	

CMYK percentages

%0
%8.84
%4.65
%15.69

Codes

Color #D7C4CD in popluar color models

D7C4CD
RGB215196205
HSL332°19.19%80.59%
HSB/HSV332°8.84%84.31%
CMYK0.00%8.84%4.65%
15.69%

Color #D7C4CD in popluar number systems.

HEXD7C4CD
Decimal215196205
Binary110101111100010011001101
Octal327304315

Shades and tints

Shades of #D7C4CD

#D7C4CD
(215,196,205)
#C4B3BB
(196,179,187)
#B1A2A9
(177,162,169)
#9E9197
(158,145,151)
#8B8085
(139,128,133)
#786F73
(120,111,115)
#655E61
(101,94,97)
#524D4F
(82,77,79)
#3F3C3D
(63,60,61)
#2C2B2B
(44,43,43)
#191A19
(25,26,25)
#000000
(0,0,0)

Tints of #D7C4CD

#D7C4CD
(215,196,205)
#DAC9D1
(218,201,209)
#DDCED5
(221,206,213)
#E0D3D9
(224,211,217)
#E3D8DD
(227,216,221)
#E6DDE1
(230,221,225)
#E9E2E5
(233,226,229)
#ECE7E9
(236,231,233)
#EFECED
(239,236,237)
#F2F1F1
(242,241,241)
#F5F6F5
(245,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7C4CD color. Also use rgb(215,196,205) instead hex code.

Text Font Color

.myTextColor { color: #D7C4CD; }

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

This text font color is #D7C4CD.


Background Color

.myBgColor { background-color: #D7C4CD; }

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

This div background color is #D7C4CD.


Border color

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

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

This div border color is #D7C4CD.


Opacity

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

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

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

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

This text has shadow with #D7C4CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7C4CD on black background.


Color preview on white background

This text has color #D7C4CD on white background.



Black color preview on #D7C4CD background

This text has black color on #D7C4CD background.


White color preview on #D7C4CD background

This text has white color on #D7C4CD background.