COLOR #D9C4CD

HEX: #D9C4CD
RGB: (217,196,205)

Color info

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

RGB color model

#D9C4CD color RGB value is (217,196,205).

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

RGB channels and saturation

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

217
196
205

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

Portions of RGB colors in percentages

R + G + B =
217 + 196 + 205 = 618 (100%)
R 217 of 618 ~ 35.11%
G 196 of 618 ~ 31.72%
B 205 of 618 ~ 33.17%

%35.11
%31.72
%33.17

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 9.68%
  • yellow value is 5.53%
  • 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
%5.53
%14.9

Codes

Color #D9C4CD in popluar color models

D9C4CD
RGB217196205
HSL334°21.65%80.98%
HSB/HSV334°9.68%85.10%
CMYK0.00%9.68%5.53%
14.90%

Color #D9C4CD in popluar number systems.

HEXD9C4CD
Decimal217196205
Binary110110011100010011001101
Octal331304315

Shades and tints

Shades of #D9C4CD

#D9C4CD
(217,196,205)
#C6B3BB
(198,179,187)
#B3A2A9
(179,162,169)
#A09197
(160,145,151)
#8D8085
(141,128,133)
#7A6F73
(122,111,115)
#675E61
(103,94,97)
#544D4F
(84,77,79)
#413C3D
(65,60,61)
#2E2B2B
(46,43,43)
#1B1A19
(27,26,25)
#000000
(0,0,0)

Tints of #D9C4CD

#D9C4CD
(217,196,205)
#DCC9D1
(220,201,209)
#DFCED5
(223,206,213)
#E2D3D9
(226,211,217)
#E5D8DD
(229,216,221)
#E8DDE1
(232,221,225)
#EBE2E5
(235,226,229)
#EEE7E9
(238,231,233)
#F1ECED
(241,236,237)
#F4F1F1
(244,241,241)
#F7F6F5
(247,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9C4CD; }

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

This text font color is #D9C4CD.


Background Color

.myBgColor { background-color: #D9C4CD; }

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

This div background color is #D9C4CD.


Border color

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

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

This div border color is #D9C4CD.


Opacity

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

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

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

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

This text has shadow with #D9C4CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9C4CD on black background.


Color preview on white background

This text has color #D9C4CD on white background.



Black color preview on #D9C4CD background

This text has black color on #D9C4CD background.


White color preview on #D9C4CD background

This text has white color on #D9C4CD background.