COLOR #D7BEBC

HEX: #D7BEBC
RGB: (215,190,188)

Color info

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

RGB color model

#D7BEBC color RGB value is (215,190,188).

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

RGB channels and saturation

R 215 of 255 = 84%
G 190 of 255 = 75%
B 188 of 255 = 74%

215
190
188

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

Portions of RGB colors in percentages

R + G + B =
215 + 190 + 188 = 593 (100%)
R 215 of 593 ~ 36.26%
G 190 of 593 ~ 32.04%
B 188 of 593 ~ 31.7%

%36.26
%32.04
%31.7

CMYK color model

#D7BEBC color CMYK value is (0,12,13,16).

  • cyan value is 0.00%
  • magenta value is 11.63%
  • yellow value is 12.56%
  • key color value is 15.69%
CMYK:
(0,12,13,16)
C0M12Y13K16 
(0%,12%,13%,16%)
(0.00/0.12/0.13/0.16)	

CMYK percentages

%0
%11.63
%12.56
%15.69

Codes

Color #D7BEBC in popluar color models

D7BEBC
RGB215190188
HSL25.23%79.02%
HSB/HSV12.56%84.31%
CMYK0.00%11.63%12.56%
15.69%

Color #D7BEBC in popluar number systems.

HEXD7BEBC
Decimal215190188
Binary110101111011111010111100
Octal327276274

Shades and tints

Shades of #D7BEBC

#D7BEBC
(215,190,188)
#C4ADAB
(196,173,171)
#B19C9A
(177,156,154)
#9E8B89
(158,139,137)
#8B7A78
(139,122,120)
#786967
(120,105,103)
#655856
(101,88,86)
#524745
(82,71,69)
#3F3634
(63,54,52)
#2C2523
(44,37,35)
#191412
(25,20,18)
#000000
(0,0,0)

Tints of #D7BEBC

#D7BEBC
(215,190,188)
#DAC3C2
(218,195,194)
#DDC8C8
(221,200,200)
#E0CDCE
(224,205,206)
#E3D2D4
(227,210,212)
#E6D7DA
(230,215,218)
#E9DCE0
(233,220,224)
#ECE1E6
(236,225,230)
#EFE6EC
(239,230,236)
#F2EBF2
(242,235,242)
#F5F0F8
(245,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7BEBC; }

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

This text font color is #D7BEBC.


Background Color

.myBgColor { background-color: #D7BEBC; }

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

This div background color is #D7BEBC.


Border color

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

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

This div border color is #D7BEBC.


Opacity

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

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

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

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

This text has shadow with #D7BEBC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7BEBC on black background.


Color preview on white background

This text has color #D7BEBC on white background.



Black color preview on #D7BEBC background

This text has black color on #D7BEBC background.


White color preview on #D7BEBC background

This text has white color on #D7BEBC background.