COLOR #D9C6BE

HEX: #D9C6BE
RGB: (217,198,190)

Color info

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

RGB color model

#D9C6BE color RGB value is (217,198,190).

  • red value is 217;
  • green value is 198;
  • blue value is 190.
RGB:
(217,198,190)
(85%,78%,75%)

RGB channels and saturation

R 217 of 255 = 85%
G 198 of 255 = 78%
B 190 of 255 = 75%

217
198
190

R + G + B ~ 79%. #D9C6BE is quite light color.

Portions of RGB colors in percentages

R + G + B =
217 + 198 + 190 = 605 (100%)
R 217 of 605 ~ 35.87%
G 198 of 605 ~ 32.73%
B 190 of 605 ~ 31.4%

%35.87
%32.73
%31.4

CMYK color model

#D9C6BE color CMYK value is (0,9,12,15).

  • cyan value is 0.00%
  • magenta value is 8.76%
  • yellow value is 12.44%
  • key color value is 14.90%
CMYK:
(0,9,12,15)
C0M9Y12K15 
(0%,9%,12%,15%)
(0.00/0.09/0.12/0.15)	

CMYK percentages

%0
%8.76
%12.44
%14.9

Codes

Color #D9C6BE in popluar color models

D9C6BE
RGB217198190
HSL18°26.21%79.80%
HSB/HSV18°12.44%85.10%
CMYK0.00%8.76%12.44%
14.90%

Color #D9C6BE in popluar number systems.

HEXD9C6BE
Decimal217198190
Binary110110011100011010111110
Octal331306276

Shades and tints

Shades of #D9C6BE

#D9C6BE
(217,198,190)
#C6B4AD
(198,180,173)
#B3A29C
(179,162,156)
#A0908B
(160,144,139)
#8D7E7A
(141,126,122)
#7A6C69
(122,108,105)
#675A58
(103,90,88)
#544847
(84,72,71)
#413636
(65,54,54)
#2E2425
(46,36,37)
#1B1214
(27,18,20)
#000000
(0,0,0)

Tints of #D9C6BE

#D9C6BE
(217,198,190)
#DCCBC3
(220,203,195)
#DFD0C8
(223,208,200)
#E2D5CD
(226,213,205)
#E5DAD2
(229,218,210)
#E8DFD7
(232,223,215)
#EBE4DC
(235,228,220)
#EEE9E1
(238,233,225)
#F1EEE6
(241,238,230)
#F4F3EB
(244,243,235)
#F7F8F0
(247,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9C6BE color. Also use rgb(217,198,190) instead hex code.

Text Font Color

.myTextColor { color: #D9C6BE; }

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

This text font color is #D9C6BE.


Background Color

.myBgColor { background-color: #D9C6BE; }

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

This div background color is #D9C6BE.


Border color

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

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

This div border color is #D9C6BE.


Opacity

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

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

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

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

This text has shadow with #D9C6BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9C6BE on black background.


Color preview on white background

This text has color #D9C6BE on white background.



Black color preview on #D9C6BE background

This text has black color on #D9C6BE background.


White color preview on #D9C6BE background

This text has white color on #D9C6BE background.