COLOR #D2BC90

HEX: #D2BC90
RGB: (210,188,144)

Color info

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

RGB color model

#D2BC90 color RGB value is (210,188,144).

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

RGB channels and saturation

R 210 of 255 = 82%
G 188 of 255 = 74%
B 144 of 255 = 56%

210
188
144

R + G + B ~ 71%. #D2BC90 is quite light color.

Portions of RGB colors in percentages

R + G + B =
210 + 188 + 144 = 542 (100%)
R 210 of 542 ~ 38.75%
G 188 of 542 ~ 34.69%
B 144 of 542 ~ 26.57%

%38.75
%34.69
%26.57

CMYK color model

#D2BC90 color CMYK value is (0,10,31,18).

  • cyan value is 0.00%
  • magenta value is 10.48%
  • yellow value is 31.43%
  • key color value is 17.65%
CMYK:
(0,10,31,18)
C0M10Y31K18 
(0%,10%,31%,18%)
(0.00/0.10/0.31/0.18)	

CMYK percentages

%0
%10.48
%31.43
%17.65

Codes

Color #D2BC90 in popluar color models

D2BC90
RGB210188144
HSL40°42.31%69.41%
HSB/HSV40°31.43%82.35%
CMYK0.00%10.48%31.43%
17.65%

Color #D2BC90 in popluar number systems.

HEXD2BC90
Decimal210188144
Binary110100101011110010010000
Octal322274220

Shades and tints

Shades of #D2BC90

#D2BC90
(210,188,144)
#BFAB83
(191,171,131)
#AC9A76
(172,154,118)
#998969
(153,137,105)
#86785C
(134,120,92)
#73674F
(115,103,79)
#605642
(96,86,66)
#4D4535
(77,69,53)
#3A3428
(58,52,40)
#27231B
(39,35,27)
#14120E
(20,18,14)
#000000
(0,0,0)

Tints of #D2BC90

#D2BC90
(210,188,144)
#D6C29A
(214,194,154)
#DAC8A4
(218,200,164)
#DECEAE
(222,206,174)
#E2D4B8
(226,212,184)
#E6DAC2
(230,218,194)
#EAE0CC
(234,224,204)
#EEE6D6
(238,230,214)
#F2ECE0
(242,236,224)
#F6F2EA
(246,242,234)
#FAF8F4
(250,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2BC90; }

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

This text font color is #D2BC90.


Background Color

.myBgColor { background-color: #D2BC90; }

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

This div background color is #D2BC90.


Border color

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

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

This div border color is #D2BC90.


Opacity

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

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

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

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

This text has shadow with #D2BC90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2BC90 on black background.


Color preview on white background

This text has color #D2BC90 on white background.



Black color preview on #D2BC90 background

This text has black color on #D2BC90 background.


White color preview on #D2BC90 background

This text has white color on #D2BC90 background.