COLOR #D3C69B

HEX: #D3C69B
RGB: (211,198,155)

Color info

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

RGB color model

#D3C69B color RGB value is (211,198,155).

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

RGB channels and saturation

R 211 of 255 = 83%
G 198 of 255 = 78%
B 155 of 255 = 61%

211
198
155

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

Portions of RGB colors in percentages

R + G + B =
211 + 198 + 155 = 564 (100%)
R 211 of 564 ~ 37.41%
G 198 of 564 ~ 35.11%
B 155 of 564 ~ 27.48%

%37.41
%35.11
%27.48

CMYK color model

#D3C69B color CMYK value is (0,6,27,17).

  • cyan value is 0.00%
  • magenta value is 6.16%
  • yellow value is 26.54%
  • key color value is 17.25%
CMYK:
(0,6,27,17)
C0M6Y27K17 
(0%,6%,27%,17%)
(0.00/0.06/0.27/0.17)	

CMYK percentages

%0
%6.16
%26.54
%17.25

Codes

Color #D3C69B in popluar color models

D3C69B
RGB211198155
HSL46°38.89%71.76%
HSB/HSV46°26.54%82.75%
CMYK0.00%6.16%26.54%
17.25%

Color #D3C69B in popluar number systems.

HEXD3C69B
Decimal211198155
Binary110100111100011010011011
Octal323306233

Shades and tints

Shades of #D3C69B

#D3C69B
(211,198,155)
#C0B48D
(192,180,141)
#ADA27F
(173,162,127)
#9A9071
(154,144,113)
#877E63
(135,126,99)
#746C55
(116,108,85)
#615A47
(97,90,71)
#4E4839
(78,72,57)
#3B362B
(59,54,43)
#28241D
(40,36,29)
#15120F
(21,18,15)
#000000
(0,0,0)

Tints of #D3C69B

#D3C69B
(211,198,155)
#D7CBA4
(215,203,164)
#DBD0AD
(219,208,173)
#DFD5B6
(223,213,182)
#E3DABF
(227,218,191)
#E7DFC8
(231,223,200)
#EBE4D1
(235,228,209)
#EFE9DA
(239,233,218)
#F3EEE3
(243,238,227)
#F7F3EC
(247,243,236)
#FBF8F5
(251,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D3C69B; }

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

This text font color is #D3C69B.


Background Color

.myBgColor { background-color: #D3C69B; }

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

This div background color is #D3C69B.


Border color

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

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

This div border color is #D3C69B.


Opacity

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

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

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

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

This text has shadow with #D3C69B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3C69B on black background.


Color preview on white background

This text has color #D3C69B on white background.



Black color preview on #D3C69B background

This text has black color on #D3C69B background.


White color preview on #D3C69B background

This text has white color on #D3C69B background.