COLOR #D7BB98

HEX: #D7BB98
RGB: (215,187,152)

Color info

#D7BB98 contains mainly red and green colors. Web safe color of #D7BB98 is #CCCC99 (or #CC9).

RGB color model

#D7BB98 color RGB value is (215,187,152).

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

RGB channels and saturation

R 215 of 255 = 84%
G 187 of 255 = 73%
B 152 of 255 = 60%

215
187
152

R + G + B ~ 72%. #D7BB98 is quite light color.

Portions of RGB colors in percentages

R + G + B =
215 + 187 + 152 = 554 (100%)
R 215 of 554 ~ 38.81%
G 187 of 554 ~ 33.75%
B 152 of 554 ~ 27.44%

%38.81
%33.75
%27.44

CMYK color model

#D7BB98 color CMYK value is (0,13,29,16).

  • cyan value is 0.00%
  • magenta value is 13.02%
  • yellow value is 29.30%
  • key color value is 15.69%
CMYK:
(0,13,29,16)
C0M13Y29K16 
(0%,13%,29%,16%)
(0.00/0.13/0.29/0.16)	

CMYK percentages

%0
%13.02
%29.3
%15.69

Codes

Color #D7BB98 in popluar color models

D7BB98
RGB215187152
HSL33°44.06%71.96%
HSB/HSV33°29.30%84.31%
CMYK0.00%13.02%29.30%
15.69%

Color #D7BB98 in popluar number systems.

HEXD7BB98
Decimal215187152
Binary110101111011101110011000
Octal327273230

Shades and tints

Shades of #D7BB98

#D7BB98
(215,187,152)
#C4AA8B
(196,170,139)
#B1997E
(177,153,126)
#9E8871
(158,136,113)
#8B7764
(139,119,100)
#786657
(120,102,87)
#65554A
(101,85,74)
#52443D
(82,68,61)
#3F3330
(63,51,48)
#2C2223
(44,34,35)
#191116
(25,17,22)
#000000
(0,0,0)

Tints of #D7BB98

#D7BB98
(215,187,152)
#DAC1A1
(218,193,161)
#DDC7AA
(221,199,170)
#E0CDB3
(224,205,179)
#E3D3BC
(227,211,188)
#E6D9C5
(230,217,197)
#E9DFCE
(233,223,206)
#ECE5D7
(236,229,215)
#EFEBE0
(239,235,224)
#F2F1E9
(242,241,233)
#F5F7F2
(245,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7BB98; }

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

This text font color is #D7BB98.


Background Color

.myBgColor { background-color: #D7BB98; }

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

This div background color is #D7BB98.


Border color

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

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

This div border color is #D7BB98.


Opacity

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

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

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

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

This text has shadow with #D7BB98 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7BB98 on black background.


Color preview on white background

This text has color #D7BB98 on white background.



Black color preview on #D7BB98 background

This text has black color on #D7BB98 background.


White color preview on #D7BB98 background

This text has white color on #D7BB98 background.