COLOR #D2BC98

HEX: #D2BC98
RGB: (210,188,152)

Color info

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

RGB color model

#D2BC98 color RGB value is (210,188,152).

  • red value is 210;
  • green value is 188;
  • blue value is 152.
RGB:
(210,188,152)
(82%,74%,60%)

RGB channels and saturation

R 210 of 255 = 82%
G 188 of 255 = 74%
B 152 of 255 = 60%

210
188
152

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

Portions of RGB colors in percentages

R + G + B =
210 + 188 + 152 = 550 (100%)
R 210 of 550 ~ 38.18%
G 188 of 550 ~ 34.18%
B 152 of 550 ~ 27.64%

%38.18
%34.18
%27.64

CMYK color model

#D2BC98 color CMYK value is (0,10,28,18).

  • cyan value is 0.00%
  • magenta value is 10.48%
  • yellow value is 27.62%
  • key color value is 17.65%
CMYK:
(0,10,28,18)
C0M10Y28K18 
(0%,10%,28%,18%)
(0.00/0.10/0.28/0.18)	

CMYK percentages

%0
%10.48
%27.62
%17.65

Codes

Color #D2BC98 in popluar color models

D2BC98
RGB210188152
HSL37°39.19%70.98%
HSB/HSV37°27.62%82.35%
CMYK0.00%10.48%27.62%
17.65%

Color #D2BC98 in popluar number systems.

HEXD2BC98
Decimal210188152
Binary110100101011110010011000
Octal322274230

Shades and tints

Shades of #D2BC98

#D2BC98
(210,188,152)
#BFAB8B
(191,171,139)
#AC9A7E
(172,154,126)
#998971
(153,137,113)
#867864
(134,120,100)
#736757
(115,103,87)
#60564A
(96,86,74)
#4D453D
(77,69,61)
#3A3430
(58,52,48)
#272323
(39,35,35)
#141216
(20,18,22)
#000000
(0,0,0)

Tints of #D2BC98

#D2BC98
(210,188,152)
#D6C2A1
(214,194,161)
#DAC8AA
(218,200,170)
#DECEB3
(222,206,179)
#E2D4BC
(226,212,188)
#E6DAC5
(230,218,197)
#EAE0CE
(234,224,206)
#EEE6D7
(238,230,215)
#F2ECE0
(242,236,224)
#F6F2E9
(246,242,233)
#FAF8F2
(250,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2BC98 color. Also use rgb(210,188,152) instead hex code.

Text Font Color

.myTextColor { color: #D2BC98; }

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

This text font color is #D2BC98.


Background Color

.myBgColor { background-color: #D2BC98; }

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

This div background color is #D2BC98.


Border color

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

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

This div border color is #D2BC98.


Opacity

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

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

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

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

This text has shadow with #D2BC98 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2BC98 on black background.


Color preview on white background

This text has color #D2BC98 on white background.



Black color preview on #D2BC98 background

This text has black color on #D2BC98 background.


White color preview on #D2BC98 background

This text has white color on #D2BC98 background.