COLOR #D2B198

HEX: #D2B198
RGB: (210,177,152)

Color info

#D2B198 contains red, green and blue colors in about the same proportion. Web safe color of #D2B198 is #CC9999 (or #C99).

RGB color model

#D2B198 color RGB value is (210,177,152).

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

RGB channels and saturation

R 210 of 255 = 82%
G 177 of 255 = 69%
B 152 of 255 = 60%

210
177
152

R + G + B ~ 70%. #D2B198 is quite light color.

Portions of RGB colors in percentages

R + G + B =
210 + 177 + 152 = 539 (100%)
R 210 of 539 ~ 38.96%
G 177 of 539 ~ 32.84%
B 152 of 539 ~ 28.2%

%38.96
%32.84
%28.2

CMYK color model

#D2B198 color CMYK value is (0,16,28,18).

  • cyan value is 0.00%
  • magenta value is 15.71%
  • yellow value is 27.62%
  • key color value is 17.65%
CMYK:
(0,16,28,18)
C0M16Y28K18 
(0%,16%,28%,18%)
(0.00/0.16/0.28/0.18)	

CMYK percentages

%0
%15.71
%27.62
%17.65

Codes

Color #D2B198 in popluar color models

D2B198
RGB210177152
HSL26°39.19%70.98%
HSB/HSV26°27.62%82.35%
CMYK0.00%15.71%27.62%
17.65%

Color #D2B198 in popluar number systems.

HEXD2B198
Decimal210177152
Binary110100101011000110011000
Octal322261230

Shades and tints

Shades of #D2B198

#D2B198
(210,177,152)
#BFA18B
(191,161,139)
#AC917E
(172,145,126)
#998171
(153,129,113)
#867164
(134,113,100)
#736157
(115,97,87)
#60514A
(96,81,74)
#4D413D
(77,65,61)
#3A3130
(58,49,48)
#272123
(39,33,35)
#141116
(20,17,22)
#000000
(0,0,0)

Tints of #D2B198

#D2B198
(210,177,152)
#D6B8A1
(214,184,161)
#DABFAA
(218,191,170)
#DEC6B3
(222,198,179)
#E2CDBC
(226,205,188)
#E6D4C5
(230,212,197)
#EADBCE
(234,219,206)
#EEE2D7
(238,226,215)
#F2E9E0
(242,233,224)
#F6F0E9
(246,240,233)
#FAF7F2
(250,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2B198; }

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

This text font color is #D2B198.


Background Color

.myBgColor { background-color: #D2B198; }

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

This div background color is #D2B198.


Border color

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

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

This div border color is #D2B198.


Opacity

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

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

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

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

This text has shadow with #D2B198 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2B198 on black background.


Color preview on white background

This text has color #D2B198 on white background.



Black color preview on #D2B198 background

This text has black color on #D2B198 background.


White color preview on #D2B198 background

This text has white color on #D2B198 background.