COLOR #D3D09B

HEX: #D3D09B
RGB: (211,208,155)

Color info

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

RGB color model

#D3D09B color RGB value is (211,208,155).

  • red value is 211;
  • green value is 208;
  • blue value is 155.
RGB:
(211,208,155)
(83%,82%,61%)

RGB channels and saturation

R 211 of 255 = 83%
G 208 of 255 = 82%
B 155 of 255 = 61%

211
208
155

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

Portions of RGB colors in percentages

R + G + B =
211 + 208 + 155 = 574 (100%)
R 211 of 574 ~ 36.76%
G 208 of 574 ~ 36.24%
B 155 of 574 ~ 27%

%36.76
%36.24
%27

CMYK color model

#D3D09B color CMYK value is (0,1,27,17).

  • cyan value is 0.00%
  • magenta value is 1.42%
  • yellow value is 26.54%
  • key color value is 17.25%
CMYK:
(0,1,27,17)
C0M1Y27K17 
(0%,1%,27%,17%)
(0.00/0.01/0.27/0.17)	

CMYK percentages

%0
%1.42
%26.54
%17.25

Codes

Color #D3D09B in popluar color models

D3D09B
RGB211208155
HSL57°38.89%71.76%
HSB/HSV57°26.54%82.75%
CMYK0.00%1.42%26.54%
17.25%

Color #D3D09B in popluar number systems.

HEXD3D09B
Decimal211208155
Binary110100111101000010011011
Octal323320233

Shades and tints

Shades of #D3D09B

#D3D09B
(211,208,155)
#C0BE8D
(192,190,141)
#ADAC7F
(173,172,127)
#9A9A71
(154,154,113)
#878863
(135,136,99)
#747655
(116,118,85)
#616447
(97,100,71)
#4E5239
(78,82,57)
#3B402B
(59,64,43)
#282E1D
(40,46,29)
#151C0F
(21,28,15)
#000000
(0,0,0)

Tints of #D3D09B

#D3D09B
(211,208,155)
#D7D4A4
(215,212,164)
#DBD8AD
(219,216,173)
#DFDCB6
(223,220,182)
#E3E0BF
(227,224,191)
#E7E4C8
(231,228,200)
#EBE8D1
(235,232,209)
#EFECDA
(239,236,218)
#F3F0E3
(243,240,227)
#F7F4EC
(247,244,236)
#FBF8F5
(251,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D3D09B color. Also use rgb(211,208,155) instead hex code.

Text Font Color

.myTextColor { color: #D3D09B; }

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

This text font color is #D3D09B.


Background Color

.myBgColor { background-color: #D3D09B; }

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

This div background color is #D3D09B.


Border color

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

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

This div border color is #D3D09B.


Opacity

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

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

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

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

This text has shadow with #D3D09B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3D09B on black background.


Color preview on white background

This text has color #D3D09B on white background.



Black color preview on #D3D09B background

This text has black color on #D3D09B background.


White color preview on #D3D09B background

This text has white color on #D3D09B background.