COLOR #D4BE97

HEX: #D4BE97
RGB: (212,190,151)

Color info

#D4BE97 contains mainly red and green colors. Web safe color of #D4BE97 is #CCCC99 (or #CC9).

RGB color model

#D4BE97 color RGB value is (212,190,151).

  • red value is 212;
  • green value is 190;
  • blue value is 151.
RGB:
(212,190,151)
(83%,75%,59%)

RGB channels and saturation

R 212 of 255 = 83%
G 190 of 255 = 75%
B 151 of 255 = 59%

212
190
151

R + G + B ~ 72%. #D4BE97 is quite light color.

Portions of RGB colors in percentages

R + G + B =
212 + 190 + 151 = 553 (100%)
R 212 of 553 ~ 38.34%
G 190 of 553 ~ 34.36%
B 151 of 553 ~ 27.31%

%38.34
%34.36
%27.31

CMYK color model

#D4BE97 color CMYK value is (0,10,29,17).

  • cyan value is 0.00%
  • magenta value is 10.38%
  • yellow value is 28.77%
  • key color value is 16.86%
CMYK:
(0,10,29,17)
C0M10Y29K17 
(0%,10%,29%,17%)
(0.00/0.10/0.29/0.17)	

CMYK percentages

%0
%10.38
%28.77
%16.86

Codes

Color #D4BE97 in popluar color models

D4BE97
RGB212190151
HSL38°41.50%71.18%
HSB/HSV38°28.77%83.14%
CMYK0.00%10.38%28.77%
16.86%

Color #D4BE97 in popluar number systems.

HEXD4BE97
Decimal212190151
Binary110101001011111010010111
Octal324276227

Shades and tints

Shades of #D4BE97

#D4BE97
(212,190,151)
#C1AD8A
(193,173,138)
#AE9C7D
(174,156,125)
#9B8B70
(155,139,112)
#887A63
(136,122,99)
#756956
(117,105,86)
#625849
(98,88,73)
#4F473C
(79,71,60)
#3C362F
(60,54,47)
#292522
(41,37,34)
#161415
(22,20,21)
#000000
(0,0,0)

Tints of #D4BE97

#D4BE97
(212,190,151)
#D7C3A0
(215,195,160)
#DAC8A9
(218,200,169)
#DDCDB2
(221,205,178)
#E0D2BB
(224,210,187)
#E3D7C4
(227,215,196)
#E6DCCD
(230,220,205)
#E9E1D6
(233,225,214)
#ECE6DF
(236,230,223)
#EFEBE8
(239,235,232)
#F2F0F1
(242,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4BE97 color. Also use rgb(212,190,151) instead hex code.

Text Font Color

.myTextColor { color: #D4BE97; }

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

This text font color is #D4BE97.


Background Color

.myBgColor { background-color: #D4BE97; }

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

This div background color is #D4BE97.


Border color

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

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

This div border color is #D4BE97.


Opacity

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

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

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

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

This text has shadow with #D4BE97 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4BE97 on black background.


Color preview on white background

This text has color #D4BE97 on white background.



Black color preview on #D4BE97 background

This text has black color on #D4BE97 background.


White color preview on #D4BE97 background

This text has white color on #D4BE97 background.