COLOR #D5C89F

HEX: #D5C89F
RGB: (213,200,159)

Color info

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

RGB color model

#D5C89F color RGB value is (213,200,159).

  • red value is 213;
  • green value is 200;
  • blue value is 159.
RGB:
(213,200,159)
(84%,78%,62%)

RGB channels and saturation

R 213 of 255 = 84%
G 200 of 255 = 78%
B 159 of 255 = 62%

213
200
159

R + G + B ~ 75%. #D5C89F is quite light color.

Portions of RGB colors in percentages

R + G + B =
213 + 200 + 159 = 572 (100%)
R 213 of 572 ~ 37.24%
G 200 of 572 ~ 34.97%
B 159 of 572 ~ 27.8%

%37.24
%34.97
%27.8

CMYK color model

#D5C89F color CMYK value is (0,6,25,16).

  • cyan value is 0.00%
  • magenta value is 6.10%
  • yellow value is 25.35%
  • key color value is 16.47%
CMYK:
(0,6,25,16)
C0M6Y25K16 
(0%,6%,25%,16%)
(0.00/0.06/0.25/0.16)	

CMYK percentages

%0
%6.1
%25.35
%16.47

Codes

Color #D5C89F in popluar color models

D5C89F
RGB213200159
HSL46°39.13%72.94%
HSB/HSV46°25.35%83.53%
CMYK0.00%6.10%25.35%
16.47%

Color #D5C89F in popluar number systems.

HEXD5C89F
Decimal213200159
Binary110101011100100010011111
Octal325310237

Shades and tints

Shades of #D5C89F

#D5C89F
(213,200,159)
#C2B691
(194,182,145)
#AFA483
(175,164,131)
#9C9275
(156,146,117)
#898067
(137,128,103)
#766E59
(118,110,89)
#635C4B
(99,92,75)
#504A3D
(80,74,61)
#3D382F
(61,56,47)
#2A2621
(42,38,33)
#171413
(23,20,19)
#000000
(0,0,0)

Tints of #D5C89F

#D5C89F
(213,200,159)
#D8CDA7
(216,205,167)
#DBD2AF
(219,210,175)
#DED7B7
(222,215,183)
#E1DCBF
(225,220,191)
#E4E1C7
(228,225,199)
#E7E6CF
(231,230,207)
#EAEBD7
(234,235,215)
#EDF0DF
(237,240,223)
#F0F5E7
(240,245,231)
#F3FAEF
(243,250,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5C89F color. Also use rgb(213,200,159) instead hex code.

Text Font Color

.myTextColor { color: #D5C89F; }

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

This text font color is #D5C89F.


Background Color

.myBgColor { background-color: #D5C89F; }

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

This div background color is #D5C89F.


Border color

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

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

This div border color is #D5C89F.


Opacity

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

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

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

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

This text has shadow with #D5C89F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5C89F on black background.


Color preview on white background

This text has color #D5C89F on white background.



Black color preview on #D5C89F background

This text has black color on #D5C89F background.


White color preview on #D5C89F background

This text has white color on #D5C89F background.