COLOR #D3D89D

HEX: #D3D89D
RGB: (211,216,157)

Color info

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

RGB color model

#D3D89D color RGB value is (211,216,157).

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

RGB channels and saturation

R 211 of 255 = 83%
G 216 of 255 = 85%
B 157 of 255 = 62%

211
216
157

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

Portions of RGB colors in percentages

R + G + B =
211 + 216 + 157 = 584 (100%)
R 211 of 584 ~ 36.13%
G 216 of 584 ~ 36.99%
B 157 of 584 ~ 26.88%

%36.13
%36.99
%26.88

CMYK color model

#D3D89D color CMYK value is (2,0,27,15).

  • cyan value is 2.31%
  • magenta value is 0.00%
  • yellow value is 27.31%
  • key color value is 15.29%
CMYK:
(2,0,27,15)
C2M0Y27K15 
(2%,0%,27%,15%)
(0.02/0.00/0.27/0.15)	

CMYK percentages

%2.31
%0
%27.31
%15.29

Codes

Color #D3D89D in popluar color models

D3D89D
RGB211216157
HSL65°43.07%73.14%
HSB/HSV65°27.31%84.71%
CMYK2.31%0.00%27.31%
15.29%

Color #D3D89D in popluar number systems.

HEXD3D89D
Decimal211216157
Binary110100111101100010011101
Octal323330235

Shades and tints

Shades of #D3D89D

#D3D89D
(211,216,157)
#C0C58F
(192,197,143)
#ADB281
(173,178,129)
#9A9F73
(154,159,115)
#878C65
(135,140,101)
#747957
(116,121,87)
#616649
(97,102,73)
#4E533B
(78,83,59)
#3B402D
(59,64,45)
#282D1F
(40,45,31)
#151A11
(21,26,17)
#000000
(0,0,0)

Tints of #D3D89D

#D3D89D
(211,216,157)
#D7DBA5
(215,219,165)
#DBDEAD
(219,222,173)
#DFE1B5
(223,225,181)
#E3E4BD
(227,228,189)
#E7E7C5
(231,231,197)
#EBEACD
(235,234,205)
#EFEDD5
(239,237,213)
#F3F0DD
(243,240,221)
#F7F3E5
(247,243,229)
#FBF6ED
(251,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D3D89D; }

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

This text font color is #D3D89D.


Background Color

.myBgColor { background-color: #D3D89D; }

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

This div background color is #D3D89D.


Border color

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

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

This div border color is #D3D89D.


Opacity

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

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

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

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

This text has shadow with #D3D89D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3D89D on black background.


Color preview on white background

This text has color #D3D89D on white background.



Black color preview on #D3D89D background

This text has black color on #D3D89D background.


White color preview on #D3D89D background

This text has white color on #D3D89D background.