COLOR #D8C5BD

HEX: #D8C5BD RGB: (216,197,189)

Color info

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

RGB color model

#D8C5BD color RGB value is (216,197,189).

RGB: (216,197,189) (85%, 77%, 74%)

RGB channels and saturation

R 216 of 255 = 85%
G 197 of 255 = 77%
B 189 of 255 = 74%

216
197
189

R + G + B ~ 79%. #D8C5BD is quite light color.

Portions of RGB colors in percentages

R + G + B = 216 + 197 + 189 = 602 (100%)
R 216 of 602 ~ 35.88%
G 197 of 602 ~ 32.72%
B 189 of 602 ~ 31.4'%

%35.88
%32.72
%31.4

CMYK color model

#D8C5BD color CMYK value is (0,9,13,15).

  • cyan value is 0.00%
  • magenta value is 8.80%
  • yellow value is 12.50%
  • key color value is 15.29%
CMYK: (0,9,13,15) C0M9Y13K15 (0%,9%,13%,15%) (0.00/0.09/0.13/0.15) 

CMYK percentages

%0
%8.8
%12.5
%15.29

Codes

Color #D8C5BD in popluar color models

D8 C5 BD
RGB 216 197 189
HSL 18° 25.71% 79.41%
HSB/HSV 18° 12.50% 84.71%
CMYK 0.00% 8.80% 12.50%
15.29%

Color #D8C5BD in popluar number systems.

HEX D8 C5 BD
Decimal 216 197 189
Binary 11011000 11000101 10111101
Octal 330 305 275

Shades and tints

Shades of #D8C5BD

#D8C5BD
(216,197,189)
#C5B4AC
(197,180,172)
#B2A39B
(178,163,155)
#9F928A
(159,146,138)
#8C8179
(140,129,121)
#797068
(121,112,104)
#665F57
(102,95,87)
#534E46
(83,78,70)
#403D35
(64,61,53)
#2D2C24
(45,44,36)
#1A1B13
(26,27,19)
#000000
(0,0,0)

Tints of #D8C5BD

#D8C5BD
(216,197,189)
#DBCAC3
(219,202,195)
#DECFC9
(222,207,201)
#E1D4CF
(225,212,207)
#E4D9D5
(228,217,213)
#E7DEDB
(231,222,219)
#EAE3E1
(234,227,225)
#EDE8E7
(237,232,231)
#F0EDED
(240,237,237)
#F3F2F3
(243,242,243)
#F6F7F9
(246,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8C5BD color. Also use rgb(216,197,189) instead hex code.

Text Font Color

.myTextColor { color: #D8C5BD; }

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

This text font color is #D8C5BD.

Background Color

.myBgColor { background-color: #D8C5BD; }

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

This div background color is #D8C5BD.

Border color

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

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

This div border color is #D8C5BD.

Opacity

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

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

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

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

This text has shadow with #D8C5BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D8C5BD.

Preview

Color preview on black background

This text has color #D8C5BD on black background.


Color preview on white background

This text has color #D8C5BD on white background.


Black color preview on #D8C5BD background

This text has black color on #D8C5BD background.


White color preview on #D8C5BD background

This text has white color on #D8C5BD background.


Related colors

Complementary color

Complementary color for #hex is #273A42.


I love getcolorcode.com

Triadic colors

1 #BDD8C5 and #C5BDD8 with #D8C5BD are triadic colors.

2 #BDC5D8 and #C5D8BD with #D8C5BD are triadic colors.