COLOR #D6C2BE

HEX: #D6C2BE
RGB: (214,194,190)

Color info

#D6C2BE contains red, green and blue colors in about the same proportion. Web safe color of #D6C2BE is #CCCCCC (or #CCC).

RGB color model

#D6C2BE color RGB value is (214,194,190).

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

RGB channels and saturation

R 214 of 255 = 84%
G 194 of 255 = 76%
B 190 of 255 = 75%

214
194
190

R + G + B ~ 78%. #D6C2BE is quite light color.

Portions of RGB colors in percentages

R + G + B =
214 + 194 + 190 = 598 (100%)
R 214 of 598 ~ 35.79%
G 194 of 598 ~ 32.44%
B 190 of 598 ~ 31.77%

%35.79
%32.44
%31.77

CMYK color model

#D6C2BE color CMYK value is (0,9,11,16).

  • cyan value is 0.00%
  • magenta value is 9.35%
  • yellow value is 11.21%
  • key color value is 16.08%
CMYK:
(0,9,11,16)
C0M9Y11K16 
(0%,9%,11%,16%)
(0.00/0.09/0.11/0.16)	

CMYK percentages

%0
%9.35
%11.21
%16.08

Codes

Color #D6C2BE in popluar color models

D6C2BE
RGB214194190
HSL10°22.64%79.22%
HSB/HSV10°11.21%83.92%
CMYK0.00%9.35%11.21%
16.08%

Color #D6C2BE in popluar number systems.

HEXD6C2BE
Decimal214194190
Binary110101101100001010111110
Octal326302276

Shades and tints

Shades of #D6C2BE

#D6C2BE
(214,194,190)
#C3B1AD
(195,177,173)
#B0A09C
(176,160,156)
#9D8F8B
(157,143,139)
#8A7E7A
(138,126,122)
#776D69
(119,109,105)
#645C58
(100,92,88)
#514B47
(81,75,71)
#3E3A36
(62,58,54)
#2B2925
(43,41,37)
#181814
(24,24,20)
#000000
(0,0,0)

Tints of #D6C2BE

#D6C2BE
(214,194,190)
#D9C7C3
(217,199,195)
#DCCCC8
(220,204,200)
#DFD1CD
(223,209,205)
#E2D6D2
(226,214,210)
#E5DBD7
(229,219,215)
#E8E0DC
(232,224,220)
#EBE5E1
(235,229,225)
#EEEAE6
(238,234,230)
#F1EFEB
(241,239,235)
#F4F4F0
(244,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6C2BE; }

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

This text font color is #D6C2BE.


Background Color

.myBgColor { background-color: #D6C2BE; }

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

This div background color is #D6C2BE.


Border color

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

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

This div border color is #D6C2BE.


Opacity

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

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

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

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

This text has shadow with #D6C2BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6C2BE on black background.


Color preview on white background

This text has color #D6C2BE on white background.



Black color preview on #D6C2BE background

This text has black color on #D6C2BE background.


White color preview on #D6C2BE background

This text has white color on #D6C2BE background.