COLOR #D8C4B8

HEX: #D8C4B8 RGB: (216,196,184)

Color info

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

RGB color model

#D8C4B8 color RGB value is (216,196,184).

RGB: (216,196,184) (85%, 77%, 72%)

RGB channels and saturation

R 216 of 255 = 85%
G 196 of 255 = 77%
B 184 of 255 = 72%

216
196
184

R + G + B ~ 78%. #D8C4B8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 216 + 196 + 184 = 596 (100%)
R 216 of 596 ~ 36.24%
G 196 of 596 ~ 32.89%
B 184 of 596 ~ 30.87'%

%36.24
%32.89
%30.87

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 9.26%
  • yellow value is 14.81%
  • key color value is 15.29%
CMYK: (0,9,15,15) C0M9Y15K15 (0%,9%,15%,15%) (0.00/0.09/0.15/0.15) 

CMYK percentages

%0
%9.26
%14.81
%15.29

Codes

Color #D8C4B8 in popluar color models

D8 C4 B8
RGB 216 196 184
HSL 23° 29.09% 78.43%
HSB/HSV 23° 14.81% 84.71%
CMYK 0.00% 9.26% 14.81%
15.29%

Color #D8C4B8 in popluar number systems.

HEX D8 C4 B8
Decimal 216 196 184
Binary 11011000 11000100 10111000
Octal 330 304 270

Shades and tints

Shades of #D8C4B8

#D8C4B8
(216,196,184)
#C5B3A8
(197,179,168)
#B2A298
(178,162,152)
#9F9188
(159,145,136)
#8C8078
(140,128,120)
#796F68
(121,111,104)
#665E58
(102,94,88)
#534D48
(83,77,72)
#403C38
(64,60,56)
#2D2B28
(45,43,40)
#1A1A18
(26,26,24)
#000000
(0,0,0)

Tints of #D8C4B8

#D8C4B8
(216,196,184)
#DBC9BE
(219,201,190)
#DECEC4
(222,206,196)
#E1D3CA
(225,211,202)
#E4D8D0
(228,216,208)
#E7DDD6
(231,221,214)
#EAE2DC
(234,226,220)
#EDE7E2
(237,231,226)
#F0ECE8
(240,236,232)
#F3F1EE
(243,241,238)
#F6F6F4
(246,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8C4B8 color. Also use rgb(216,196,184) instead hex code.

Text Font Color

.myTextColor { color: #D8C4B8; }

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

This text font color is #D8C4B8.

Background Color

.myBgColor { background-color: #D8C4B8; }

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

This div background color is #D8C4B8.

Border color

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

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

This div border color is #D8C4B8.

Opacity

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

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

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

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

This text has shadow with #D8C4B8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D8C4B8.

Preview

Color preview on black background

This text has color #D8C4B8 on black background.


Color preview on white background

This text has color #D8C4B8 on white background.


Black color preview on #D8C4B8 background

This text has black color on #D8C4B8 background.


White color preview on #D8C4B8 background

This text has white color on #D8C4B8 background.


Related colors

Complementary color

Complementary color for #hex is #273B47.


I love getcolorcode.com

Triadic colors

1 #B8D8C4 and #C4B8D8 with #D8C4B8 are triadic colors.

2 #B8C4D8 and #C4D8B8 with #D8C4B8 are triadic colors.