COLOR #D3C6CB

HEX: #D3C6CB
RGB: (211,198,203)

Color info

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

RGB color model

#D3C6CB color RGB value is (211,198,203).

  • red value is 211;
  • green value is 198;
  • blue value is 203.
RGB:
(211,198,203)
(83%,78%,80%)

RGB channels and saturation

R 211 of 255 = 83%
G 198 of 255 = 78%
B 203 of 255 = 80%

211
198
203

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

Portions of RGB colors in percentages

R + G + B =
211 + 198 + 203 = 612 (100%)
R 211 of 612 ~ 34.48%
G 198 of 612 ~ 32.35%
B 203 of 612 ~ 33.17%

%34.48
%32.35
%33.17

CMYK color model

#D3C6CB color CMYK value is (0,6,4,17).

  • cyan value is 0.00%
  • magenta value is 6.16%
  • yellow value is 3.79%
  • key color value is 17.25%
CMYK:
(0,6,4,17)
C0M6Y4K17 
(0%,6%,4%,17%)
(0.00/0.06/0.04/0.17)	

CMYK percentages

%0
%6.16
%3.79
%17.25

Codes

Color #D3C6CB in popluar color models

D3C6CB
RGB211198203
HSL337°12.87%80.20%
HSB/HSV337°6.16%82.75%
CMYK0.00%6.16%3.79%
17.25%

Color #D3C6CB in popluar number systems.

HEXD3C6CB
Decimal211198203
Binary110100111100011011001011
Octal323306313

Shades and tints

Shades of #D3C6CB

#D3C6CB
(211,198,203)
#C0B4B9
(192,180,185)
#ADA2A7
(173,162,167)
#9A9095
(154,144,149)
#877E83
(135,126,131)
#746C71
(116,108,113)
#615A5F
(97,90,95)
#4E484D
(78,72,77)
#3B363B
(59,54,59)
#282429
(40,36,41)
#151217
(21,18,23)
#000000
(0,0,0)

Tints of #D3C6CB

#D3C6CB
(211,198,203)
#D7CBCF
(215,203,207)
#DBD0D3
(219,208,211)
#DFD5D7
(223,213,215)
#E3DADB
(227,218,219)
#E7DFDF
(231,223,223)
#EBE4E3
(235,228,227)
#EFE9E7
(239,233,231)
#F3EEEB
(243,238,235)
#F7F3EF
(247,243,239)
#FBF8F3
(251,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D3C6CB color. Also use rgb(211,198,203) instead hex code.

Text Font Color

.myTextColor { color: #D3C6CB; }

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

This text font color is #D3C6CB.


Background Color

.myBgColor { background-color: #D3C6CB; }

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

This div background color is #D3C6CB.


Border color

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

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

This div border color is #D3C6CB.


Opacity

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

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

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

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

This text has shadow with #D3C6CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3C6CB on black background.


Color preview on white background

This text has color #D3C6CB on white background.



Black color preview on #D3C6CB background

This text has black color on #D3C6CB background.


White color preview on #D3C6CB background

This text has white color on #D3C6CB background.