COLOR #D7B1BE

HEX: #D7B1BE
RGB: (215,177,190)

Color info

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

RGB color model

#D7B1BE color RGB value is (215,177,190).

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

RGB channels and saturation

R 215 of 255 = 84%
G 177 of 255 = 69%
B 190 of 255 = 75%

215
177
190

R + G + B ~ 76%. #D7B1BE is quite light color.

Portions of RGB colors in percentages

R + G + B =
215 + 177 + 190 = 582 (100%)
R 215 of 582 ~ 36.94%
G 177 of 582 ~ 30.41%
B 190 of 582 ~ 32.65%

%36.94
%30.41
%32.65

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 17.67%
  • yellow value is 11.63%
  • key color value is 15.69%
CMYK:
(0,18,12,16)
C0M18Y12K16 
(0%,18%,12%,16%)
(0.00/0.18/0.12/0.16)	

CMYK percentages

%0
%17.67
%11.63
%15.69

Codes

Color #D7B1BE in popluar color models

D7B1BE
RGB215177190
HSL339°32.20%76.86%
HSB/HSV339°17.67%84.31%
CMYK0.00%17.67%11.63%
15.69%

Color #D7B1BE in popluar number systems.

HEXD7B1BE
Decimal215177190
Binary110101111011000110111110
Octal327261276

Shades and tints

Shades of #D7B1BE

#D7B1BE
(215,177,190)
#C4A1AD
(196,161,173)
#B1919C
(177,145,156)
#9E818B
(158,129,139)
#8B717A
(139,113,122)
#786169
(120,97,105)
#655158
(101,81,88)
#524147
(82,65,71)
#3F3136
(63,49,54)
#2C2125
(44,33,37)
#191114
(25,17,20)
#000000
(0,0,0)

Tints of #D7B1BE

#D7B1BE
(215,177,190)
#DAB8C3
(218,184,195)
#DDBFC8
(221,191,200)
#E0C6CD
(224,198,205)
#E3CDD2
(227,205,210)
#E6D4D7
(230,212,215)
#E9DBDC
(233,219,220)
#ECE2E1
(236,226,225)
#EFE9E6
(239,233,230)
#F2F0EB
(242,240,235)
#F5F7F0
(245,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7B1BE; }

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

This text font color is #D7B1BE.


Background Color

.myBgColor { background-color: #D7B1BE; }

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

This div background color is #D7B1BE.


Border color

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

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

This div border color is #D7B1BE.


Opacity

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

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

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

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

This text has shadow with #D7B1BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7B1BE on black background.


Color preview on white background

This text has color #D7B1BE on white background.



Black color preview on #D7B1BE background

This text has black color on #D7B1BE background.


White color preview on #D7B1BE background

This text has white color on #D7B1BE background.