COLOR #D88B78

HEX: #D88B78
RGB: (216,139,120)

Color info

#D88B78 contains mainly red color. Web safe color of #D88B78 is #CC9966 (or #C96).

RGB color model

#D88B78 color RGB value is (216,139,120).

  • red value is 216;
  • green value is 139;
  • blue value is 120.
RGB:
(216,139,120)
(85%,55%,47%)

RGB channels and saturation

R 216 of 255 = 85%
G 139 of 255 = 55%
B 120 of 255 = 47%

216
139
120

R + G + B ~ 62%. #D88B78 is quite light color.

Portions of RGB colors in percentages

R + G + B =
216 + 139 + 120 = 475 (100%)
R 216 of 475 ~ 45.47%
G 139 of 475 ~ 29.26%
B 120 of 475 ~ 25.26%

%45.47
%29.26
%25.26

CMYK color model

#D88B78 color CMYK value is (0,36,44,15).

  • cyan value is 0.00%
  • magenta value is 35.65%
  • yellow value is 44.44%
  • key color value is 15.29%
CMYK:
(0,36,44,15)
C0M36Y44K15 
(0%,36%,44%,15%)
(0.00/0.36/0.44/0.15)	

CMYK percentages

%0
%35.65
%44.44
%15.29

Codes

Color #D88B78 in popluar color models

D88B78
RGB216139120
HSL12°55.17%65.88%
HSB/HSV12°44.44%84.71%
CMYK0.00%35.65%44.44%
15.29%

Color #D88B78 in popluar number systems.

HEXD88B78
Decimal216139120
Binary11011000100010111111000
Octal330213170

Shades and tints

Shades of #D88B78

#D88B78
(216,139,120)
#C57F6E
(197,127,110)
#B27364
(178,115,100)
#9F675A
(159,103,90)
#8C5B50
(140,91,80)
#794F46
(121,79,70)
#66433C
(102,67,60)
#533732
(83,55,50)
#402B28
(64,43,40)
#2D1F1E
(45,31,30)
#1A1314
(26,19,20)
#000000
(0,0,0)

Tints of #D88B78

#D88B78
(216,139,120)
#DB9584
(219,149,132)
#DE9F90
(222,159,144)
#E1A99C
(225,169,156)
#E4B3A8
(228,179,168)
#E7BDB4
(231,189,180)
#EAC7C0
(234,199,192)
#EDD1CC
(237,209,204)
#F0DBD8
(240,219,216)
#F3E5E4
(243,229,228)
#F6EFF0
(246,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D88B78 color. Also use rgb(216,139,120) instead hex code.

Text Font Color

.myTextColor { color: #D88B78; }

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

This text font color is #D88B78.


Background Color

.myBgColor { background-color: #D88B78; }

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

This div background color is #D88B78.


Border color

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

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

This div border color is #D88B78.


Opacity

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

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

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

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

This text has shadow with #D88B78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D88B78 on black background.


Color preview on white background

This text has color #D88B78 on white background.



Black color preview on #D88B78 background

This text has black color on #D88B78 background.


White color preview on #D88B78 background

This text has white color on #D88B78 background.