COLOR #D7C4B5

HEX: #D7C4B5
RGB: (215,196,181)

Color info

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

RGB color model

#D7C4B5 color RGB value is (215,196,181).

  • red value is 215;
  • green value is 196;
  • blue value is 181.
RGB:
(215,196,181)
(84%,77%,71%)

RGB channels and saturation

R 215 of 255 = 84%
G 196 of 255 = 77%
B 181 of 255 = 71%

215
196
181

R + G + B ~ 77%. #D7C4B5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
215 + 196 + 181 = 592 (100%)
R 215 of 592 ~ 36.32%
G 196 of 592 ~ 33.11%
B 181 of 592 ~ 30.57%

%36.32
%33.11
%30.57

CMYK color model

#D7C4B5 color CMYK value is (0,9,16,16).

  • cyan value is 0.00%
  • magenta value is 8.84%
  • yellow value is 15.81%
  • key color value is 15.69%
CMYK:
(0,9,16,16)
C0M9Y16K16 
(0%,9%,16%,16%)
(0.00/0.09/0.16/0.16)	

CMYK percentages

%0
%8.84
%15.81
%15.69

Codes

Color #D7C4B5 in popluar color models

D7C4B5
RGB215196181
HSL26°29.82%77.65%
HSB/HSV26°15.81%84.31%
CMYK0.00%8.84%15.81%
15.69%

Color #D7C4B5 in popluar number systems.

HEXD7C4B5
Decimal215196181
Binary110101111100010010110101
Octal327304265

Shades and tints

Shades of #D7C4B5

#D7C4B5
(215,196,181)
#C4B3A5
(196,179,165)
#B1A295
(177,162,149)
#9E9185
(158,145,133)
#8B8075
(139,128,117)
#786F65
(120,111,101)
#655E55
(101,94,85)
#524D45
(82,77,69)
#3F3C35
(63,60,53)
#2C2B25
(44,43,37)
#191A15
(25,26,21)
#000000
(0,0,0)

Tints of #D7C4B5

#D7C4B5
(215,196,181)
#DAC9BB
(218,201,187)
#DDCEC1
(221,206,193)
#E0D3C7
(224,211,199)
#E3D8CD
(227,216,205)
#E6DDD3
(230,221,211)
#E9E2D9
(233,226,217)
#ECE7DF
(236,231,223)
#EFECE5
(239,236,229)
#F2F1EB
(242,241,235)
#F5F6F1
(245,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7C4B5 color. Also use rgb(215,196,181) instead hex code.

Text Font Color

.myTextColor { color: #D7C4B5; }

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

This text font color is #D7C4B5.


Background Color

.myBgColor { background-color: #D7C4B5; }

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

This div background color is #D7C4B5.


Border color

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

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

This div border color is #D7C4B5.


Opacity

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

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

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

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

This text has shadow with #D7C4B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7C4B5 on black background.


Color preview on white background

This text has color #D7C4B5 on white background.



Black color preview on #D7C4B5 background

This text has black color on #D7C4B5 background.


White color preview on #D7C4B5 background

This text has white color on #D7C4B5 background.