COLOR #D7C8CA

HEX: #D7C8CA
RGB: (215,200,202)

Color info

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

RGB color model

#D7C8CA color RGB value is (215,200,202).

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

RGB channels and saturation

R 215 of 255 = 84%
G 200 of 255 = 78%
B 202 of 255 = 79%

215
200
202

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

Portions of RGB colors in percentages

R + G + B =
215 + 200 + 202 = 617 (100%)
R 215 of 617 ~ 34.85%
G 200 of 617 ~ 32.41%
B 202 of 617 ~ 32.74%

%34.85
%32.41
%32.74

CMYK color model

#D7C8CA color CMYK value is (0,7,6,16).

  • cyan value is 0.00%
  • magenta value is 6.98%
  • yellow value is 6.05%
  • key color value is 15.69%
CMYK:
(0,7,6,16)
C0M7Y6K16 
(0%,7%,6%,16%)
(0.00/0.07/0.06/0.16)	

CMYK percentages

%0
%6.98
%6.05
%15.69

Codes

Color #D7C8CA in popluar color models

D7C8CA
RGB215200202
HSL352°15.79%81.37%
HSB/HSV352°6.98%84.31%
CMYK0.00%6.98%6.05%
15.69%

Color #D7C8CA in popluar number systems.

HEXD7C8CA
Decimal215200202
Binary110101111100100011001010
Octal327310312

Shades and tints

Shades of #D7C8CA

#D7C8CA
(215,200,202)
#C4B6B8
(196,182,184)
#B1A4A6
(177,164,166)
#9E9294
(158,146,148)
#8B8082
(139,128,130)
#786E70
(120,110,112)
#655C5E
(101,92,94)
#524A4C
(82,74,76)
#3F383A
(63,56,58)
#2C2628
(44,38,40)
#191416
(25,20,22)
#000000
(0,0,0)

Tints of #D7C8CA

#D7C8CA
(215,200,202)
#DACDCE
(218,205,206)
#DDD2D2
(221,210,210)
#E0D7D6
(224,215,214)
#E3DCDA
(227,220,218)
#E6E1DE
(230,225,222)
#E9E6E2
(233,230,226)
#ECEBE6
(236,235,230)
#EFF0EA
(239,240,234)
#F2F5EE
(242,245,238)
#F5FAF2
(245,250,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7C8CA; }

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

This text font color is #D7C8CA.


Background Color

.myBgColor { background-color: #D7C8CA; }

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

This div background color is #D7C8CA.


Border color

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

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

This div border color is #D7C8CA.


Opacity

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

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

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

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

This text has shadow with #D7C8CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7C8CA on black background.


Color preview on white background

This text has color #D7C8CA on white background.



Black color preview on #D7C8CA background

This text has black color on #D7C8CA background.


White color preview on #D7C8CA background

This text has white color on #D7C8CA background.