COLOR #D8CBA1

HEX: #D8CBA1
RGB: (216,203,161)

Color info

#D8CBA1 contains red, green and blue colors in about the same proportion. Web safe color of #D8CBA1 is #CCCC99 (or #CC9).

RGB color model

#D8CBA1 color RGB value is (216,203,161).

  • red value is 216;
  • green value is 203;
  • blue value is 161.
RGB:
(216,203,161)
(85%,80%,63%)

RGB channels and saturation

R 216 of 255 = 85%
G 203 of 255 = 80%
B 161 of 255 = 63%

216
203
161

R + G + B ~ 76%. #D8CBA1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
216 + 203 + 161 = 580 (100%)
R 216 of 580 ~ 37.24%
G 203 of 580 ~ 35%
B 161 of 580 ~ 27.76%

%37.24
%35
%27.76

CMYK color model

#D8CBA1 color CMYK value is (0,6,25,15).

  • cyan value is 0.00%
  • magenta value is 6.02%
  • yellow value is 25.46%
  • key color value is 15.29%
CMYK:
(0,6,25,15)
C0M6Y25K15 
(0%,6%,25%,15%)
(0.00/0.06/0.25/0.15)	

CMYK percentages

%0
%6.02
%25.46
%15.29

Codes

Color #D8CBA1 in popluar color models

D8CBA1
RGB216203161
HSL46°41.35%73.92%
HSB/HSV46°25.46%84.71%
CMYK0.00%6.02%25.46%
15.29%

Color #D8CBA1 in popluar number systems.

HEXD8CBA1
Decimal216203161
Binary110110001100101110100001
Octal330313241

Shades and tints

Shades of #D8CBA1

#D8CBA1
(216,203,161)
#C5B993
(197,185,147)
#B2A785
(178,167,133)
#9F9577
(159,149,119)
#8C8369
(140,131,105)
#79715B
(121,113,91)
#665F4D
(102,95,77)
#534D3F
(83,77,63)
#403B31
(64,59,49)
#2D2923
(45,41,35)
#1A1715
(26,23,21)
#000000
(0,0,0)

Tints of #D8CBA1

#D8CBA1
(216,203,161)
#DBCFA9
(219,207,169)
#DED3B1
(222,211,177)
#E1D7B9
(225,215,185)
#E4DBC1
(228,219,193)
#E7DFC9
(231,223,201)
#EAE3D1
(234,227,209)
#EDE7D9
(237,231,217)
#F0EBE1
(240,235,225)
#F3EFE9
(243,239,233)
#F6F3F1
(246,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8CBA1; }

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

This text font color is #D8CBA1.


Background Color

.myBgColor { background-color: #D8CBA1; }

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

This div background color is #D8CBA1.


Border color

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

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

This div border color is #D8CBA1.


Opacity

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

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

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

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

This text has shadow with #D8CBA1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8CBA1 on black background.


Color preview on white background

This text has color #D8CBA1 on white background.



Black color preview on #D8CBA1 background

This text has black color on #D8CBA1 background.


White color preview on #D8CBA1 background

This text has white color on #D8CBA1 background.