COLOR #D8C3B5

HEX: #D8C3B5
RGB: (216,195,181)

Color info

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

RGB color model

#D8C3B5 color RGB value is (216,195,181).

  • red value is 216;
  • green value is 195;
  • blue value is 181.
RGB:
(216,195,181)
(85%,76%,71%)

RGB channels and saturation

R 216 of 255 = 85%
G 195 of 255 = 76%
B 181 of 255 = 71%

216
195
181

R + G + B ~ 77%. #D8C3B5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
216 + 195 + 181 = 592 (100%)
R 216 of 592 ~ 36.49%
G 195 of 592 ~ 32.94%
B 181 of 592 ~ 30.57%

%36.49
%32.94
%30.57

CMYK color model

#D8C3B5 color CMYK value is (0,10,16,15).

  • cyan value is 0.00%
  • magenta value is 9.72%
  • yellow value is 16.20%
  • key color value is 15.29%
CMYK:
(0,10,16,15)
C0M10Y16K15 
(0%,10%,16%,15%)
(0.00/0.10/0.16/0.15)	

CMYK percentages

%0
%9.72
%16.2
%15.29

Codes

Color #D8C3B5 in popluar color models

D8C3B5
RGB216195181
HSL24°30.97%77.84%
HSB/HSV24°16.20%84.71%
CMYK0.00%9.72%16.20%
15.29%

Color #D8C3B5 in popluar number systems.

HEXD8C3B5
Decimal216195181
Binary110110001100001110110101
Octal330303265

Shades and tints

Shades of #D8C3B5

#D8C3B5
(216,195,181)
#C5B2A5
(197,178,165)
#B2A195
(178,161,149)
#9F9085
(159,144,133)
#8C7F75
(140,127,117)
#796E65
(121,110,101)
#665D55
(102,93,85)
#534C45
(83,76,69)
#403B35
(64,59,53)
#2D2A25
(45,42,37)
#1A1915
(26,25,21)
#000000
(0,0,0)

Tints of #D8C3B5

#D8C3B5
(216,195,181)
#DBC8BB
(219,200,187)
#DECDC1
(222,205,193)
#E1D2C7
(225,210,199)
#E4D7CD
(228,215,205)
#E7DCD3
(231,220,211)
#EAE1D9
(234,225,217)
#EDE6DF
(237,230,223)
#F0EBE5
(240,235,229)
#F3F0EB
(243,240,235)
#F6F5F1
(246,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8C3B5 color. Also use rgb(216,195,181) instead hex code.

Text Font Color

.myTextColor { color: #D8C3B5; }

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

This text font color is #D8C3B5.


Background Color

.myBgColor { background-color: #D8C3B5; }

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

This div background color is #D8C3B5.


Border color

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

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

This div border color is #D8C3B5.


Opacity

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

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

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

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

This text has shadow with #D8C3B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8C3B5 on black background.


Color preview on white background

This text has color #D8C3B5 on white background.



Black color preview on #D8C3B5 background

This text has black color on #D8C3B5 background.


White color preview on #D8C3B5 background

This text has white color on #D8C3B5 background.