COLOR #D7C1BB

HEX: #D7C1BB
RGB: (215,193,187)

Color info

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

RGB color model

#D7C1BB color RGB value is (215,193,187).

  • red value is 215;
  • green value is 193;
  • blue value is 187.
RGB:
(215,193,187)
(84%,76%,73%)

RGB channels and saturation

R 215 of 255 = 84%
G 193 of 255 = 76%
B 187 of 255 = 73%

215
193
187

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

Portions of RGB colors in percentages

R + G + B =
215 + 193 + 187 = 595 (100%)
R 215 of 595 ~ 36.13%
G 193 of 595 ~ 32.44%
B 187 of 595 ~ 31.43%

%36.13
%32.44
%31.43

CMYK color model

#D7C1BB color CMYK value is (0,10,13,16).

  • cyan value is 0.00%
  • magenta value is 10.23%
  • yellow value is 13.02%
  • key color value is 15.69%
CMYK:
(0,10,13,16)
C0M10Y13K16 
(0%,10%,13%,16%)
(0.00/0.10/0.13/0.16)	

CMYK percentages

%0
%10.23
%13.02
%15.69

Codes

Color #D7C1BB in popluar color models

D7C1BB
RGB215193187
HSL13°25.93%78.82%
HSB/HSV13°13.02%84.31%
CMYK0.00%10.23%13.02%
15.69%

Color #D7C1BB in popluar number systems.

HEXD7C1BB
Decimal215193187
Binary110101111100000110111011
Octal327301273

Shades and tints

Shades of #D7C1BB

#D7C1BB
(215,193,187)
#C4B0AA
(196,176,170)
#B19F99
(177,159,153)
#9E8E88
(158,142,136)
#8B7D77
(139,125,119)
#786C66
(120,108,102)
#655B55
(101,91,85)
#524A44
(82,74,68)
#3F3933
(63,57,51)
#2C2822
(44,40,34)
#191711
(25,23,17)
#000000
(0,0,0)

Tints of #D7C1BB

#D7C1BB
(215,193,187)
#DAC6C1
(218,198,193)
#DDCBC7
(221,203,199)
#E0D0CD
(224,208,205)
#E3D5D3
(227,213,211)
#E6DAD9
(230,218,217)
#E9DFDF
(233,223,223)
#ECE4E5
(236,228,229)
#EFE9EB
(239,233,235)
#F2EEF1
(242,238,241)
#F5F3F7
(245,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7C1BB color. Also use rgb(215,193,187) instead hex code.

Text Font Color

.myTextColor { color: #D7C1BB; }

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

This text font color is #D7C1BB.


Background Color

.myBgColor { background-color: #D7C1BB; }

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

This div background color is #D7C1BB.


Border color

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

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

This div border color is #D7C1BB.


Opacity

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

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

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

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

This text has shadow with #D7C1BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7C1BB on black background.


Color preview on white background

This text has color #D7C1BB on white background.



Black color preview on #D7C1BB background

This text has black color on #D7C1BB background.


White color preview on #D7C1BB background

This text has white color on #D7C1BB background.