COLOR #D0BE94

HEX: #D0BE94 RGB: (208,190,148)

Color info

#D0BE94 contains mainly red and green colors. Web safe color of #D0BE94 is #CCCC99 (or #CC9).

RGB color model

#D0BE94 color RGB value is (208,190,148).

RGB: (208,190,148) (82%, 75%, 58%)

RGB channels and saturation

R 208 of 255 = 82%
G 190 of 255 = 75%
B 148 of 255 = 58%

208
190
148

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

Portions of RGB colors in percentages

R + G + B = 208 + 190 + 148 = 546 (100%)
R 208 of 546 ~ 38.1%
G 190 of 546 ~ 34.8%
B 148 of 546 ~ 27.11'%

%38.1
%34.8
%27.11

CMYK color model

#D0BE94 color CMYK value is (0,9,29,18).

  • cyan value is 0.00%
  • magenta value is 8.65%
  • yellow value is 28.85%
  • key color value is 18.43%

CMYK: (0,9,29,18)
C0M9Y29K18 (0%, 9%, 29%, 18%)
(0.00 / 0.09 / 0.29 / 0.18)

CMYK percentages

%0
%8.65
%28.85
%18.43

Codes

Color #D0BE94 in popluar color models

D0 BE 94
RGB 208 190 148
HSL 42° 38.96% 69.80%
HSB/HSV 42° 28.85% 81.57%
CMYK 0.00% 8.65% 28.85%
18.43%

Color #D0BE94 in popluar number systems.

HEX D0 BE 94
Decimal 208 190 148
Binary 11010000 10111110 10010100
Octal 320 276 224

Shades and tints

Shades of #D0BE94

#D0BE94
(208,190,148)
#BEAD87
(190,173,135)
#AC9C7A
(172,156,122)
#9A8B6D
(154,139,109)
#887A60
(136,122,96)
#766953
(118,105,83)
#645846
(100,88,70)
#524739
(82,71,57)
#40362C
(64,54,44)
#2E251F
(46,37,31)
#1C1412
(28,20,18)
#000000
(0,0,0)

Tints of #D0BE94

#D0BE94
(208,190,148)
#D4C39D
(212,195,157)
#D8C8A6
(216,200,166)
#DCCDAF
(220,205,175)
#E0D2B8
(224,210,184)
#E4D7C1
(228,215,193)
#E8DCCA
(232,220,202)
#ECE1D3
(236,225,211)
#F0E6DC
(240,230,220)
#F4EBE5
(244,235,229)
#F8F0EE
(248,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D0BE94 color. Also use rgb(208,190,148) instead hex code.

Text Font Color

.myTextColor { color: #D0BE94; }

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

This text font color is #D0BE94.

Background Color

.myBgColor { background-color: #D0BE94; }

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

This div background color is #D0BE94.

Border color

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

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

This div border color is #D0BE94.

Opacity

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

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

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

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

This text has shadow with #D0BE94 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D0BE94.

Preview

Color preview on black background

This text has color #D0BE94 on black background.


Color preview on white background

This text has color #D0BE94 on white background.


Black color preview on #D0BE94 background

This text has black color on #D0BE94 background.


White color preview on #D0BE94 background

This text has white color on #D0BE94 background.


Related colors

Complementary color

Complementary color for #hex is #2F416B.


I love getcolorcode.com

Triadic colors

1 #94D0BE and #BE94D0 with #D0BE94 are triadic colors.

2 #94BED0 and #BED094 with #D0BE94 are triadic colors.