COLOR #D08D93

HEX: #D08D93 RGB: (208,141,147)

Color info

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

RGB color model

#D08D93 color RGB value is (208,141,147).

RGB: (208,141,147) (82%, 55%, 58%)

RGB channels and saturation

R 208 of 255 = 82%
G 141 of 255 = 55%
B 147 of 255 = 58%

208
141
147

R + G + B ~ 65%. #D08D93 is quite light color.

Portions of RGB colors in percentages

R + G + B = 208 + 141 + 147 = 496 (100%)
R 208 of 496 ~ 41.94%
G 141 of 496 ~ 28.43%
B 147 of 496 ~ 29.64'%

%41.94
%28.43
%29.64

CMYK color model

#D08D93 color CMYK value is (0,32,29,18).

  • cyan value is 0.00%
  • magenta value is 32.21%
  • yellow value is 29.33%
  • key color value is 18.43%

CMYK: (0,32,29,18)
C0M32Y29K18 (0%, 32%, 29%, 18%)
(0.00 / 0.32 / 0.29 / 0.18)

CMYK percentages

%0
%32.21
%29.33
%18.43

Codes

Color #D08D93 in popluar color models

D0 8D 93
RGB 208 141 147
HSL 355° 41.61% 68.43%
HSB/HSV 355° 32.21% 81.57%
CMYK 0.00% 32.21% 29.33%
18.43%

Color #D08D93 in popluar number systems.

HEX D0 8D 93
Decimal 208 141 147
Binary 11010000 10001101 10010011
Octal 320 215 223

Shades and tints

Shades of #D08D93

#D08D93
(208,141,147)
#BE8186
(190,129,134)
#AC7579
(172,117,121)
#9A696C
(154,105,108)
#885D5F
(136,93,95)
#765152
(118,81,82)
#644545
(100,69,69)
#523938
(82,57,56)
#402D2B
(64,45,43)
#2E211E
(46,33,30)
#1C1511
(28,21,17)
#000000
(0,0,0)

Tints of #D08D93

#D08D93
(208,141,147)
#D4979C
(212,151,156)
#D8A1A5
(216,161,165)
#DCABAE
(220,171,174)
#E0B5B7
(224,181,183)
#E4BFC0
(228,191,192)
#E8C9C9
(232,201,201)
#ECD3D2
(236,211,210)
#F0DDDB
(240,221,219)
#F4E7E4
(244,231,228)
#F8F1ED
(248,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D08D93 color. Also use rgb(208,141,147) instead hex code.

Text Font Color

.myTextColor { color: #D08D93; }

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

This text font color is #D08D93.

Background Color

.myBgColor { background-color: #D08D93; }

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

This div background color is #D08D93.

Border color

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

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

This div border color is #D08D93.

Opacity

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

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

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

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

This text has shadow with #D08D93 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D08D93.

Preview

Color preview on black background

This text has color #D08D93 on black background.


Color preview on white background

This text has color #D08D93 on white background.


Black color preview on #D08D93 background

This text has black color on #D08D93 background.


White color preview on #D08D93 background

This text has white color on #D08D93 background.


Related colors

Complementary color

Complementary color for #hex is #2F726C.


I love getcolorcode.com

Triadic colors

1 #93D08D and #8D93D0 with #D08D93 are triadic colors.

2 #938DD0 and #8DD093 with #D08D93 are triadic colors.