COLOR #D6B19B

HEX: #D6B19B
RGB: (214,177,155)

Color info

#D6B19B contains red, green and blue colors in about the same proportion. Web safe color of #D6B19B is #CC9999 (or #C99).

RGB color model

#D6B19B color RGB value is (214,177,155).

  • red value is 214;
  • green value is 177;
  • blue value is 155.
RGB:
(214,177,155)
(84%,69%,61%)

RGB channels and saturation

R 214 of 255 = 84%
G 177 of 255 = 69%
B 155 of 255 = 61%

214
177
155

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

Portions of RGB colors in percentages

R + G + B =
214 + 177 + 155 = 546 (100%)
R 214 of 546 ~ 39.19%
G 177 of 546 ~ 32.42%
B 155 of 546 ~ 28.39%

%39.19
%32.42
%28.39

CMYK color model

#D6B19B color CMYK value is (0,17,28,16).

  • cyan value is 0.00%
  • magenta value is 17.29%
  • yellow value is 27.57%
  • key color value is 16.08%
CMYK:
(0,17,28,16)
C0M17Y28K16 
(0%,17%,28%,16%)
(0.00/0.17/0.28/0.16)	

CMYK percentages

%0
%17.29
%27.57
%16.08

Codes

Color #D6B19B in popluar color models

D6B19B
RGB214177155
HSL22°41.84%72.35%
HSB/HSV22°27.57%83.92%
CMYK0.00%17.29%27.57%
16.08%

Color #D6B19B in popluar number systems.

HEXD6B19B
Decimal214177155
Binary110101101011000110011011
Octal326261233

Shades and tints

Shades of #D6B19B

#D6B19B
(214,177,155)
#C3A18D
(195,161,141)
#B0917F
(176,145,127)
#9D8171
(157,129,113)
#8A7163
(138,113,99)
#776155
(119,97,85)
#645147
(100,81,71)
#514139
(81,65,57)
#3E312B
(62,49,43)
#2B211D
(43,33,29)
#18110F
(24,17,15)
#000000
(0,0,0)

Tints of #D6B19B

#D6B19B
(214,177,155)
#D9B8A4
(217,184,164)
#DCBFAD
(220,191,173)
#DFC6B6
(223,198,182)
#E2CDBF
(226,205,191)
#E5D4C8
(229,212,200)
#E8DBD1
(232,219,209)
#EBE2DA
(235,226,218)
#EEE9E3
(238,233,227)
#F1F0EC
(241,240,236)
#F4F7F5
(244,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6B19B color. Also use rgb(214,177,155) instead hex code.

Text Font Color

.myTextColor { color: #D6B19B; }

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

This text font color is #D6B19B.


Background Color

.myBgColor { background-color: #D6B19B; }

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

This div background color is #D6B19B.


Border color

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

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

This div border color is #D6B19B.


Opacity

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

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

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

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

This text has shadow with #D6B19B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6B19B on black background.


Color preview on white background

This text has color #D6B19B on white background.



Black color preview on #D6B19B background

This text has black color on #D6B19B background.


White color preview on #D6B19B background

This text has white color on #D6B19B background.