COLOR #D88F76

HEX: #D88F76
RGB: (216,143,118)

Color info

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

RGB color model

#D88F76 color RGB value is (216,143,118).

  • red value is 216;
  • green value is 143;
  • blue value is 118.
RGB:
(216,143,118)
(85%,56%,46%)

RGB channels and saturation

R 216 of 255 = 85%
G 143 of 255 = 56%
B 118 of 255 = 46%

216
143
118

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

Portions of RGB colors in percentages

R + G + B =
216 + 143 + 118 = 477 (100%)
R 216 of 477 ~ 45.28%
G 143 of 477 ~ 29.98%
B 118 of 477 ~ 24.74%

%45.28
%29.98
%24.74

CMYK color model

#D88F76 color CMYK value is (0,34,45,15).

  • cyan value is 0.00%
  • magenta value is 33.80%
  • yellow value is 45.37%
  • key color value is 15.29%
CMYK:
(0,34,45,15)
C0M34Y45K15 
(0%,34%,45%,15%)
(0.00/0.34/0.45/0.15)	

CMYK percentages

%0
%33.8
%45.37
%15.29

Codes

Color #D88F76 in popluar color models

D88F76
RGB216143118
HSL15°55.68%65.49%
HSB/HSV15°45.37%84.71%
CMYK0.00%33.80%45.37%
15.29%

Color #D88F76 in popluar number systems.

HEXD88F76
Decimal216143118
Binary11011000100011111110110
Octal330217166

Shades and tints

Shades of #D88F76

#D88F76
(216,143,118)
#C5826C
(197,130,108)
#B27562
(178,117,98)
#9F6858
(159,104,88)
#8C5B4E
(140,91,78)
#794E44
(121,78,68)
#66413A
(102,65,58)
#533430
(83,52,48)
#402726
(64,39,38)
#2D1A1C
(45,26,28)
#1A0D12
(26,13,18)
#000000
(0,0,0)

Tints of #D88F76

#D88F76
(216,143,118)
#DB9982
(219,153,130)
#DEA38E
(222,163,142)
#E1AD9A
(225,173,154)
#E4B7A6
(228,183,166)
#E7C1B2
(231,193,178)
#EACBBE
(234,203,190)
#EDD5CA
(237,213,202)
#F0DFD6
(240,223,214)
#F3E9E2
(243,233,226)
#F6F3EE
(246,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D88F76 color. Also use rgb(216,143,118) instead hex code.

Text Font Color

.myTextColor { color: #D88F76; }

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

This text font color is #D88F76.


Background Color

.myBgColor { background-color: #D88F76; }

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

This div background color is #D88F76.


Border color

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

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

This div border color is #D88F76.


Opacity

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

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

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

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

This text has shadow with #D88F76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D88F76 on black background.


Color preview on white background

This text has color #D88F76 on white background.



Black color preview on #D88F76 background

This text has black color on #D88F76 background.


White color preview on #D88F76 background

This text has white color on #D88F76 background.