COLOR #D2BCAA

HEX: #D2BCAA
RGB: (210,188,170)

Color info

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

RGB color model

#D2BCAA color RGB value is (210,188,170).

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

RGB channels and saturation

R 210 of 255 = 82%
G 188 of 255 = 74%
B 170 of 255 = 67%

210
188
170

R + G + B ~ 74%. #D2BCAA is quite light color.

Portions of RGB colors in percentages

R + G + B =
210 + 188 + 170 = 568 (100%)
R 210 of 568 ~ 36.97%
G 188 of 568 ~ 33.1%
B 170 of 568 ~ 29.93%

%36.97
%33.1
%29.93

CMYK color model

#D2BCAA color CMYK value is (0,10,19,18).

  • cyan value is 0.00%
  • magenta value is 10.48%
  • yellow value is 19.05%
  • key color value is 17.65%
CMYK:
(0,10,19,18)
C0M10Y19K18 
(0%,10%,19%,18%)
(0.00/0.10/0.19/0.18)	

CMYK percentages

%0
%10.48
%19.05
%17.65

Codes

Color #D2BCAA in popluar color models

D2BCAA
RGB210188170
HSL27°30.77%74.51%
HSB/HSV27°19.05%82.35%
CMYK0.00%10.48%19.05%
17.65%

Color #D2BCAA in popluar number systems.

HEXD2BCAA
Decimal210188170
Binary110100101011110010101010
Octal322274252

Shades and tints

Shades of #D2BCAA

#D2BCAA
(210,188,170)
#BFAB9B
(191,171,155)
#AC9A8C
(172,154,140)
#99897D
(153,137,125)
#86786E
(134,120,110)
#73675F
(115,103,95)
#605650
(96,86,80)
#4D4541
(77,69,65)
#3A3432
(58,52,50)
#272323
(39,35,35)
#141214
(20,18,20)
#000000
(0,0,0)

Tints of #D2BCAA

#D2BCAA
(210,188,170)
#D6C2B1
(214,194,177)
#DAC8B8
(218,200,184)
#DECEBF
(222,206,191)
#E2D4C6
(226,212,198)
#E6DACD
(230,218,205)
#EAE0D4
(234,224,212)
#EEE6DB
(238,230,219)
#F2ECE2
(242,236,226)
#F6F2E9
(246,242,233)
#FAF8F0
(250,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2BCAA; }

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

This text font color is #D2BCAA.


Background Color

.myBgColor { background-color: #D2BCAA; }

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

This div background color is #D2BCAA.


Border color

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

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

This div border color is #D2BCAA.


Opacity

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

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

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

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

This text has shadow with #D2BCAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2BCAA on black background.


Color preview on white background

This text has color #D2BCAA on white background.



Black color preview on #D2BCAA background

This text has black color on #D2BCAA background.


White color preview on #D2BCAA background

This text has white color on #D2BCAA background.