COLOR #D7C2CA

HEX: #D7C2CA
RGB: (215,194,202)

Color info

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

RGB color model

#D7C2CA color RGB value is (215,194,202).

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

RGB channels and saturation

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

215
194
202

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

Portions of RGB colors in percentages

R + G + B =
215 + 194 + 202 = 611 (100%)
R 215 of 611 ~ 35.19%
G 194 of 611 ~ 31.75%
B 202 of 611 ~ 33.06%

%35.19
%31.75
%33.06

CMYK color model

#D7C2CA color CMYK value is (0,10,6,16).

  • cyan value is 0.00%
  • magenta value is 9.77%
  • yellow value is 6.05%
  • key color value is 15.69%
CMYK:
(0,10,6,16)
C0M10Y6K16 
(0%,10%,6%,16%)
(0.00/0.10/0.06/0.16)	

CMYK percentages

%0
%9.77
%6.05
%15.69

Codes

Color #D7C2CA in popluar color models

D7C2CA
RGB215194202
HSL337°20.79%80.20%
HSB/HSV337°9.77%84.31%
CMYK0.00%9.77%6.05%
15.69%

Color #D7C2CA in popluar number systems.

HEXD7C2CA
Decimal215194202
Binary110101111100001011001010
Octal327302312

Shades and tints

Shades of #D7C2CA

#D7C2CA
(215,194,202)
#C4B1B8
(196,177,184)
#B1A0A6
(177,160,166)
#9E8F94
(158,143,148)
#8B7E82
(139,126,130)
#786D70
(120,109,112)
#655C5E
(101,92,94)
#524B4C
(82,75,76)
#3F3A3A
(63,58,58)
#2C2928
(44,41,40)
#191816
(25,24,22)
#000000
(0,0,0)

Tints of #D7C2CA

#D7C2CA
(215,194,202)
#DAC7CE
(218,199,206)
#DDCCD2
(221,204,210)
#E0D1D6
(224,209,214)
#E3D6DA
(227,214,218)
#E6DBDE
(230,219,222)
#E9E0E2
(233,224,226)
#ECE5E6
(236,229,230)
#EFEAEA
(239,234,234)
#F2EFEE
(242,239,238)
#F5F4F2
(245,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7C2CA; }

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

This text font color is #D7C2CA.


Background Color

.myBgColor { background-color: #D7C2CA; }

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

This div background color is #D7C2CA.


Border color

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

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

This div border color is #D7C2CA.


Opacity

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

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

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

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

This text has shadow with #D7C2CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7C2CA on black background.


Color preview on white background

This text has color #D7C2CA on white background.



Black color preview on #D7C2CA background

This text has black color on #D7C2CA background.


White color preview on #D7C2CA background

This text has white color on #D7C2CA background.