COLOR #D7C3CB

HEX: #D7C3CB
RGB: (215,195,203)

Color info

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

RGB color model

#D7C3CB color RGB value is (215,195,203).

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

RGB channels and saturation

R 215 of 255 = 84%
G 195 of 255 = 76%
B 203 of 255 = 80%

215
195
203

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

Portions of RGB colors in percentages

R + G + B =
215 + 195 + 203 = 613 (100%)
R 215 of 613 ~ 35.07%
G 195 of 613 ~ 31.81%
B 203 of 613 ~ 33.12%

%35.07
%31.81
%33.12

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 9.30%
  • yellow value is 5.58%
  • 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
%5.58
%15.69

Codes

Color #D7C3CB in popluar color models

D7C3CB
RGB215195203
HSL336°20.00%80.39%
HSB/HSV336°9.30%84.31%
CMYK0.00%9.30%5.58%
15.69%

Color #D7C3CB in popluar number systems.

HEXD7C3CB
Decimal215195203
Binary110101111100001111001011
Octal327303313

Shades and tints

Shades of #D7C3CB

#D7C3CB
(215,195,203)
#C4B2B9
(196,178,185)
#B1A1A7
(177,161,167)
#9E9095
(158,144,149)
#8B7F83
(139,127,131)
#786E71
(120,110,113)
#655D5F
(101,93,95)
#524C4D
(82,76,77)
#3F3B3B
(63,59,59)
#2C2A29
(44,42,41)
#191917
(25,25,23)
#000000
(0,0,0)

Tints of #D7C3CB

#D7C3CB
(215,195,203)
#DAC8CF
(218,200,207)
#DDCDD3
(221,205,211)
#E0D2D7
(224,210,215)
#E3D7DB
(227,215,219)
#E6DCDF
(230,220,223)
#E9E1E3
(233,225,227)
#ECE6E7
(236,230,231)
#EFEBEB
(239,235,235)
#F2F0EF
(242,240,239)
#F5F5F3
(245,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7C3CB; }

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

This text font color is #D7C3CB.


Background Color

.myBgColor { background-color: #D7C3CB; }

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

This div background color is #D7C3CB.


Border color

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

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

This div border color is #D7C3CB.


Opacity

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

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

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

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

This text has shadow with #D7C3CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7C3CB on black background.


Color preview on white background

This text has color #D7C3CB on white background.



Black color preview on #D7C3CB background

This text has black color on #D7C3CB background.


White color preview on #D7C3CB background

This text has white color on #D7C3CB background.