COLOR #D0BEB9

HEX: #D0BEB9 RGB: (208,190,185)

Color info

#D0BEB9 contains red, green and blue colors in about the same proportion. Web safe color of #D0BEB9 is #CCCCCC (or #CCC).

RGB color model

#D0BEB9 color RGB value is (208,190,185).

RGB: (208,190,185) (82%, 75%, 73%)

RGB channels and saturation

R 208 of 255 = 82%
G 190 of 255 = 75%
B 185 of 255 = 73%

208
190
185

R + G + B ~ 77%. #D0BEB9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 208 + 190 + 185 = 583 (100%)
R 208 of 583 ~ 35.68%
G 190 of 583 ~ 32.59%
B 185 of 583 ~ 31.73'%

%35.68
%32.59
%31.73

CMYK color model

#D0BEB9 color CMYK value is (0,9,11,18).

  • cyan value is 0.00%
  • magenta value is 8.65%
  • yellow value is 11.06%
  • key color value is 18.43%
CMYK: (0,9,11,18) C0M9Y11K18 (0%,9%,11%,18%) (0.00/0.09/0.11/0.18) 

CMYK percentages

%0
%8.65
%11.06
%18.43

Codes

Color #D0BEB9 in popluar color models

D0 BE B9
RGB 208 190 185
HSL 13° 19.66% 77.06%
HSB/HSV 13° 11.06% 81.57%
CMYK 0.00% 8.65% 11.06%
18.43%

Color #D0BEB9 in popluar number systems.

HEX D0 BE B9
Decimal 208 190 185
Binary 11010000 10111110 10111001
Octal 320 276 271

Shades and tints

Shades of #D0BEB9

#D0BEB9
(208,190,185)
#BEADA9
(190,173,169)
#AC9C99
(172,156,153)
#9A8B89
(154,139,137)
#887A79
(136,122,121)
#766969
(118,105,105)
#645859
(100,88,89)
#524749
(82,71,73)
#403639
(64,54,57)
#2E2529
(46,37,41)
#1C1419
(28,20,25)
#000000
(0,0,0)

Tints of #D0BEB9

#D0BEB9
(208,190,185)
#D4C3BF
(212,195,191)
#D8C8C5
(216,200,197)
#DCCDCB
(220,205,203)
#E0D2D1
(224,210,209)
#E4D7D7
(228,215,215)
#E8DCDD
(232,220,221)
#ECE1E3
(236,225,227)
#F0E6E9
(240,230,233)
#F4EBEF
(244,235,239)
#F8F0F5
(248,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D0BEB9; }

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

This text font color is #D0BEB9.

Background Color

.myBgColor { background-color: #D0BEB9; }

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

This div background color is #D0BEB9.

Border color

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

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

This div border color is #D0BEB9.

Opacity

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

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

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

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

This text has shadow with #D0BEB9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D0BEB9.

Preview

Color preview on black background

This text has color #D0BEB9 on black background.


Color preview on white background

This text has color #D0BEB9 on white background.


Black color preview on #D0BEB9 background

This text has black color on #D0BEB9 background.


White color preview on #D0BEB9 background

This text has white color on #D0BEB9 background.


Related colors

Complementary color

Complementary color for #hex is #2F4146.


I love getcolorcode.com

Triadic colors

1 #B9D0BE and #BEB9D0 with #D0BEB9 are triadic colors.

2 #B9BED0 and #BED0B9 with #D0BEB9 are triadic colors.