COLOR #D08B8A

HEX: #D08B8A
RGB: (208,139,138)

Color info

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

RGB color model

#D08B8A color RGB value is (208,139,138).

  • red value is 208;
  • green value is 139;
  • blue value is 138.
RGB:
(208,139,138)
(82%,55%,54%)

RGB channels and saturation

R 208 of 255 = 82%
G 139 of 255 = 55%
B 138 of 255 = 54%

208
139
138

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

Portions of RGB colors in percentages

R + G + B =
208 + 139 + 138 = 485 (100%)
R 208 of 485 ~ 42.89%
G 139 of 485 ~ 28.66%
B 138 of 485 ~ 28.45%

%42.89
%28.66
%28.45

CMYK color model

#D08B8A color CMYK value is (0,33,34,18).

  • cyan value is 0.00%
  • magenta value is 33.17%
  • yellow value is 33.65%
  • key color value is 18.43%
CMYK:
(0,33,34,18)
C0M33Y34K18 
(0%,33%,34%,18%)
(0.00/0.33/0.34/0.18)	

CMYK percentages

%0
%33.17
%33.65
%18.43

Codes

Color #D08B8A in popluar color models

D08B8A
RGB208139138
HSL42.68%67.84%
HSB/HSV33.65%81.57%
CMYK0.00%33.17%33.65%
18.43%

Color #D08B8A in popluar number systems.

HEXD08B8A
Decimal208139138
Binary110100001000101110001010
Octal320213212

Shades and tints

Shades of #D08B8A

#D08B8A
(208,139,138)
#BE7F7E
(190,127,126)
#AC7372
(172,115,114)
#9A6766
(154,103,102)
#885B5A
(136,91,90)
#764F4E
(118,79,78)
#644342
(100,67,66)
#523736
(82,55,54)
#402B2A
(64,43,42)
#2E1F1E
(46,31,30)
#1C1312
(28,19,18)
#000000
(0,0,0)

Tints of #D08B8A

#D08B8A
(208,139,138)
#D49594
(212,149,148)
#D89F9E
(216,159,158)
#DCA9A8
(220,169,168)
#E0B3B2
(224,179,178)
#E4BDBC
(228,189,188)
#E8C7C6
(232,199,198)
#ECD1D0
(236,209,208)
#F0DBDA
(240,219,218)
#F4E5E4
(244,229,228)
#F8EFEE
(248,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D08B8A color. Also use rgb(208,139,138) instead hex code.

Text Font Color

.myTextColor { color: #D08B8A; }

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

This text font color is #D08B8A.


Background Color

.myBgColor { background-color: #D08B8A; }

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

This div background color is #D08B8A.


Border color

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

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

This div border color is #D08B8A.


Opacity

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

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

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

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

This text has shadow with #D08B8A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D08B8A on black background.


Color preview on white background

This text has color #D08B8A on white background.



Black color preview on #D08B8A background

This text has black color on #D08B8A background.


White color preview on #D08B8A background

This text has white color on #D08B8A background.