COLOR #D08F88

HEX: #D08F88 RGB: (208,143,136)

Color info

#D08F88 contains mainly red color. Web safe color of #D08F88 is #CC9999 (or #C99).

RGB color model

#D08F88 color RGB value is (208,143,136).

RGB: (208,143,136) (82%, 56%, 53%)

RGB channels and saturation

R 208 of 255 = 82%
G 143 of 255 = 56%
B 136 of 255 = 53%

208
143
136

R + G + B ~ 64%. #D08F88 is quite light color.

Portions of RGB colors in percentages

R + G + B = 208 + 143 + 136 = 487 (100%)
R 208 of 487 ~ 42.71%
G 143 of 487 ~ 29.36%
B 136 of 487 ~ 27.93'%

%42.71
%29.36
%27.93

CMYK color model

#D08F88 color CMYK value is (0,31,35,18).

  • cyan value is 0.00%
  • magenta value is 31.25%
  • yellow value is 34.62%
  • key color value is 18.43%

CMYK: (0,31,35,18)
C0M31Y35K18 (0%, 31%, 35%, 18%)
(0.00 / 0.31 / 0.35 / 0.18)

CMYK percentages

%0
%31.25
%34.62
%18.43

Codes

Color #D08F88 in popluar color models

D0 8F 88
RGB 208 143 136
HSL 43.37% 67.45%
HSB/HSV 34.62% 81.57%
CMYK 0.00% 31.25% 34.62%
18.43%

Color #D08F88 in popluar number systems.

HEX D0 8F 88
Decimal 208 143 136
Binary 11010000 10001111 10001000
Octal 320 217 210

Shades and tints

Shades of #D08F88

#D08F88
(208,143,136)
#BE827C
(190,130,124)
#AC7570
(172,117,112)
#9A6864
(154,104,100)
#885B58
(136,91,88)
#764E4C
(118,78,76)
#644140
(100,65,64)
#523434
(82,52,52)
#402728
(64,39,40)
#2E1A1C
(46,26,28)
#1C0D10
(28,13,16)
#000000
(0,0,0)

Tints of #D08F88

#D08F88
(208,143,136)
#D49992
(212,153,146)
#D8A39C
(216,163,156)
#DCADA6
(220,173,166)
#E0B7B0
(224,183,176)
#E4C1BA
(228,193,186)
#E8CBC4
(232,203,196)
#ECD5CE
(236,213,206)
#F0DFD8
(240,223,216)
#F4E9E2
(244,233,226)
#F8F3EC
(248,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D08F88 color. Also use rgb(208,143,136) instead hex code.

Text Font Color

.myTextColor { color: #D08F88; }

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

This text font color is #D08F88.

Background Color

.myBgColor { background-color: #D08F88; }

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

This div background color is #D08F88.

Border color

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

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

This div border color is #D08F88.

Opacity

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

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

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

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

This text has shadow with #D08F88 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D08F88.

Preview

Color preview on black background

This text has color #D08F88 on black background.


Color preview on white background

This text has color #D08F88 on white background.


Black color preview on #D08F88 background

This text has black color on #D08F88 background.


White color preview on #D08F88 background

This text has white color on #D08F88 background.


Related colors

Complementary color

Complementary color for #hex is #2F7077.


I love getcolorcode.com

Triadic colors

1 #88D08F and #8F88D0 with #D08F88 are triadic colors.

2 #888FD0 and #8FD088 with #D08F88 are triadic colors.