COLOR #D3BEAD

HEX: #D3BEAD
RGB: (211,190,173)

Color info

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

RGB color model

#D3BEAD color RGB value is (211,190,173).

  • red value is 211;
  • green value is 190;
  • blue value is 173.
RGB:
(211,190,173)
(83%,75%,68%)

RGB channels and saturation

R 211 of 255 = 83%
G 190 of 255 = 75%
B 173 of 255 = 68%

211
190
173

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

Portions of RGB colors in percentages

R + G + B =
211 + 190 + 173 = 574 (100%)
R 211 of 574 ~ 36.76%
G 190 of 574 ~ 33.1%
B 173 of 574 ~ 30.14%

%36.76
%33.1
%30.14

CMYK color model

#D3BEAD color CMYK value is (0,10,18,17).

  • cyan value is 0.00%
  • magenta value is 9.95%
  • yellow value is 18.01%
  • key color value is 17.25%
CMYK:
(0,10,18,17)
C0M10Y18K17 
(0%,10%,18%,17%)
(0.00/0.10/0.18/0.17)	

CMYK percentages

%0
%9.95
%18.01
%17.25

Codes

Color #D3BEAD in popluar color models

D3BEAD
RGB211190173
HSL27°30.16%75.29%
HSB/HSV27°18.01%82.75%
CMYK0.00%9.95%18.01%
17.25%

Color #D3BEAD in popluar number systems.

HEXD3BEAD
Decimal211190173
Binary110100111011111010101101
Octal323276255

Shades and tints

Shades of #D3BEAD

#D3BEAD
(211,190,173)
#C0AD9E
(192,173,158)
#AD9C8F
(173,156,143)
#9A8B80
(154,139,128)
#877A71
(135,122,113)
#746962
(116,105,98)
#615853
(97,88,83)
#4E4744
(78,71,68)
#3B3635
(59,54,53)
#282526
(40,37,38)
#151417
(21,20,23)
#000000
(0,0,0)

Tints of #D3BEAD

#D3BEAD
(211,190,173)
#D7C3B4
(215,195,180)
#DBC8BB
(219,200,187)
#DFCDC2
(223,205,194)
#E3D2C9
(227,210,201)
#E7D7D0
(231,215,208)
#EBDCD7
(235,220,215)
#EFE1DE
(239,225,222)
#F3E6E5
(243,230,229)
#F7EBEC
(247,235,236)
#FBF0F3
(251,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D3BEAD color. Also use rgb(211,190,173) instead hex code.

Text Font Color

.myTextColor { color: #D3BEAD; }

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

This text font color is #D3BEAD.


Background Color

.myBgColor { background-color: #D3BEAD; }

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

This div background color is #D3BEAD.


Border color

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

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

This div border color is #D3BEAD.


Opacity

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

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

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

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

This text has shadow with #D3BEAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3BEAD on black background.


Color preview on white background

This text has color #D3BEAD on white background.



Black color preview on #D3BEAD background

This text has black color on #D3BEAD background.


White color preview on #D3BEAD background

This text has white color on #D3BEAD background.