COLOR #D7CCB3

HEX: #D7CCB3
RGB: (215,204,179)

Color info

#D7CCB3 contains red, green and blue colors in about the same proportion. Web safe color of #D7CCB3 is #CCCC99 (or #CC9).

RGB color model

#D7CCB3 color RGB value is (215,204,179).

  • red value is 215;
  • green value is 204;
  • blue value is 179.
RGB:
(215,204,179)
(84%,80%,70%)

RGB channels and saturation

R 215 of 255 = 84%
G 204 of 255 = 80%
B 179 of 255 = 70%

215
204
179

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

Portions of RGB colors in percentages

R + G + B =
215 + 204 + 179 = 598 (100%)
R 215 of 598 ~ 35.95%
G 204 of 598 ~ 34.11%
B 179 of 598 ~ 29.93%

%35.95
%34.11
%29.93

CMYK color model

#D7CCB3 color CMYK value is (0,5,17,16).

  • cyan value is 0.00%
  • magenta value is 5.12%
  • yellow value is 16.74%
  • key color value is 15.69%
CMYK:
(0,5,17,16)
C0M5Y17K16 
(0%,5%,17%,16%)
(0.00/0.05/0.17/0.16)	

CMYK percentages

%0
%5.12
%16.74
%15.69

Codes

Color #D7CCB3 in popluar color models

D7CCB3
RGB215204179
HSL42°31.03%77.25%
HSB/HSV42°16.74%84.31%
CMYK0.00%5.12%16.74%
15.69%

Color #D7CCB3 in popluar number systems.

HEXD7CCB3
Decimal215204179
Binary110101111100110010110011
Octal327314263

Shades and tints

Shades of #D7CCB3

#D7CCB3
(215,204,179)
#C4BAA3
(196,186,163)
#B1A893
(177,168,147)
#9E9683
(158,150,131)
#8B8473
(139,132,115)
#787263
(120,114,99)
#656053
(101,96,83)
#524E43
(82,78,67)
#3F3C33
(63,60,51)
#2C2A23
(44,42,35)
#191813
(25,24,19)
#000000
(0,0,0)

Tints of #D7CCB3

#D7CCB3
(215,204,179)
#DAD0B9
(218,208,185)
#DDD4BF
(221,212,191)
#E0D8C5
(224,216,197)
#E3DCCB
(227,220,203)
#E6E0D1
(230,224,209)
#E9E4D7
(233,228,215)
#ECE8DD
(236,232,221)
#EFECE3
(239,236,227)
#F2F0E9
(242,240,233)
#F5F4EF
(245,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7CCB3 color. Also use rgb(215,204,179) instead hex code.

Text Font Color

.myTextColor { color: #D7CCB3; }

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

This text font color is #D7CCB3.


Background Color

.myBgColor { background-color: #D7CCB3; }

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

This div background color is #D7CCB3.


Border color

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

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

This div border color is #D7CCB3.


Opacity

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

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

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

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

This text has shadow with #D7CCB3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7CCB3 on black background.


Color preview on white background

This text has color #D7CCB3 on white background.



Black color preview on #D7CCB3 background

This text has black color on #D7CCB3 background.


White color preview on #D7CCB3 background

This text has white color on #D7CCB3 background.