COLOR #D9CEB6

HEX: #D9CEB6 RGB: (217,206,182)

Color info

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

RGB color model

#D9CEB6 color RGB value is (217,206,182).

RGB: (217,206,182) (85%, 81%, 71%)

RGB channels and saturation

R 217 of 255 = 85%
G 206 of 255 = 81%
B 182 of 255 = 71%

217
206
182

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

Portions of RGB colors in percentages

R + G + B = 217 + 206 + 182 = 605 (100%)
R 217 of 605 ~ 35.87%
G 206 of 605 ~ 34.05%
B 182 of 605 ~ 30.08'%

%35.87
%34.05
%30.08

CMYK color model

#D9CEB6 color CMYK value is (0,5,16,15).

  • cyan value is 0.00%
  • magenta value is 5.07%
  • yellow value is 16.13%
  • key color value is 14.90%

CMYK: (0,5,16,15)
C0M5Y16K15 (0%, 5%, 16%, 15%)
(0.00 / 0.05 / 0.16 / 0.15)

CMYK percentages

%0
%5.07
%16.13
%14.9

Codes

Color #D9CEB6 in popluar color models

D9 CE B6
RGB 217 206 182
HSL 41° 31.53% 78.24%
HSB/HSV 41° 16.13% 85.10%
CMYK 0.00% 5.07% 16.13%
14.90%

Color #D9CEB6 in popluar number systems.

HEX D9 CE B6
Decimal 217 206 182
Binary 11011001 11001110 10110110
Octal 331 316 266

Shades and tints

Shades of #D9CEB6

#D9CEB6
(217,206,182)
#C6BCA6
(198,188,166)
#B3AA96
(179,170,150)
#A09886
(160,152,134)
#8D8676
(141,134,118)
#7A7466
(122,116,102)
#676256
(103,98,86)
#545046
(84,80,70)
#413E36
(65,62,54)
#2E2C26
(46,44,38)
#1B1A16
(27,26,22)
#000000
(0,0,0)

Tints of #D9CEB6

#D9CEB6
(217,206,182)
#DCD2BC
(220,210,188)
#DFD6C2
(223,214,194)
#E2DAC8
(226,218,200)
#E5DECE
(229,222,206)
#E8E2D4
(232,226,212)
#EBE6DA
(235,230,218)
#EEEAE0
(238,234,224)
#F1EEE6
(241,238,230)
#F4F2EC
(244,242,236)
#F7F6F2
(247,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9CEB6 color. Also use rgb(217,206,182) instead hex code.

Text Font Color

.myTextColor { color: #D9CEB6; }

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

This text font color is #D9CEB6.

Background Color

.myBgColor { background-color: #D9CEB6; }

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

This div background color is #D9CEB6.

Border color

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

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

This div border color is #D9CEB6.

Opacity

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

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

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

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

This text has shadow with #D9CEB6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D9CEB6.

Preview

Color preview on black background

This text has color #D9CEB6 on black background.


Color preview on white background

This text has color #D9CEB6 on white background.


Black color preview on #D9CEB6 background

This text has black color on #D9CEB6 background.


White color preview on #D9CEB6 background

This text has white color on #D9CEB6 background.


Related colors

Complementary color

Complementary color for #hex is #263149.


I love getcolorcode.com

Triadic colors

1 #B6D9CE and #CEB6D9 with #D9CEB6 are triadic colors.

2 #B6CED9 and #CED9B6 with #D9CEB6 are triadic colors.