COLOR #D7C3CA

HEX: #D7C3CA
RGB: (215,195,202)

Color info

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

RGB color model

#D7C3CA color RGB value is (215,195,202).

  • red value is 215;
  • green value is 195;
  • blue value is 202.
RGB:
(215,195,202)
(84%,76%,79%)

RGB channels and saturation

R 215 of 255 = 84%
G 195 of 255 = 76%
B 202 of 255 = 79%

215
195
202

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

Portions of RGB colors in percentages

R + G + B =
215 + 195 + 202 = 612 (100%)
R 215 of 612 ~ 35.13%
G 195 of 612 ~ 31.86%
B 202 of 612 ~ 33.01%

%35.13
%31.86
%33.01

CMYK color model

#D7C3CA color CMYK value is (0,9,6,16).

  • cyan value is 0.00%
  • magenta value is 9.30%
  • yellow value is 6.05%
  • key color value is 15.69%
CMYK:
(0,9,6,16)
C0M9Y6K16 
(0%,9%,6%,16%)
(0.00/0.09/0.06/0.16)	

CMYK percentages

%0
%9.3
%6.05
%15.69

Codes

Color #D7C3CA in popluar color models

D7C3CA
RGB215195202
HSL339°20.00%80.39%
HSB/HSV339°9.30%84.31%
CMYK0.00%9.30%6.05%
15.69%

Color #D7C3CA in popluar number systems.

HEXD7C3CA
Decimal215195202
Binary110101111100001111001010
Octal327303312

Shades and tints

Shades of #D7C3CA

#D7C3CA
(215,195,202)
#C4B2B8
(196,178,184)
#B1A1A6
(177,161,166)
#9E9094
(158,144,148)
#8B7F82
(139,127,130)
#786E70
(120,110,112)
#655D5E
(101,93,94)
#524C4C
(82,76,76)
#3F3B3A
(63,59,58)
#2C2A28
(44,42,40)
#191916
(25,25,22)
#000000
(0,0,0)

Tints of #D7C3CA

#D7C3CA
(215,195,202)
#DAC8CE
(218,200,206)
#DDCDD2
(221,205,210)
#E0D2D6
(224,210,214)
#E3D7DA
(227,215,218)
#E6DCDE
(230,220,222)
#E9E1E2
(233,225,226)
#ECE6E6
(236,230,230)
#EFEBEA
(239,235,234)
#F2F0EE
(242,240,238)
#F5F5F2
(245,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7C3CA color. Also use rgb(215,195,202) instead hex code.

Text Font Color

.myTextColor { color: #D7C3CA; }

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

This text font color is #D7C3CA.


Background Color

.myBgColor { background-color: #D7C3CA; }

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

This div background color is #D7C3CA.


Border color

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

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

This div border color is #D7C3CA.


Opacity

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

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

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

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

This text has shadow with #D7C3CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7C3CA on black background.


Color preview on white background

This text has color #D7C3CA on white background.



Black color preview on #D7C3CA background

This text has black color on #D7C3CA background.


White color preview on #D7C3CA background

This text has white color on #D7C3CA background.