COLOR #D6BEA8

HEX: #D6BEA8
RGB: (214,190,168)

Color info

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

RGB color model

#D6BEA8 color RGB value is (214,190,168).

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

RGB channels and saturation

R 214 of 255 = 84%
G 190 of 255 = 75%
B 168 of 255 = 66%

214
190
168

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

Portions of RGB colors in percentages

R + G + B =
214 + 190 + 168 = 572 (100%)
R 214 of 572 ~ 37.41%
G 190 of 572 ~ 33.22%
B 168 of 572 ~ 29.37%

%37.41
%33.22
%29.37

CMYK color model

#D6BEA8 color CMYK value is (0,11,21,16).

  • cyan value is 0.00%
  • magenta value is 11.21%
  • yellow value is 21.50%
  • key color value is 16.08%
CMYK:
(0,11,21,16)
C0M11Y21K16 
(0%,11%,21%,16%)
(0.00/0.11/0.21/0.16)	

CMYK percentages

%0
%11.21
%21.5
%16.08

Codes

Color #D6BEA8 in popluar color models

D6BEA8
RGB214190168
HSL29°35.94%74.90%
HSB/HSV29°21.50%83.92%
CMYK0.00%11.21%21.50%
16.08%

Color #D6BEA8 in popluar number systems.

HEXD6BEA8
Decimal214190168
Binary110101101011111010101000
Octal326276250

Shades and tints

Shades of #D6BEA8

#D6BEA8
(214,190,168)
#C3AD99
(195,173,153)
#B09C8A
(176,156,138)
#9D8B7B
(157,139,123)
#8A7A6C
(138,122,108)
#77695D
(119,105,93)
#64584E
(100,88,78)
#51473F
(81,71,63)
#3E3630
(62,54,48)
#2B2521
(43,37,33)
#181412
(24,20,18)
#000000
(0,0,0)

Tints of #D6BEA8

#D6BEA8
(214,190,168)
#D9C3AF
(217,195,175)
#DCC8B6
(220,200,182)
#DFCDBD
(223,205,189)
#E2D2C4
(226,210,196)
#E5D7CB
(229,215,203)
#E8DCD2
(232,220,210)
#EBE1D9
(235,225,217)
#EEE6E0
(238,230,224)
#F1EBE7
(241,235,231)
#F4F0EE
(244,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6BEA8; }

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

This text font color is #D6BEA8.


Background Color

.myBgColor { background-color: #D6BEA8; }

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

This div background color is #D6BEA8.


Border color

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

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

This div border color is #D6BEA8.


Opacity

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

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

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

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

This text has shadow with #D6BEA8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6BEA8 on black background.


Color preview on white background

This text has color #D6BEA8 on white background.



Black color preview on #D6BEA8 background

This text has black color on #D6BEA8 background.


White color preview on #D6BEA8 background

This text has white color on #D6BEA8 background.