COLOR #D7B0B5

HEX: #D7B0B5
RGB: (215,176,181)

Color info

#D7B0B5 contains red, green and blue colors in about the same proportion. Web safe color of #D7B0B5 is #CC99CC (or #C9C).

RGB color model

#D7B0B5 color RGB value is (215,176,181).

  • red value is 215;
  • green value is 176;
  • blue value is 181.
RGB:
(215,176,181)
(84%,69%,71%)

RGB channels and saturation

R 215 of 255 = 84%
G 176 of 255 = 69%
B 181 of 255 = 71%

215
176
181

R + G + B ~ 75%. #D7B0B5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
215 + 176 + 181 = 572 (100%)
R 215 of 572 ~ 37.59%
G 176 of 572 ~ 30.77%
B 181 of 572 ~ 31.64%

%37.59
%30.77
%31.64

CMYK color model

#D7B0B5 color CMYK value is (0,18,16,16).

  • cyan value is 0.00%
  • magenta value is 18.14%
  • yellow value is 15.81%
  • key color value is 15.69%
CMYK:
(0,18,16,16)
C0M18Y16K16 
(0%,18%,16%,16%)
(0.00/0.18/0.16/0.16)	

CMYK percentages

%0
%18.14
%15.81
%15.69

Codes

Color #D7B0B5 in popluar color models

D7B0B5
RGB215176181
HSL352°32.77%76.67%
HSB/HSV352°18.14%84.31%
CMYK0.00%18.14%15.81%
15.69%

Color #D7B0B5 in popluar number systems.

HEXD7B0B5
Decimal215176181
Binary110101111011000010110101
Octal327260265

Shades and tints

Shades of #D7B0B5

#D7B0B5
(215,176,181)
#C4A0A5
(196,160,165)
#B19095
(177,144,149)
#9E8085
(158,128,133)
#8B7075
(139,112,117)
#786065
(120,96,101)
#655055
(101,80,85)
#524045
(82,64,69)
#3F3035
(63,48,53)
#2C2025
(44,32,37)
#191015
(25,16,21)
#000000
(0,0,0)

Tints of #D7B0B5

#D7B0B5
(215,176,181)
#DAB7BB
(218,183,187)
#DDBEC1
(221,190,193)
#E0C5C7
(224,197,199)
#E3CCCD
(227,204,205)
#E6D3D3
(230,211,211)
#E9DAD9
(233,218,217)
#ECE1DF
(236,225,223)
#EFE8E5
(239,232,229)
#F2EFEB
(242,239,235)
#F5F6F1
(245,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7B0B5 color. Also use rgb(215,176,181) instead hex code.

Text Font Color

.myTextColor { color: #D7B0B5; }

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

This text font color is #D7B0B5.


Background Color

.myBgColor { background-color: #D7B0B5; }

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

This div background color is #D7B0B5.


Border color

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

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

This div border color is #D7B0B5.


Opacity

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

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

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

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

This text has shadow with #D7B0B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7B0B5 on black background.


Color preview on white background

This text has color #D7B0B5 on white background.



Black color preview on #D7B0B5 background

This text has black color on #D7B0B5 background.


White color preview on #D7B0B5 background

This text has white color on #D7B0B5 background.