COLOR #D7B295

HEX: #D7B295
RGB: (215,178,149)

Color info

#D7B295 contains mainly red and green colors. Web safe color of #D7B295 is #CC9999 (or #C99).

RGB color model

#D7B295 color RGB value is (215,178,149).

  • red value is 215;
  • green value is 178;
  • blue value is 149.
RGB:
(215,178,149)
(84%,70%,58%)

RGB channels and saturation

R 215 of 255 = 84%
G 178 of 255 = 70%
B 149 of 255 = 58%

215
178
149

R + G + B ~ 71%. #D7B295 is quite light color.

Portions of RGB colors in percentages

R + G + B =
215 + 178 + 149 = 542 (100%)
R 215 of 542 ~ 39.67%
G 178 of 542 ~ 32.84%
B 149 of 542 ~ 27.49%

%39.67
%32.84
%27.49

CMYK color model

#D7B295 color CMYK value is (0,17,31,16).

  • cyan value is 0.00%
  • magenta value is 17.21%
  • yellow value is 30.70%
  • key color value is 15.69%
CMYK:
(0,17,31,16)
C0M17Y31K16 
(0%,17%,31%,16%)
(0.00/0.17/0.31/0.16)	

CMYK percentages

%0
%17.21
%30.7
%15.69

Codes

Color #D7B295 in popluar color models

D7B295
RGB215178149
HSL26°45.21%71.37%
HSB/HSV26°30.70%84.31%
CMYK0.00%17.21%30.70%
15.69%

Color #D7B295 in popluar number systems.

HEXD7B295
Decimal215178149
Binary110101111011001010010101
Octal327262225

Shades and tints

Shades of #D7B295

#D7B295
(215,178,149)
#C4A288
(196,162,136)
#B1927B
(177,146,123)
#9E826E
(158,130,110)
#8B7261
(139,114,97)
#786254
(120,98,84)
#655247
(101,82,71)
#52423A
(82,66,58)
#3F322D
(63,50,45)
#2C2220
(44,34,32)
#191213
(25,18,19)
#000000
(0,0,0)

Tints of #D7B295

#D7B295
(215,178,149)
#DAB99E
(218,185,158)
#DDC0A7
(221,192,167)
#E0C7B0
(224,199,176)
#E3CEB9
(227,206,185)
#E6D5C2
(230,213,194)
#E9DCCB
(233,220,203)
#ECE3D4
(236,227,212)
#EFEADD
(239,234,221)
#F2F1E6
(242,241,230)
#F5F8EF
(245,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7B295 color. Also use rgb(215,178,149) instead hex code.

Text Font Color

.myTextColor { color: #D7B295; }

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

This text font color is #D7B295.


Background Color

.myBgColor { background-color: #D7B295; }

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

This div background color is #D7B295.


Border color

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

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

This div border color is #D7B295.


Opacity

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

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

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

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

This text has shadow with #D7B295 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7B295 on black background.


Color preview on white background

This text has color #D7B295 on white background.



Black color preview on #D7B295 background

This text has black color on #D7B295 background.


White color preview on #D7B295 background

This text has white color on #D7B295 background.