COLOR #D5C4CB

HEX: #D5C4CB RGB: (213,196,203)

Color info

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

RGB color model

#D5C4CB color RGB value is (213,196,203).

RGB: (213,196,203) (84%, 77%, 80%)

RGB channels and saturation

R 213 of 255 = 84%
G 196 of 255 = 77%
B 203 of 255 = 80%

213
196
203

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

Portions of RGB colors in percentages

R + G + B = 213 + 196 + 203 = 612 (100%)
R 213 of 612 ~ 34.8%
G 196 of 612 ~ 32.03%
B 203 of 612 ~ 33.17'%

%34.8
%32.03
%33.17

CMYK color model

#D5C4CB color CMYK value is (0,8,5,16).

  • cyan value is 0.00%
  • magenta value is 7.98%
  • yellow value is 4.69%
  • key color value is 16.47%

CMYK: (0,8,5,16)
C0M8Y5K16 (0%, 8%, 5%, 16%)
(0.00 / 0.08 / 0.05 / 0.16)

CMYK percentages

%0
%7.98
%4.69
%16.47

Codes

Color #D5C4CB in popluar color models

D5 C4 CB
RGB 213 196 203
HSL 335° 16.83% 80.20%
HSB/HSV 335° 7.98% 83.53%
CMYK 0.00% 7.98% 4.69%
16.47%

Color #D5C4CB in popluar number systems.

HEX D5 C4 CB
Decimal 213 196 203
Binary 11010101 11000100 11001011
Octal 325 304 313

Shades and tints

Shades of #D5C4CB

#D5C4CB
(213,196,203)
#C2B3B9
(194,179,185)
#AFA2A7
(175,162,167)
#9C9195
(156,145,149)
#898083
(137,128,131)
#766F71
(118,111,113)
#635E5F
(99,94,95)
#504D4D
(80,77,77)
#3D3C3B
(61,60,59)
#2A2B29
(42,43,41)
#171A17
(23,26,23)
#000000
(0,0,0)

Tints of #D5C4CB

#D5C4CB
(213,196,203)
#D8C9CF
(216,201,207)
#DBCED3
(219,206,211)
#DED3D7
(222,211,215)
#E1D8DB
(225,216,219)
#E4DDDF
(228,221,223)
#E7E2E3
(231,226,227)
#EAE7E7
(234,231,231)
#EDECEB
(237,236,235)
#F0F1EF
(240,241,239)
#F3F6F3
(243,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5C4CB; }

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

This text font color is #D5C4CB.

Background Color

.myBgColor { background-color: #D5C4CB; }

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

This div background color is #D5C4CB.

Border color

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

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

This div border color is #D5C4CB.

Opacity

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

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

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

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

This text has shadow with #D5C4CB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D5C4CB.

Preview

Color preview on black background

This text has color #D5C4CB on black background.


Color preview on white background

This text has color #D5C4CB on white background.


Black color preview on #D5C4CB background

This text has black color on #D5C4CB background.


White color preview on #D5C4CB background

This text has white color on #D5C4CB background.


Related colors

Complementary color

Complementary color for #hex is #2A3B34.


I love getcolorcode.com

Triadic colors

1 #CBD5C4 and #C4CBD5 with #D5C4CB are triadic colors.

2 #CBC4D5 and #C4D5CB with #D5C4CB are triadic colors.