COLOR #D2B18C

HEX: #D2B18C
RGB: (210,177,140)

Color info

#D2B18C contains mainly red and green colors. Web safe color of #D2B18C is #CC9999 (or #C99).

RGB color model

#D2B18C color RGB value is (210,177,140).

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

RGB channels and saturation

R 210 of 255 = 82%
G 177 of 255 = 69%
B 140 of 255 = 55%

210
177
140

R + G + B ~ 69%. #D2B18C is quite light color.

Portions of RGB colors in percentages

R + G + B =
210 + 177 + 140 = 527 (100%)
R 210 of 527 ~ 39.85%
G 177 of 527 ~ 33.59%
B 140 of 527 ~ 26.57%

%39.85
%33.59
%26.57

CMYK color model

#D2B18C color CMYK value is (0,16,33,18).

  • cyan value is 0.00%
  • magenta value is 15.71%
  • yellow value is 33.33%
  • key color value is 17.65%
CMYK:
(0,16,33,18)
C0M16Y33K18 
(0%,16%,33%,18%)
(0.00/0.16/0.33/0.18)	

CMYK percentages

%0
%15.71
%33.33
%17.65

Codes

Color #D2B18C in popluar color models

D2B18C
RGB210177140
HSL32°43.75%68.63%
HSB/HSV32°33.33%82.35%
CMYK0.00%15.71%33.33%
17.65%

Color #D2B18C in popluar number systems.

HEXD2B18C
Decimal210177140
Binary110100101011000110001100
Octal322261214

Shades and tints

Shades of #D2B18C

#D2B18C
(210,177,140)
#BFA180
(191,161,128)
#AC9174
(172,145,116)
#998168
(153,129,104)
#86715C
(134,113,92)
#736150
(115,97,80)
#605144
(96,81,68)
#4D4138
(77,65,56)
#3A312C
(58,49,44)
#272120
(39,33,32)
#141114
(20,17,20)
#000000
(0,0,0)

Tints of #D2B18C

#D2B18C
(210,177,140)
#D6B896
(214,184,150)
#DABFA0
(218,191,160)
#DEC6AA
(222,198,170)
#E2CDB4
(226,205,180)
#E6D4BE
(230,212,190)
#EADBC8
(234,219,200)
#EEE2D2
(238,226,210)
#F2E9DC
(242,233,220)
#F6F0E6
(246,240,230)
#FAF7F0
(250,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2B18C; }

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

This text font color is #D2B18C.


Background Color

.myBgColor { background-color: #D2B18C; }

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

This div background color is #D2B18C.


Border color

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

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

This div border color is #D2B18C.


Opacity

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

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

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

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

This text has shadow with #D2B18C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2B18C on black background.


Color preview on white background

This text has color #D2B18C on white background.



Black color preview on #D2B18C background

This text has black color on #D2B18C background.


White color preview on #D2B18C background

This text has white color on #D2B18C background.