COLOR #D7CD9C

HEX: #D7CD9C RGB: (215,205,156)

Color info

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

RGB color model

#D7CD9C color RGB value is (215,205,156).

RGB: (215,205,156) (84%, 80%, 61%)

RGB channels and saturation

R 215 of 255 = 84%
G 205 of 255 = 80%
B 156 of 255 = 61%

215
205
156

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

Portions of RGB colors in percentages

R + G + B = 215 + 205 + 156 = 576 (100%)
R 215 of 576 ~ 37.33%
G 205 of 576 ~ 35.59%
B 156 of 576 ~ 27.08'%

%37.33
%35.59
%27.08

CMYK color model

#D7CD9C color CMYK value is (0,5,27,16).

  • cyan value is 0.00%
  • magenta value is 4.65%
  • yellow value is 27.44%
  • key color value is 15.69%

CMYK: (0,5,27,16)
C0M5Y27K16 (0%, 5%, 27%, 16%)
(0.00 / 0.05 / 0.27 / 0.16)

CMYK percentages

%0
%4.65
%27.44
%15.69

Codes

Color #D7CD9C in popluar color models

D7 CD 9C
RGB 215 205 156
HSL 50° 42.45% 72.75%
HSB/HSV 50° 27.44% 84.31%
CMYK 0.00% 4.65% 27.44%
15.69%

Color #D7CD9C in popluar number systems.

HEX D7 CD 9C
Decimal 215 205 156
Binary 11010111 11001101 10011100
Octal 327 315 234

Shades and tints

Shades of #D7CD9C

#D7CD9C
(215,205,156)
#C4BB8E
(196,187,142)
#B1A980
(177,169,128)
#9E9772
(158,151,114)
#8B8564
(139,133,100)
#787356
(120,115,86)
#656148
(101,97,72)
#524F3A
(82,79,58)
#3F3D2C
(63,61,44)
#2C2B1E
(44,43,30)
#191910
(25,25,16)
#000000
(0,0,0)

Tints of #D7CD9C

#D7CD9C
(215,205,156)
#DAD1A5
(218,209,165)
#DDD5AE
(221,213,174)
#E0D9B7
(224,217,183)
#E3DDC0
(227,221,192)
#E6E1C9
(230,225,201)
#E9E5D2
(233,229,210)
#ECE9DB
(236,233,219)
#EFEDE4
(239,237,228)
#F2F1ED
(242,241,237)
#F5F5F6
(245,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7CD9C color. Also use rgb(215,205,156) instead hex code.

Text Font Color

.myTextColor { color: #D7CD9C; }

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

This text font color is #D7CD9C.

Background Color

.myBgColor { background-color: #D7CD9C; }

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

This div background color is #D7CD9C.

Border color

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

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

This div border color is #D7CD9C.

Opacity

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

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

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

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

This text has shadow with #D7CD9C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D7CD9C.

Preview

Color preview on black background

This text has color #D7CD9C on black background.


Color preview on white background

This text has color #D7CD9C on white background.


Black color preview on #D7CD9C background

This text has black color on #D7CD9C background.


White color preview on #D7CD9C background

This text has white color on #D7CD9C background.


Related colors

Complementary color

Complementary color for #hex is #283263.


I love getcolorcode.com

Triadic colors

1 #9CD7CD and #CD9CD7 with #D7CD9C are triadic colors.

2 #9CCDD7 and #CDD79C with #D7CD9C are triadic colors.