COLOR #D8C7CB

HEX: #D8C7CB RGB: (216,199,203)

Color info

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

RGB color model

#D8C7CB color RGB value is (216,199,203).

RGB: (216,199,203) (85%, 78%, 80%)

RGB channels and saturation

R 216 of 255 = 85%
G 199 of 255 = 78%
B 203 of 255 = 80%

216
199
203

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

Portions of RGB colors in percentages

R + G + B = 216 + 199 + 203 = 618 (100%)
R 216 of 618 ~ 34.95%
G 199 of 618 ~ 32.2%
B 203 of 618 ~ 32.85'%

%34.95
%32.2
%32.85

CMYK color model

#D8C7CB color CMYK value is (0,8,6,15).

  • cyan value is 0.00%
  • magenta value is 7.87%
  • yellow value is 6.02%
  • key color value is 15.29%

CMYK: (0,8,6,15)
C0M8Y6K15 (0%, 8%, 6%, 15%)
(0.00 / 0.08 / 0.06 / 0.15)

CMYK percentages

%0
%7.87
%6.02
%15.29

Codes

Color #D8C7CB in popluar color models

D8 C7 CB
RGB 216 199 203
HSL 346° 17.89% 81.37%
HSB/HSV 346° 7.87% 84.71%
CMYK 0.00% 7.87% 6.02%
15.29%

Color #D8C7CB in popluar number systems.

HEX D8 C7 CB
Decimal 216 199 203
Binary 11011000 11000111 11001011
Octal 330 307 313

Shades and tints

Shades of #D8C7CB

#D8C7CB
(216,199,203)
#C5B5B9
(197,181,185)
#B2A3A7
(178,163,167)
#9F9195
(159,145,149)
#8C7F83
(140,127,131)
#796D71
(121,109,113)
#665B5F
(102,91,95)
#53494D
(83,73,77)
#40373B
(64,55,59)
#2D2529
(45,37,41)
#1A1317
(26,19,23)
#000000
(0,0,0)

Tints of #D8C7CB

#D8C7CB
(216,199,203)
#DBCCCF
(219,204,207)
#DED1D3
(222,209,211)
#E1D6D7
(225,214,215)
#E4DBDB
(228,219,219)
#E7E0DF
(231,224,223)
#EAE5E3
(234,229,227)
#EDEAE7
(237,234,231)
#F0EFEB
(240,239,235)
#F3F4EF
(243,244,239)
#F6F9F3
(246,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8C7CB color. Also use rgb(216,199,203) instead hex code.

Text Font Color

.myTextColor { color: #D8C7CB; }

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

This text font color is #D8C7CB.

Background Color

.myBgColor { background-color: #D8C7CB; }

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

This div background color is #D8C7CB.

Border color

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

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

This div border color is #D8C7CB.

Opacity

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

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

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

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

This text has shadow with #D8C7CB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D8C7CB.

Preview

Color preview on black background

This text has color #D8C7CB on black background.


Color preview on white background

This text has color #D8C7CB on white background.


Black color preview on #D8C7CB background

This text has black color on #D8C7CB background.


White color preview on #D8C7CB background

This text has white color on #D8C7CB background.


Related colors

Complementary color

Complementary color for #hex is #273834.


I love getcolorcode.com

Triadic colors

1 #CBD8C7 and #C7CBD8 with #D8C7CB are triadic colors.

2 #CBC7D8 and #C7D8CB with #D8C7CB are triadic colors.