COLOR #D7B3B5

HEX: #D7B3B5 RGB: (215,179,181)

Color info

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

RGB color model

#D7B3B5 color RGB value is (215,179,181).

RGB: (215,179,181) (84%, 70%, 71%)

RGB channels and saturation

R 215 of 255 = 84%
G 179 of 255 = 70%
B 181 of 255 = 71%

215
179
181

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

Portions of RGB colors in percentages

R + G + B = 215 + 179 + 181 = 575 (100%)
R 215 of 575 ~ 37.39%
G 179 of 575 ~ 31.13%
B 181 of 575 ~ 31.48'%

%37.39
%31.13
%31.48

CMYK color model

#D7B3B5 color CMYK value is (0,17,16,16).

  • cyan value is 0.00%
  • magenta value is 16.74%
  • yellow value is 15.81%
  • key color value is 15.69%

CMYK: (0,17,16,16)
C0M17Y16K16 (0%, 17%, 16%, 16%)
(0.00 / 0.17 / 0.16 / 0.16)

CMYK percentages

%0
%16.74
%15.81
%15.69

Codes

Color #D7B3B5 in popluar color models

D7 B3 B5
RGB 215 179 181
HSL 357° 31.03% 77.25%
HSB/HSV 357° 16.74% 84.31%
CMYK 0.00% 16.74% 15.81%
15.69%

Color #D7B3B5 in popluar number systems.

HEX D7 B3 B5
Decimal 215 179 181
Binary 11010111 10110011 10110101
Octal 327 263 265

Shades and tints

Shades of #D7B3B5

#D7B3B5
(215,179,181)
#C4A3A5
(196,163,165)
#B19395
(177,147,149)
#9E8385
(158,131,133)
#8B7375
(139,115,117)
#786365
(120,99,101)
#655355
(101,83,85)
#524345
(82,67,69)
#3F3335
(63,51,53)
#2C2325
(44,35,37)
#191315
(25,19,21)
#000000
(0,0,0)

Tints of #D7B3B5

#D7B3B5
(215,179,181)
#DAB9BB
(218,185,187)
#DDBFC1
(221,191,193)
#E0C5C7
(224,197,199)
#E3CBCD
(227,203,205)
#E6D1D3
(230,209,211)
#E9D7D9
(233,215,217)
#ECDDDF
(236,221,223)
#EFE3E5
(239,227,229)
#F2E9EB
(242,233,235)
#F5EFF1
(245,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7B3B5; }

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

This text font color is #D7B3B5.

Background Color

.myBgColor { background-color: #D7B3B5; }

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

This div background color is #D7B3B5.

Border color

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

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

This div border color is #D7B3B5.

Opacity

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

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

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

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

This text has shadow with #D7B3B5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D7B3B5.

Preview

Color preview on black background

This text has color #D7B3B5 on black background.


Color preview on white background

This text has color #D7B3B5 on white background.


Black color preview on #D7B3B5 background

This text has black color on #D7B3B5 background.


White color preview on #D7B3B5 background

This text has white color on #D7B3B5 background.


Related colors

Complementary color

Complementary color for #hex is #284C4A.


I love getcolorcode.com

Triadic colors

1 #B5D7B3 and #B3B5D7 with #D7B3B5 are triadic colors.

2 #B5B3D7 and #B3D7B5 with #D7B3B5 are triadic colors.