COLOR #D7BEB8

HEX: #D7BEB8
RGB: (215,190,184)

Color info

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

RGB color model

#D7BEB8 color RGB value is (215,190,184).

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

RGB channels and saturation

R 215 of 255 = 84%
G 190 of 255 = 75%
B 184 of 255 = 72%

215
190
184

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

Portions of RGB colors in percentages

R + G + B =
215 + 190 + 184 = 589 (100%)
R 215 of 589 ~ 36.5%
G 190 of 589 ~ 32.26%
B 184 of 589 ~ 31.24%

%36.5
%32.26
%31.24

CMYK color model

#D7BEB8 color CMYK value is (0,12,14,16).

  • cyan value is 0.00%
  • magenta value is 11.63%
  • yellow value is 14.42%
  • key color value is 15.69%
CMYK:
(0,12,14,16)
C0M12Y14K16 
(0%,12%,14%,16%)
(0.00/0.12/0.14/0.16)	

CMYK percentages

%0
%11.63
%14.42
%15.69

Codes

Color #D7BEB8 in popluar color models

D7BEB8
RGB215190184
HSL12°27.93%78.24%
HSB/HSV12°14.42%84.31%
CMYK0.00%11.63%14.42%
15.69%

Color #D7BEB8 in popluar number systems.

HEXD7BEB8
Decimal215190184
Binary110101111011111010111000
Octal327276270

Shades and tints

Shades of #D7BEB8

#D7BEB8
(215,190,184)
#C4ADA8
(196,173,168)
#B19C98
(177,156,152)
#9E8B88
(158,139,136)
#8B7A78
(139,122,120)
#786968
(120,105,104)
#655858
(101,88,88)
#524748
(82,71,72)
#3F3638
(63,54,56)
#2C2528
(44,37,40)
#191418
(25,20,24)
#000000
(0,0,0)

Tints of #D7BEB8

#D7BEB8
(215,190,184)
#DAC3BE
(218,195,190)
#DDC8C4
(221,200,196)
#E0CDCA
(224,205,202)
#E3D2D0
(227,210,208)
#E6D7D6
(230,215,214)
#E9DCDC
(233,220,220)
#ECE1E2
(236,225,226)
#EFE6E8
(239,230,232)
#F2EBEE
(242,235,238)
#F5F0F4
(245,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7BEB8; }

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

This text font color is #D7BEB8.


Background Color

.myBgColor { background-color: #D7BEB8; }

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

This div background color is #D7BEB8.


Border color

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

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

This div border color is #D7BEB8.


Opacity

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

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

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

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

This text has shadow with #D7BEB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7BEB8 on black background.


Color preview on white background

This text has color #D7BEB8 on white background.



Black color preview on #D7BEB8 background

This text has black color on #D7BEB8 background.


White color preview on #D7BEB8 background

This text has white color on #D7BEB8 background.