COLOR #D7C4BE

HEX: #D7C4BE
RGB: (215,196,190)

Color info

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

RGB color model

#D7C4BE color RGB value is (215,196,190).

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

RGB channels and saturation

R 215 of 255 = 84%
G 196 of 255 = 77%
B 190 of 255 = 75%

215
196
190

R + G + B ~ 79%. #D7C4BE is quite light color.

Portions of RGB colors in percentages

R + G + B =
215 + 196 + 190 = 601 (100%)
R 215 of 601 ~ 35.77%
G 196 of 601 ~ 32.61%
B 190 of 601 ~ 31.61%

%35.77
%32.61
%31.61

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 8.84%
  • yellow value is 11.63%
  • key color value is 15.69%
CMYK:
(0,9,12,16)
C0M9Y12K16 
(0%,9%,12%,16%)
(0.00/0.09/0.12/0.16)	

CMYK percentages

%0
%8.84
%11.63
%15.69

Codes

Color #D7C4BE in popluar color models

D7C4BE
RGB215196190
HSL14°23.81%79.41%
HSB/HSV14°11.63%84.31%
CMYK0.00%8.84%11.63%
15.69%

Color #D7C4BE in popluar number systems.

HEXD7C4BE
Decimal215196190
Binary110101111100010010111110
Octal327304276

Shades and tints

Shades of #D7C4BE

#D7C4BE
(215,196,190)
#C4B3AD
(196,179,173)
#B1A29C
(177,162,156)
#9E918B
(158,145,139)
#8B807A
(139,128,122)
#786F69
(120,111,105)
#655E58
(101,94,88)
#524D47
(82,77,71)
#3F3C36
(63,60,54)
#2C2B25
(44,43,37)
#191A14
(25,26,20)
#000000
(0,0,0)

Tints of #D7C4BE

#D7C4BE
(215,196,190)
#DAC9C3
(218,201,195)
#DDCEC8
(221,206,200)
#E0D3CD
(224,211,205)
#E3D8D2
(227,216,210)
#E6DDD7
(230,221,215)
#E9E2DC
(233,226,220)
#ECE7E1
(236,231,225)
#EFECE6
(239,236,230)
#F2F1EB
(242,241,235)
#F5F6F0
(245,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7C4BE; }

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

This text font color is #D7C4BE.


Background Color

.myBgColor { background-color: #D7C4BE; }

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

This div background color is #D7C4BE.


Border color

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

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

This div border color is #D7C4BE.


Opacity

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

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

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

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

This text has shadow with #D7C4BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7C4BE on black background.


Color preview on white background

This text has color #D7C4BE on white background.



Black color preview on #D7C4BE background

This text has black color on #D7C4BE background.


White color preview on #D7C4BE background

This text has white color on #D7C4BE background.