COLOR #D5C4C6

HEX: #D5C4C6
RGB: (213,196,198)

Color info

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

RGB color model

#D5C4C6 color RGB value is (213,196,198).

  • red value is 213;
  • green value is 196;
  • blue value is 198.
RGB:
(213,196,198)
(84%,77%,78%)

RGB channels and saturation

R 213 of 255 = 84%
G 196 of 255 = 77%
B 198 of 255 = 78%

213
196
198

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

Portions of RGB colors in percentages

R + G + B =
213 + 196 + 198 = 607 (100%)
R 213 of 607 ~ 35.09%
G 196 of 607 ~ 32.29%
B 198 of 607 ~ 32.62%

%35.09
%32.29
%32.62

CMYK color model

#D5C4C6 color CMYK value is (0,8,7,16).

  • cyan value is 0.00%
  • magenta value is 7.98%
  • yellow value is 7.04%
  • key color value is 16.47%
CMYK:
(0,8,7,16)
C0M8Y7K16 
(0%,8%,7%,16%)
(0.00/0.08/0.07/0.16)	

CMYK percentages

%0
%7.98
%7.04
%16.47

Codes

Color #D5C4C6 in popluar color models

D5C4C6
RGB213196198
HSL353°16.83%80.20%
HSB/HSV353°7.98%83.53%
CMYK0.00%7.98%7.04%
16.47%

Color #D5C4C6 in popluar number systems.

HEXD5C4C6
Decimal213196198
Binary110101011100010011000110
Octal325304306

Shades and tints

Shades of #D5C4C6

#D5C4C6
(213,196,198)
#C2B3B4
(194,179,180)
#AFA2A2
(175,162,162)
#9C9190
(156,145,144)
#89807E
(137,128,126)
#766F6C
(118,111,108)
#635E5A
(99,94,90)
#504D48
(80,77,72)
#3D3C36
(61,60,54)
#2A2B24
(42,43,36)
#171A12
(23,26,18)
#000000
(0,0,0)

Tints of #D5C4C6

#D5C4C6
(213,196,198)
#D8C9CB
(216,201,203)
#DBCED0
(219,206,208)
#DED3D5
(222,211,213)
#E1D8DA
(225,216,218)
#E4DDDF
(228,221,223)
#E7E2E4
(231,226,228)
#EAE7E9
(234,231,233)
#EDECEE
(237,236,238)
#F0F1F3
(240,241,243)
#F3F6F8
(243,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5C4C6 color. Also use rgb(213,196,198) instead hex code.

Text Font Color

.myTextColor { color: #D5C4C6; }

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

This text font color is #D5C4C6.


Background Color

.myBgColor { background-color: #D5C4C6; }

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

This div background color is #D5C4C6.


Border color

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

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

This div border color is #D5C4C6.


Opacity

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

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

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

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

This text has shadow with #D5C4C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5C4C6 on black background.


Color preview on white background

This text has color #D5C4C6 on white background.



Black color preview on #D5C4C6 background

This text has black color on #D5C4C6 background.


White color preview on #D5C4C6 background

This text has white color on #D5C4C6 background.