COLOR #D0987B

HEX: #D0987B RGB: (208,152,123)

Color info

#D0987B contains mainly red and green colors. Web safe color of #D0987B is #CC9966 (or #C96).

RGB color model

#D0987B color RGB value is (208,152,123).

RGB: (208,152,123) (82%, 60%, 48%)

RGB channels and saturation

R 208 of 255 = 82%
G 152 of 255 = 60%
B 123 of 255 = 48%

208
152
123

R + G + B ~ 63%. #D0987B is quite light color.

Portions of RGB colors in percentages

R + G + B = 208 + 152 + 123 = 483 (100%)
R 208 of 483 ~ 43.06%
G 152 of 483 ~ 31.47%
B 123 of 483 ~ 25.47'%

%43.06
%31.47
%25.47

CMYK color model

#D0987B color CMYK value is (0,27,41,18).

  • cyan value is 0.00%
  • magenta value is 26.92%
  • yellow value is 40.87%
  • key color value is 18.43%

CMYK: (0,27,41,18)
C0M27Y41K18 (0%, 27%, 41%, 18%)
(0.00 / 0.27 / 0.41 / 0.18)

CMYK percentages

%0
%26.92
%40.87
%18.43

Codes

Color #D0987B in popluar color models

D0 98 7B
RGB 208 152 123
HSL 20° 47.49% 64.90%
HSB/HSV 20° 40.87% 81.57%
CMYK 0.00% 26.92% 40.87%
18.43%

Color #D0987B in popluar number systems.

HEX D0 98 7B
Decimal 208 152 123
Binary 11010000 10011000 1111011
Octal 320 230 173

Shades and tints

Shades of #D0987B

#D0987B
(208,152,123)
#BE8B70
(190,139,112)
#AC7E65
(172,126,101)
#9A715A
(154,113,90)
#88644F
(136,100,79)
#765744
(118,87,68)
#644A39
(100,74,57)
#523D2E
(82,61,46)
#403023
(64,48,35)
#2E2318
(46,35,24)
#1C160D
(28,22,13)
#000000
(0,0,0)

Tints of #D0987B

#D0987B
(208,152,123)
#D4A187
(212,161,135)
#D8AA93
(216,170,147)
#DCB39F
(220,179,159)
#E0BCAB
(224,188,171)
#E4C5B7
(228,197,183)
#E8CEC3
(232,206,195)
#ECD7CF
(236,215,207)
#F0E0DB
(240,224,219)
#F4E9E7
(244,233,231)
#F8F2F3
(248,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D0987B color. Also use rgb(208,152,123) instead hex code.

Text Font Color

.myTextColor { color: #D0987B; }

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

This text font color is #D0987B.

Background Color

.myBgColor { background-color: #D0987B; }

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

This div background color is #D0987B.

Border color

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

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

This div border color is #D0987B.

Opacity

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

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

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

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

This text has shadow with #D0987B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D0987B.

Preview

Color preview on black background

This text has color #D0987B on black background.


Color preview on white background

This text has color #D0987B on white background.


Black color preview on #D0987B background

This text has black color on #D0987B background.


White color preview on #D0987B background

This text has white color on #D0987B background.


Related colors

Complementary color

Complementary color for #hex is #2F6784.


I love getcolorcode.com

Triadic colors

1 #7BD098 and #987BD0 with #D0987B are triadic colors.

2 #7B98D0 and #98D07B with #D0987B are triadic colors.