COLOR #D3C7B7

HEX: #D3C7B7 RGB: (211,199,183)

Color info

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

RGB color model

#D3C7B7 color RGB value is (211,199,183).

RGB: (211,199,183) (83%, 78%, 72%)

RGB channels and saturation

R 211 of 255 = 83%
G 199 of 255 = 78%
B 183 of 255 = 72%

211
199
183

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

Portions of RGB colors in percentages

R + G + B = 211 + 199 + 183 = 593 (100%)
R 211 of 593 ~ 35.58%
G 199 of 593 ~ 33.56%
B 183 of 593 ~ 30.86'%

%35.58
%33.56
%30.86

CMYK color model

#D3C7B7 color CMYK value is (0,6,13,17).

  • cyan value is 0.00%
  • magenta value is 5.69%
  • yellow value is 13.27%
  • key color value is 17.25%

CMYK: (0,6,13,17)
C0M6Y13K17 (0%, 6%, 13%, 17%)
(0.00 / 0.06 / 0.13 / 0.17)

CMYK percentages

%0
%5.69
%13.27
%17.25

Codes

Color #D3C7B7 in popluar color models

D3 C7 B7
RGB 211 199 183
HSL 34° 24.14% 77.25%
HSB/HSV 34° 13.27% 82.75%
CMYK 0.00% 5.69% 13.27%
17.25%

Color #D3C7B7 in popluar number systems.

HEX D3 C7 B7
Decimal 211 199 183
Binary 11010011 11000111 10110111
Octal 323 307 267

Shades and tints

Shades of #D3C7B7

#D3C7B7
(211,199,183)
#C0B5A7
(192,181,167)
#ADA397
(173,163,151)
#9A9187
(154,145,135)
#877F77
(135,127,119)
#746D67
(116,109,103)
#615B57
(97,91,87)
#4E4947
(78,73,71)
#3B3737
(59,55,55)
#282527
(40,37,39)
#151317
(21,19,23)
#000000
(0,0,0)

Tints of #D3C7B7

#D3C7B7
(211,199,183)
#D7CCBD
(215,204,189)
#DBD1C3
(219,209,195)
#DFD6C9
(223,214,201)
#E3DBCF
(227,219,207)
#E7E0D5
(231,224,213)
#EBE5DB
(235,229,219)
#EFEAE1
(239,234,225)
#F3EFE7
(243,239,231)
#F7F4ED
(247,244,237)
#FBF9F3
(251,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D3C7B7 color. Also use rgb(211,199,183) instead hex code.

Text Font Color

.myTextColor { color: #D3C7B7; }

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

This text font color is #D3C7B7.

Background Color

.myBgColor { background-color: #D3C7B7; }

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

This div background color is #D3C7B7.

Border color

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

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

This div border color is #D3C7B7.

Opacity

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

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

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

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

This text has shadow with #D3C7B7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D3C7B7.

Preview

Color preview on black background

This text has color #D3C7B7 on black background.


Color preview on white background

This text has color #D3C7B7 on white background.


Black color preview on #D3C7B7 background

This text has black color on #D3C7B7 background.


White color preview on #D3C7B7 background

This text has white color on #D3C7B7 background.


Related colors

Complementary color

Complementary color for #hex is #2C3848.


I love getcolorcode.com

Triadic colors

1 #B7D3C7 and #C7B7D3 with #D3C7B7 are triadic colors.

2 #B7C7D3 and #C7D3B7 with #D3C7B7 are triadic colors.