COLOR #D6B3A3

HEX: #D6B3A3
RGB: (214,179,163)

Color info

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

RGB color model

#D6B3A3 color RGB value is (214,179,163).

  • red value is 214;
  • green value is 179;
  • blue value is 163.
RGB:
(214,179,163)
(84%,70%,64%)

RGB channels and saturation

R 214 of 255 = 84%
G 179 of 255 = 70%
B 163 of 255 = 64%

214
179
163

R + G + B ~ 73%. #D6B3A3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
214 + 179 + 163 = 556 (100%)
R 214 of 556 ~ 38.49%
G 179 of 556 ~ 32.19%
B 163 of 556 ~ 29.32%

%38.49
%32.19
%29.32

CMYK color model

#D6B3A3 color CMYK value is (0,16,24,16).

  • cyan value is 0.00%
  • magenta value is 16.36%
  • yellow value is 23.83%
  • key color value is 16.08%
CMYK:
(0,16,24,16)
C0M16Y24K16 
(0%,16%,24%,16%)
(0.00/0.16/0.24/0.16)	

CMYK percentages

%0
%16.36
%23.83
%16.08

Codes

Color #D6B3A3 in popluar color models

D6B3A3
RGB214179163
HSL19°38.35%73.92%
HSB/HSV19°23.83%83.92%
CMYK0.00%16.36%23.83%
16.08%

Color #D6B3A3 in popluar number systems.

HEXD6B3A3
Decimal214179163
Binary110101101011001110100011
Octal326263243

Shades and tints

Shades of #D6B3A3

#D6B3A3
(214,179,163)
#C3A395
(195,163,149)
#B09387
(176,147,135)
#9D8379
(157,131,121)
#8A736B
(138,115,107)
#77635D
(119,99,93)
#64534F
(100,83,79)
#514341
(81,67,65)
#3E3333
(62,51,51)
#2B2325
(43,35,37)
#181317
(24,19,23)
#000000
(0,0,0)

Tints of #D6B3A3

#D6B3A3
(214,179,163)
#D9B9AB
(217,185,171)
#DCBFB3
(220,191,179)
#DFC5BB
(223,197,187)
#E2CBC3
(226,203,195)
#E5D1CB
(229,209,203)
#E8D7D3
(232,215,211)
#EBDDDB
(235,221,219)
#EEE3E3
(238,227,227)
#F1E9EB
(241,233,235)
#F4EFF3
(244,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6B3A3 color. Also use rgb(214,179,163) instead hex code.

Text Font Color

.myTextColor { color: #D6B3A3; }

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

This text font color is #D6B3A3.


Background Color

.myBgColor { background-color: #D6B3A3; }

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

This div background color is #D6B3A3.


Border color

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

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

This div border color is #D6B3A3.


Opacity

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

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

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

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

This text has shadow with #D6B3A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6B3A3 on black background.


Color preview on white background

This text has color #D6B3A3 on white background.



Black color preview on #D6B3A3 background

This text has black color on #D6B3A3 background.


White color preview on #D6B3A3 background

This text has white color on #D6B3A3 background.