COLOR #D6CDB1

HEX: #D6CDB1
RGB: (214,205,177)

Color info

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

RGB color model

#D6CDB1 color RGB value is (214,205,177).

  • red value is 214;
  • green value is 205;
  • blue value is 177.
RGB:
(214,205,177)
(84%,80%,69%)

RGB channels and saturation

R 214 of 255 = 84%
G 205 of 255 = 80%
B 177 of 255 = 69%

214
205
177

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

Portions of RGB colors in percentages

R + G + B =
214 + 205 + 177 = 596 (100%)
R 214 of 596 ~ 35.91%
G 205 of 596 ~ 34.4%
B 177 of 596 ~ 29.7%

%35.91
%34.4
%29.7

CMYK color model

#D6CDB1 color CMYK value is (0,4,17,16).

  • cyan value is 0.00%
  • magenta value is 4.21%
  • yellow value is 17.29%
  • key color value is 16.08%
CMYK:
(0,4,17,16)
C0M4Y17K16 
(0%,4%,17%,16%)
(0.00/0.04/0.17/0.16)	

CMYK percentages

%0
%4.21
%17.29
%16.08

Codes

Color #D6CDB1 in popluar color models

D6CDB1
RGB214205177
HSL45°31.09%76.67%
HSB/HSV45°17.29%83.92%
CMYK0.00%4.21%17.29%
16.08%

Color #D6CDB1 in popluar number systems.

HEXD6CDB1
Decimal214205177
Binary110101101100110110110001
Octal326315261

Shades and tints

Shades of #D6CDB1

#D6CDB1
(214,205,177)
#C3BBA1
(195,187,161)
#B0A991
(176,169,145)
#9D9781
(157,151,129)
#8A8571
(138,133,113)
#777361
(119,115,97)
#646151
(100,97,81)
#514F41
(81,79,65)
#3E3D31
(62,61,49)
#2B2B21
(43,43,33)
#181911
(24,25,17)
#000000
(0,0,0)

Tints of #D6CDB1

#D6CDB1
(214,205,177)
#D9D1B8
(217,209,184)
#DCD5BF
(220,213,191)
#DFD9C6
(223,217,198)
#E2DDCD
(226,221,205)
#E5E1D4
(229,225,212)
#E8E5DB
(232,229,219)
#EBE9E2
(235,233,226)
#EEEDE9
(238,237,233)
#F1F1F0
(241,241,240)
#F4F5F7
(244,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6CDB1 color. Also use rgb(214,205,177) instead hex code.

Text Font Color

.myTextColor { color: #D6CDB1; }

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

This text font color is #D6CDB1.


Background Color

.myBgColor { background-color: #D6CDB1; }

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

This div background color is #D6CDB1.


Border color

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

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

This div border color is #D6CDB1.


Opacity

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

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

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

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

This text has shadow with #D6CDB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6CDB1 on black background.


Color preview on white background

This text has color #D6CDB1 on white background.



Black color preview on #D6CDB1 background

This text has black color on #D6CDB1 background.


White color preview on #D6CDB1 background

This text has white color on #D6CDB1 background.