COLOR #D6B092

HEX: #D6B092
RGB: (214,176,146)

Color info

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

RGB color model

#D6B092 color RGB value is (214,176,146).

  • red value is 214;
  • green value is 176;
  • blue value is 146.
RGB:
(214,176,146)
(84%,69%,57%)

RGB channels and saturation

R 214 of 255 = 84%
G 176 of 255 = 69%
B 146 of 255 = 57%

214
176
146

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

Portions of RGB colors in percentages

R + G + B =
214 + 176 + 146 = 536 (100%)
R 214 of 536 ~ 39.93%
G 176 of 536 ~ 32.84%
B 146 of 536 ~ 27.24%

%39.93
%32.84
%27.24

CMYK color model

#D6B092 color CMYK value is (0,18,32,16).

  • cyan value is 0.00%
  • magenta value is 17.76%
  • yellow value is 31.78%
  • key color value is 16.08%
CMYK:
(0,18,32,16)
C0M18Y32K16 
(0%,18%,32%,16%)
(0.00/0.18/0.32/0.16)	

CMYK percentages

%0
%17.76
%31.78
%16.08

Codes

Color #D6B092 in popluar color models

D6B092
RGB214176146
HSL26°45.33%70.59%
HSB/HSV26°31.78%83.92%
CMYK0.00%17.76%31.78%
16.08%

Color #D6B092 in popluar number systems.

HEXD6B092
Decimal214176146
Binary110101101011000010010010
Octal326260222

Shades and tints

Shades of #D6B092

#D6B092
(214,176,146)
#C3A085
(195,160,133)
#B09078
(176,144,120)
#9D806B
(157,128,107)
#8A705E
(138,112,94)
#776051
(119,96,81)
#645044
(100,80,68)
#514037
(81,64,55)
#3E302A
(62,48,42)
#2B201D
(43,32,29)
#181010
(24,16,16)
#000000
(0,0,0)

Tints of #D6B092

#D6B092
(214,176,146)
#D9B79B
(217,183,155)
#DCBEA4
(220,190,164)
#DFC5AD
(223,197,173)
#E2CCB6
(226,204,182)
#E5D3BF
(229,211,191)
#E8DAC8
(232,218,200)
#EBE1D1
(235,225,209)
#EEE8DA
(238,232,218)
#F1EFE3
(241,239,227)
#F4F6EC
(244,246,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6B092 color. Also use rgb(214,176,146) instead hex code.

Text Font Color

.myTextColor { color: #D6B092; }

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

This text font color is #D6B092.


Background Color

.myBgColor { background-color: #D6B092; }

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

This div background color is #D6B092.


Border color

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

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

This div border color is #D6B092.


Opacity

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

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

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

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

This text has shadow with #D6B092 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6B092 on black background.


Color preview on white background

This text has color #D6B092 on white background.



Black color preview on #D6B092 background

This text has black color on #D6B092 background.


White color preview on #D6B092 background

This text has white color on #D6B092 background.