COLOR #D6BEAC

HEX: #D6BEAC
RGB: (214,190,172)

Color info

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

RGB color model

#D6BEAC color RGB value is (214,190,172).

  • red value is 214;
  • green value is 190;
  • blue value is 172.
RGB:
(214,190,172)
(84%,75%,67%)

RGB channels and saturation

R 214 of 255 = 84%
G 190 of 255 = 75%
B 172 of 255 = 67%

214
190
172

R + G + B ~ 75%. #D6BEAC is quite light color.

Portions of RGB colors in percentages

R + G + B =
214 + 190 + 172 = 576 (100%)
R 214 of 576 ~ 37.15%
G 190 of 576 ~ 32.99%
B 172 of 576 ~ 29.86%

%37.15
%32.99
%29.86

CMYK color model

#D6BEAC color CMYK value is (0,11,20,16).

  • cyan value is 0.00%
  • magenta value is 11.21%
  • yellow value is 19.63%
  • key color value is 16.08%
CMYK:
(0,11,20,16)
C0M11Y20K16 
(0%,11%,20%,16%)
(0.00/0.11/0.20/0.16)	

CMYK percentages

%0
%11.21
%19.63
%16.08

Codes

Color #D6BEAC in popluar color models

D6BEAC
RGB214190172
HSL26°33.87%75.69%
HSB/HSV26°19.63%83.92%
CMYK0.00%11.21%19.63%
16.08%

Color #D6BEAC in popluar number systems.

HEXD6BEAC
Decimal214190172
Binary110101101011111010101100
Octal326276254

Shades and tints

Shades of #D6BEAC

#D6BEAC
(214,190,172)
#C3AD9D
(195,173,157)
#B09C8E
(176,156,142)
#9D8B7F
(157,139,127)
#8A7A70
(138,122,112)
#776961
(119,105,97)
#645852
(100,88,82)
#514743
(81,71,67)
#3E3634
(62,54,52)
#2B2525
(43,37,37)
#181416
(24,20,22)
#000000
(0,0,0)

Tints of #D6BEAC

#D6BEAC
(214,190,172)
#D9C3B3
(217,195,179)
#DCC8BA
(220,200,186)
#DFCDC1
(223,205,193)
#E2D2C8
(226,210,200)
#E5D7CF
(229,215,207)
#E8DCD6
(232,220,214)
#EBE1DD
(235,225,221)
#EEE6E4
(238,230,228)
#F1EBEB
(241,235,235)
#F4F0F2
(244,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6BEAC color. Also use rgb(214,190,172) instead hex code.

Text Font Color

.myTextColor { color: #D6BEAC; }

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

This text font color is #D6BEAC.


Background Color

.myBgColor { background-color: #D6BEAC; }

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

This div background color is #D6BEAC.


Border color

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

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

This div border color is #D6BEAC.


Opacity

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

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

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

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

This text has shadow with #D6BEAC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6BEAC on black background.


Color preview on white background

This text has color #D6BEAC on white background.



Black color preview on #D6BEAC background

This text has black color on #D6BEAC background.


White color preview on #D6BEAC background

This text has white color on #D6BEAC background.