COLOR #D9BEBB

HEX: #D9BEBB RGB: (217,190,187)

Color info

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

RGB color model

#D9BEBB color RGB value is (217,190,187).

RGB: (217,190,187) (85%, 75%, 73%)

RGB channels and saturation

R 217 of 255 = 85%
G 190 of 255 = 75%
B 187 of 255 = 73%

217
190
187

R + G + B ~ 78%. #D9BEBB is quite light color.

Portions of RGB colors in percentages

R + G + B = 217 + 190 + 187 = 594 (100%)
R 217 of 594 ~ 36.53%
G 190 of 594 ~ 31.99%
B 187 of 594 ~ 31.48'%

%36.53
%31.99
%31.48

CMYK color model

#D9BEBB color CMYK value is (0,12,14,15).

  • cyan value is 0.00%
  • magenta value is 12.44%
  • yellow value is 13.82%
  • key color value is 14.90%

CMYK: (0,12,14,15)
C0M12Y14K15 (0%, 12%, 14%, 15%)
(0.00 / 0.12 / 0.14 / 0.15)

CMYK percentages

%0
%12.44
%13.82
%14.9

Codes

Color #D9BEBB in popluar color models

D9 BE BB
RGB 217 190 187
HSL 28.30% 79.22%
HSB/HSV 13.82% 85.10%
CMYK 0.00% 12.44% 13.82%
14.90%

Color #D9BEBB in popluar number systems.

HEX D9 BE BB
Decimal 217 190 187
Binary 11011001 10111110 10111011
Octal 331 276 273

Shades and tints

Shades of #D9BEBB

#D9BEBB
(217,190,187)
#C6ADAA
(198,173,170)
#B39C99
(179,156,153)
#A08B88
(160,139,136)
#8D7A77
(141,122,119)
#7A6966
(122,105,102)
#675855
(103,88,85)
#544744
(84,71,68)
#413633
(65,54,51)
#2E2522
(46,37,34)
#1B1411
(27,20,17)
#000000
(0,0,0)

Tints of #D9BEBB

#D9BEBB
(217,190,187)
#DCC3C1
(220,195,193)
#DFC8C7
(223,200,199)
#E2CDCD
(226,205,205)
#E5D2D3
(229,210,211)
#E8D7D9
(232,215,217)
#EBDCDF
(235,220,223)
#EEE1E5
(238,225,229)
#F1E6EB
(241,230,235)
#F4EBF1
(244,235,241)
#F7F0F7
(247,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9BEBB color. Also use rgb(217,190,187) instead hex code.

Text Font Color

.myTextColor { color: #D9BEBB; }

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

This text font color is #D9BEBB.

Background Color

.myBgColor { background-color: #D9BEBB; }

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

This div background color is #D9BEBB.

Border color

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

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

This div border color is #D9BEBB.

Opacity

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

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

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

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

This text has shadow with #D9BEBB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D9BEBB.

Preview

Color preview on black background

This text has color #D9BEBB on black background.


Color preview on white background

This text has color #D9BEBB on white background.


Black color preview on #D9BEBB background

This text has black color on #D9BEBB background.


White color preview on #D9BEBB background

This text has white color on #D9BEBB background.


Related colors

Complementary color

Complementary color for #hex is #264144.


I love getcolorcode.com

Triadic colors

1 #BBD9BE and #BEBBD9 with #D9BEBB are triadic colors.

2 #BBBED9 and #BED9BB with #D9BEBB are triadic colors.