COLOR #D9C4CB

HEX: #D9C4CB
RGB: (217,196,203)

Color info

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

RGB color model

#D9C4CB color RGB value is (217,196,203).

  • red value is 217;
  • green value is 196;
  • blue value is 203.
RGB:
(217,196,203)
(85%,77%,80%)

RGB channels and saturation

R 217 of 255 = 85%
G 196 of 255 = 77%
B 203 of 255 = 80%

217
196
203

R + G + B ~ 81%. #D9C4CB is quite light color.

Portions of RGB colors in percentages

R + G + B =
217 + 196 + 203 = 616 (100%)
R 217 of 616 ~ 35.23%
G 196 of 616 ~ 31.82%
B 203 of 616 ~ 32.95%

%35.23
%31.82
%32.95

CMYK color model

#D9C4CB color CMYK value is (0,10,6,15).

  • cyan value is 0.00%
  • magenta value is 9.68%
  • yellow value is 6.45%
  • key color value is 14.90%
CMYK:
(0,10,6,15)
C0M10Y6K15 
(0%,10%,6%,15%)
(0.00/0.10/0.06/0.15)	

CMYK percentages

%0
%9.68
%6.45
%14.9

Codes

Color #D9C4CB in popluar color models

D9C4CB
RGB217196203
HSL340°21.65%80.98%
HSB/HSV340°9.68%85.10%
CMYK0.00%9.68%6.45%
14.90%

Color #D9C4CB in popluar number systems.

HEXD9C4CB
Decimal217196203
Binary110110011100010011001011
Octal331304313

Shades and tints

Shades of #D9C4CB

#D9C4CB
(217,196,203)
#C6B3B9
(198,179,185)
#B3A2A7
(179,162,167)
#A09195
(160,145,149)
#8D8083
(141,128,131)
#7A6F71
(122,111,113)
#675E5F
(103,94,95)
#544D4D
(84,77,77)
#413C3B
(65,60,59)
#2E2B29
(46,43,41)
#1B1A17
(27,26,23)
#000000
(0,0,0)

Tints of #D9C4CB

#D9C4CB
(217,196,203)
#DCC9CF
(220,201,207)
#DFCED3
(223,206,211)
#E2D3D7
(226,211,215)
#E5D8DB
(229,216,219)
#E8DDDF
(232,221,223)
#EBE2E3
(235,226,227)
#EEE7E7
(238,231,231)
#F1ECEB
(241,236,235)
#F4F1EF
(244,241,239)
#F7F6F3
(247,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9C4CB color. Also use rgb(217,196,203) instead hex code.

Text Font Color

.myTextColor { color: #D9C4CB; }

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

This text font color is #D9C4CB.


Background Color

.myBgColor { background-color: #D9C4CB; }

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

This div background color is #D9C4CB.


Border color

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

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

This div border color is #D9C4CB.


Opacity

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

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

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

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

This text has shadow with #D9C4CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9C4CB on black background.


Color preview on white background

This text has color #D9C4CB on white background.



Black color preview on #D9C4CB background

This text has black color on #D9C4CB background.


White color preview on #D9C4CB background

This text has white color on #D9C4CB background.