COLOR #D9BEBC

HEX: #D9BEBC
RGB: (217,190,188)

Color info

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

RGB color model

#D9BEBC color RGB value is (217,190,188).

  • red value is 217;
  • green value is 190;
  • blue value is 188.
RGB:
(217,190,188)
(85%,75%,74%)

RGB channels and saturation

R 217 of 255 = 85%
G 190 of 255 = 75%
B 188 of 255 = 74%

217
190
188

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

Portions of RGB colors in percentages

R + G + B =
217 + 190 + 188 = 595 (100%)
R 217 of 595 ~ 36.47%
G 190 of 595 ~ 31.93%
B 188 of 595 ~ 31.6%

%36.47
%31.93
%31.6

CMYK color model

#D9BEBC color CMYK value is (0,12,13,15).

  • cyan value is 0.00%
  • magenta value is 12.44%
  • yellow value is 13.36%
  • key color value is 14.90%
CMYK:
(0,12,13,15)
C0M12Y13K15 
(0%,12%,13%,15%)
(0.00/0.12/0.13/0.15)	

CMYK percentages

%0
%12.44
%13.36
%14.9

Codes

Color #D9BEBC in popluar color models

D9BEBC
RGB217190188
HSL27.62%79.41%
HSB/HSV13.36%85.10%
CMYK0.00%12.44%13.36%
14.90%

Color #D9BEBC in popluar number systems.

HEXD9BEBC
Decimal217190188
Binary110110011011111010111100
Octal331276274

Shades and tints

Shades of #D9BEBC

#D9BEBC
(217,190,188)
#C6ADAB
(198,173,171)
#B39C9A
(179,156,154)
#A08B89
(160,139,137)
#8D7A78
(141,122,120)
#7A6967
(122,105,103)
#675856
(103,88,86)
#544745
(84,71,69)
#413634
(65,54,52)
#2E2523
(46,37,35)
#1B1412
(27,20,18)
#000000
(0,0,0)

Tints of #D9BEBC

#D9BEBC
(217,190,188)
#DCC3C2
(220,195,194)
#DFC8C8
(223,200,200)
#E2CDCE
(226,205,206)
#E5D2D4
(229,210,212)
#E8D7DA
(232,215,218)
#EBDCE0
(235,220,224)
#EEE1E6
(238,225,230)
#F1E6EC
(241,230,236)
#F4EBF2
(244,235,242)
#F7F0F8
(247,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9BEBC; }

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

This text font color is #D9BEBC.


Background Color

.myBgColor { background-color: #D9BEBC; }

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

This div background color is #D9BEBC.


Border color

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

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

This div border color is #D9BEBC.


Opacity

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

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

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

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

This text has shadow with #D9BEBC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9BEBC on black background.


Color preview on white background

This text has color #D9BEBC on white background.



Black color preview on #D9BEBC background

This text has black color on #D9BEBC background.


White color preview on #D9BEBC background

This text has white color on #D9BEBC background.