COLOR #D0B9BE

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

208
185
190

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

Portions of RGB colors in percentages

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

%35.68
%31.73
%32.59

CMYK color model

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

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

CMYK: (0,11,9,18)
C0M11Y9K18 (0%, 11%, 9%, 18%)
(0.00 / 0.11 / 0.09 / 0.18)

CMYK percentages

%0
%11.06
%8.65
%18.43

Codes

Color #D0B9BE in popluar color models

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

Color #D0B9BE in popluar number systems.

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

Shades and tints

Shades of #D0B9BE

#D0B9BE
(208,185,190)
#BEA9AD
(190,169,173)
#AC999C
(172,153,156)
#9A898B
(154,137,139)
#88797A
(136,121,122)
#766969
(118,105,105)
#645958
(100,89,88)
#524947
(82,73,71)
#403936
(64,57,54)
#2E2925
(46,41,37)
#1C1914
(28,25,20)
#000000
(0,0,0)

Tints of #D0B9BE

#D0B9BE
(208,185,190)
#D4BFC3
(212,191,195)
#D8C5C8
(216,197,200)
#DCCBCD
(220,203,205)
#E0D1D2
(224,209,210)
#E4D7D7
(228,215,215)
#E8DDDC
(232,221,220)
#ECE3E1
(236,227,225)
#F0E9E6
(240,233,230)
#F4EFEB
(244,239,235)
#F8F5F0
(248,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D0B9BE; }

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

This text font color is #D0B9BE.

Background Color

.myBgColor { background-color: #D0B9BE; }

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

This div background color is #D0B9BE.

Border color

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

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

This div border color is #D0B9BE.

Opacity

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

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

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

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

This text has shadow with #D0B9BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D0B9BE.

Preview

Color preview on black background

This text has color #D0B9BE on black background.


Color preview on white background

This text has color #D0B9BE on white background.


Black color preview on #D0B9BE background

This text has black color on #D0B9BE background.


White color preview on #D0B9BE background

This text has white color on #D0B9BE background.


Related colors

Complementary color

Complementary color for #hex is #2F4641.


I love getcolorcode.com

Triadic colors

1 #BED0B9 and #B9BED0 with #D0B9BE are triadic colors.

2 #BEB9D0 and #B9D0BE with #D0B9BE are triadic colors.