COLOR #D0B89E

HEX: #D0B89E RGB: (208,184,158)

Color info

#D0B89E contains red, green and blue colors in about the same proportion. Web safe color of #D0B89E is #CCCC99 (or #CC9).

RGB color model

#D0B89E color RGB value is (208,184,158).

RGB: (208,184,158) (82%, 72%, 62%)

RGB channels and saturation

R 208 of 255 = 82%
G 184 of 255 = 72%
B 158 of 255 = 62%

208
184
158

R + G + B ~ 72%. #D0B89E is quite light color.

Portions of RGB colors in percentages

R + G + B = 208 + 184 + 158 = 550 (100%)
R 208 of 550 ~ 37.82%
G 184 of 550 ~ 33.45%
B 158 of 550 ~ 28.73'%

%37.82
%33.45
%28.73

CMYK color model

#D0B89E color CMYK value is (0,12,24,18).

  • cyan value is 0.00%
  • magenta value is 11.54%
  • yellow value is 24.04%
  • key color value is 18.43%

CMYK: (0,12,24,18)
C0M12Y24K18 (0%, 12%, 24%, 18%)
(0.00 / 0.12 / 0.24 / 0.18)

CMYK percentages

%0
%11.54
%24.04
%18.43

Codes

Color #D0B89E in popluar color models

D0 B8 9E
RGB 208 184 158
HSL 31° 34.72% 71.76%
HSB/HSV 31° 24.04% 81.57%
CMYK 0.00% 11.54% 24.04%
18.43%

Color #D0B89E in popluar number systems.

HEX D0 B8 9E
Decimal 208 184 158
Binary 11010000 10111000 10011110
Octal 320 270 236

Shades and tints

Shades of #D0B89E

#D0B89E
(208,184,158)
#BEA890
(190,168,144)
#AC9882
(172,152,130)
#9A8874
(154,136,116)
#887866
(136,120,102)
#766858
(118,104,88)
#64584A
(100,88,74)
#52483C
(82,72,60)
#40382E
(64,56,46)
#2E2820
(46,40,32)
#1C1812
(28,24,18)
#000000
(0,0,0)

Tints of #D0B89E

#D0B89E
(208,184,158)
#D4BEA6
(212,190,166)
#D8C4AE
(216,196,174)
#DCCAB6
(220,202,182)
#E0D0BE
(224,208,190)
#E4D6C6
(228,214,198)
#E8DCCE
(232,220,206)
#ECE2D6
(236,226,214)
#F0E8DE
(240,232,222)
#F4EEE6
(244,238,230)
#F8F4EE
(248,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D0B89E color. Also use rgb(208,184,158) instead hex code.

Text Font Color

.myTextColor { color: #D0B89E; }

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

This text font color is #D0B89E.

Background Color

.myBgColor { background-color: #D0B89E; }

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

This div background color is #D0B89E.

Border color

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

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

This div border color is #D0B89E.

Opacity

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

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

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

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

This text has shadow with #D0B89E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D0B89E.

Preview

Color preview on black background

This text has color #D0B89E on black background.


Color preview on white background

This text has color #D0B89E on white background.


Black color preview on #D0B89E background

This text has black color on #D0B89E background.


White color preview on #D0B89E background

This text has white color on #D0B89E background.


Related colors

Complementary color

Complementary color for #hex is #2F4761.


I love getcolorcode.com

Triadic colors

1 #9ED0B8 and #B89ED0 with #D0B89E are triadic colors.

2 #9EB8D0 and #B8D09E with #D0B89E are triadic colors.