COLOR #D6A29B

HEX: #D6A29B
RGB: (214,162,155)

Color info

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

RGB color model

#D6A29B color RGB value is (214,162,155).

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

RGB channels and saturation

R 214 of 255 = 84%
G 162 of 255 = 64%
B 155 of 255 = 61%

214
162
155

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

Portions of RGB colors in percentages

R + G + B =
214 + 162 + 155 = 531 (100%)
R 214 of 531 ~ 40.3%
G 162 of 531 ~ 30.51%
B 155 of 531 ~ 29.19%

%40.3
%30.51
%29.19

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 24.30%
  • yellow value is 27.57%
  • key color value is 16.08%
CMYK:
(0,24,28,16)
C0M24Y28K16 
(0%,24%,28%,16%)
(0.00/0.24/0.28/0.16)	

CMYK percentages

%0
%24.3
%27.57
%16.08

Codes

Color #D6A29B in popluar color models

D6A29B
RGB214162155
HSL41.84%72.35%
HSB/HSV27.57%83.92%
CMYK0.00%24.30%27.57%
16.08%

Color #D6A29B in popluar number systems.

HEXD6A29B
Decimal214162155
Binary110101101010001010011011
Octal326242233

Shades and tints

Shades of #D6A29B

#D6A29B
(214,162,155)
#C3948D
(195,148,141)
#B0867F
(176,134,127)
#9D7871
(157,120,113)
#8A6A63
(138,106,99)
#775C55
(119,92,85)
#644E47
(100,78,71)
#514039
(81,64,57)
#3E322B
(62,50,43)
#2B241D
(43,36,29)
#18160F
(24,22,15)
#000000
(0,0,0)

Tints of #D6A29B

#D6A29B
(214,162,155)
#D9AAA4
(217,170,164)
#DCB2AD
(220,178,173)
#DFBAB6
(223,186,182)
#E2C2BF
(226,194,191)
#E5CAC8
(229,202,200)
#E8D2D1
(232,210,209)
#EBDADA
(235,218,218)
#EEE2E3
(238,226,227)
#F1EAEC
(241,234,236)
#F4F2F5
(244,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6A29B; }

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

This text font color is #D6A29B.


Background Color

.myBgColor { background-color: #D6A29B; }

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

This div background color is #D6A29B.


Border color

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

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

This div border color is #D6A29B.


Opacity

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

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

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

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

This text has shadow with #D6A29B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6A29B on black background.


Color preview on white background

This text has color #D6A29B on white background.



Black color preview on #D6A29B background

This text has black color on #D6A29B background.


White color preview on #D6A29B background

This text has white color on #D6A29B background.