COLOR #D4BA98

HEX: #D4BA98
RGB: (212,186,152)

Color info

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

RGB color model

#D4BA98 color RGB value is (212,186,152).

  • red value is 212;
  • green value is 186;
  • blue value is 152.
RGB:
(212,186,152)
(83%,73%,60%)

RGB channels and saturation

R 212 of 255 = 83%
G 186 of 255 = 73%
B 152 of 255 = 60%

212
186
152

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

Portions of RGB colors in percentages

R + G + B =
212 + 186 + 152 = 550 (100%)
R 212 of 550 ~ 38.55%
G 186 of 550 ~ 33.82%
B 152 of 550 ~ 27.64%

%38.55
%33.82
%27.64

CMYK color model

#D4BA98 color CMYK value is (0,12,28,17).

  • cyan value is 0.00%
  • magenta value is 12.26%
  • yellow value is 28.30%
  • key color value is 16.86%
CMYK:
(0,12,28,17)
C0M12Y28K17 
(0%,12%,28%,17%)
(0.00/0.12/0.28/0.17)	

CMYK percentages

%0
%12.26
%28.3
%16.86

Codes

Color #D4BA98 in popluar color models

D4BA98
RGB212186152
HSL34°41.10%71.37%
HSB/HSV34°28.30%83.14%
CMYK0.00%12.26%28.30%
16.86%

Color #D4BA98 in popluar number systems.

HEXD4BA98
Decimal212186152
Binary110101001011101010011000
Octal324272230

Shades and tints

Shades of #D4BA98

#D4BA98
(212,186,152)
#C1AA8B
(193,170,139)
#AE9A7E
(174,154,126)
#9B8A71
(155,138,113)
#887A64
(136,122,100)
#756A57
(117,106,87)
#625A4A
(98,90,74)
#4F4A3D
(79,74,61)
#3C3A30
(60,58,48)
#292A23
(41,42,35)
#161A16
(22,26,22)
#000000
(0,0,0)

Tints of #D4BA98

#D4BA98
(212,186,152)
#D7C0A1
(215,192,161)
#DAC6AA
(218,198,170)
#DDCCB3
(221,204,179)
#E0D2BC
(224,210,188)
#E3D8C5
(227,216,197)
#E6DECE
(230,222,206)
#E9E4D7
(233,228,215)
#ECEAE0
(236,234,224)
#EFF0E9
(239,240,233)
#F2F6F2
(242,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4BA98 color. Also use rgb(212,186,152) instead hex code.

Text Font Color

.myTextColor { color: #D4BA98; }

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

This text font color is #D4BA98.


Background Color

.myBgColor { background-color: #D4BA98; }

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

This div background color is #D4BA98.


Border color

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

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

This div border color is #D4BA98.


Opacity

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

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

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

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

This text has shadow with #D4BA98 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4BA98 on black background.


Color preview on white background

This text has color #D4BA98 on white background.



Black color preview on #D4BA98 background

This text has black color on #D4BA98 background.


White color preview on #D4BA98 background

This text has white color on #D4BA98 background.