COLOR #D3C89D

HEX: #D3C89D
RGB: (211,200,157)

Color info

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

RGB color model

#D3C89D color RGB value is (211,200,157).

  • red value is 211;
  • green value is 200;
  • blue value is 157.
RGB:
(211,200,157)
(83%,78%,62%)

RGB channels and saturation

R 211 of 255 = 83%
G 200 of 255 = 78%
B 157 of 255 = 62%

211
200
157

R + G + B ~ 74%. #D3C89D is quite light color.

Portions of RGB colors in percentages

R + G + B =
211 + 200 + 157 = 568 (100%)
R 211 of 568 ~ 37.15%
G 200 of 568 ~ 35.21%
B 157 of 568 ~ 27.64%

%37.15
%35.21
%27.64

CMYK color model

#D3C89D color CMYK value is (0,5,26,17).

  • cyan value is 0.00%
  • magenta value is 5.21%
  • yellow value is 25.59%
  • key color value is 17.25%
CMYK:
(0,5,26,17)
C0M5Y26K17 
(0%,5%,26%,17%)
(0.00/0.05/0.26/0.17)	

CMYK percentages

%0
%5.21
%25.59
%17.25

Codes

Color #D3C89D in popluar color models

D3C89D
RGB211200157
HSL48°38.03%72.16%
HSB/HSV48°25.59%82.75%
CMYK0.00%5.21%25.59%
17.25%

Color #D3C89D in popluar number systems.

HEXD3C89D
Decimal211200157
Binary110100111100100010011101
Octal323310235

Shades and tints

Shades of #D3C89D

#D3C89D
(211,200,157)
#C0B68F
(192,182,143)
#ADA481
(173,164,129)
#9A9273
(154,146,115)
#878065
(135,128,101)
#746E57
(116,110,87)
#615C49
(97,92,73)
#4E4A3B
(78,74,59)
#3B382D
(59,56,45)
#28261F
(40,38,31)
#151411
(21,20,17)
#000000
(0,0,0)

Tints of #D3C89D

#D3C89D
(211,200,157)
#D7CDA5
(215,205,165)
#DBD2AD
(219,210,173)
#DFD7B5
(223,215,181)
#E3DCBD
(227,220,189)
#E7E1C5
(231,225,197)
#EBE6CD
(235,230,205)
#EFEBD5
(239,235,213)
#F3F0DD
(243,240,221)
#F7F5E5
(247,245,229)
#FBFAED
(251,250,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D3C89D color. Also use rgb(211,200,157) instead hex code.

Text Font Color

.myTextColor { color: #D3C89D; }

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

This text font color is #D3C89D.


Background Color

.myBgColor { background-color: #D3C89D; }

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

This div background color is #D3C89D.


Border color

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

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

This div border color is #D3C89D.


Opacity

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

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

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

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

This text has shadow with #D3C89D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3C89D on black background.


Color preview on white background

This text has color #D3C89D on white background.



Black color preview on #D3C89D background

This text has black color on #D3C89D background.


White color preview on #D3C89D background

This text has white color on #D3C89D background.