COLOR #D7CD9B

HEX: #D7CD9B RGB: (215,205,155)

Color info

#D7CD9B contains mainly red and green colors. Web safe color of #D7CD9B is #CCCC99 (or #CC9).

RGB color model

#D7CD9B color RGB value is (215,205,155).

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

RGB channels and saturation

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

215
205
155

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

Portions of RGB colors in percentages

R + G + B = 215 + 205 + 155 = 575 (100%)
R 215 of 575 ~ 37.39%
G 205 of 575 ~ 35.65%
B 155 of 575 ~ 26.96'%

%37.39
%35.65
%26.96

CMYK color model

#D7CD9B color CMYK value is (0,5,28,16).

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

CMYK: (0,5,28,16)
C0M5Y28K16 (0%, 5%, 28%, 16%)
(0.00 / 0.05 / 0.28 / 0.16)

CMYK percentages

%0
%4.65
%27.91
%15.69

Codes

Color #D7CD9B in popluar color models

D7 CD 9B
RGB 215 205 155
HSL 50° 42.86% 72.55%
HSB/HSV 50° 27.91% 84.31%
CMYK 0.00% 4.65% 27.91%
15.69%

Color #D7CD9B in popluar number systems.

HEX D7 CD 9B
Decimal 215 205 155
Binary 11010111 11001101 10011011
Octal 327 315 233

Shades and tints

Shades of #D7CD9B

#D7CD9B
(215,205,155)
#C4BB8D
(196,187,141)
#B1A97F
(177,169,127)
#9E9771
(158,151,113)
#8B8563
(139,133,99)
#787355
(120,115,85)
#656147
(101,97,71)
#524F39
(82,79,57)
#3F3D2B
(63,61,43)
#2C2B1D
(44,43,29)
#19190F
(25,25,15)
#000000
(0,0,0)

Tints of #D7CD9B

#D7CD9B
(215,205,155)
#DAD1A4
(218,209,164)
#DDD5AD
(221,213,173)
#E0D9B6
(224,217,182)
#E3DDBF
(227,221,191)
#E6E1C8
(230,225,200)
#E9E5D1
(233,229,209)
#ECE9DA
(236,233,218)
#EFEDE3
(239,237,227)
#F2F1EC
(242,241,236)
#F5F5F5
(245,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7CD9B; }

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

This text font color is #D7CD9B.

Background Color

.myBgColor { background-color: #D7CD9B; }

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

This div background color is #D7CD9B.

Border color

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

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

This div border color is #D7CD9B.

Opacity

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

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

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

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

This text has shadow with #D7CD9B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D7CD9B.

Preview

Color preview on black background

This text has color #D7CD9B on black background.


Color preview on white background

This text has color #D7CD9B on white background.


Black color preview on #D7CD9B background

This text has black color on #D7CD9B background.


White color preview on #D7CD9B background

This text has white color on #D7CD9B background.


Related colors

Complementary color

Complementary color for #hex is #283264.


I love getcolorcode.com

Triadic colors

1 #9BD7CD and #CD9BD7 with #D7CD9B are triadic colors.

2 #9BCDD7 and #CDD79B with #D7CD9B are triadic colors.