COLOR #D7B3BF

HEX: #D7B3BF RGB: (215,179,191)

Color info

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

RGB color model

#D7B3BF color RGB value is (215,179,191).

RGB: (215,179,191) (84%, 70%, 75%)

RGB channels and saturation

R 215 of 255 = 84%
G 179 of 255 = 70%
B 191 of 255 = 75%

215
179
191

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

Portions of RGB colors in percentages

R + G + B = 215 + 179 + 191 = 585 (100%)
R 215 of 585 ~ 36.75%
G 179 of 585 ~ 30.6%
B 191 of 585 ~ 32.65'%

%36.75
%30.6
%32.65

CMYK color model

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

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

CMYK: (0,17,11,16)
C0M17Y11K16 (0%, 17%, 11%, 16%)
(0.00 / 0.17 / 0.11 / 0.16)

CMYK percentages

%0
%16.74
%11.16
%15.69

Codes

Color #D7B3BF in popluar color models

D7 B3 BF
RGB 215 179 191
HSL 340° 31.03% 77.25%
HSB/HSV 340° 16.74% 84.31%
CMYK 0.00% 16.74% 11.16%
15.69%

Color #D7B3BF in popluar number systems.

HEX D7 B3 BF
Decimal 215 179 191
Binary 11010111 10110011 10111111
Octal 327 263 277

Shades and tints

Shades of #D7B3BF

#D7B3BF
(215,179,191)
#C4A3AE
(196,163,174)
#B1939D
(177,147,157)
#9E838C
(158,131,140)
#8B737B
(139,115,123)
#78636A
(120,99,106)
#655359
(101,83,89)
#524348
(82,67,72)
#3F3337
(63,51,55)
#2C2326
(44,35,38)
#191315
(25,19,21)
#000000
(0,0,0)

Tints of #D7B3BF

#D7B3BF
(215,179,191)
#DAB9C4
(218,185,196)
#DDBFC9
(221,191,201)
#E0C5CE
(224,197,206)
#E3CBD3
(227,203,211)
#E6D1D8
(230,209,216)
#E9D7DD
(233,215,221)
#ECDDE2
(236,221,226)
#EFE3E7
(239,227,231)
#F2E9EC
(242,233,236)
#F5EFF1
(245,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7B3BF; }

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

This text font color is #D7B3BF.

Background Color

.myBgColor { background-color: #D7B3BF; }

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

This div background color is #D7B3BF.

Border color

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

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

This div border color is #D7B3BF.

Opacity

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

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

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

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

This text has shadow with #D7B3BF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D7B3BF.

Preview

Color preview on black background

This text has color #D7B3BF on black background.


Color preview on white background

This text has color #D7B3BF on white background.


Black color preview on #D7B3BF background

This text has black color on #D7B3BF background.


White color preview on #D7B3BF background

This text has white color on #D7B3BF background.


Related colors

Complementary color

Complementary color for #hex is #284C40.


I love getcolorcode.com

Triadic colors

1 #BFD7B3 and #B3BFD7 with #D7B3BF are triadic colors.

2 #BFB3D7 and #B3D7BF with #D7B3BF are triadic colors.