COLOR #D7B4BE

HEX: #D7B4BE RGB: (215,180,190)

Color info

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

RGB color model

#D7B4BE color RGB value is (215,180,190).

RGB: (215,180,190) (84%, 71%, 75%)

RGB channels and saturation

R 215 of 255 = 84%
G 180 of 255 = 71%
B 190 of 255 = 75%

215
180
190

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

Portions of RGB colors in percentages

R + G + B = 215 + 180 + 190 = 585 (100%)
R 215 of 585 ~ 36.75%
G 180 of 585 ~ 30.77%
B 190 of 585 ~ 32.48'%

%36.75
%30.77
%32.48

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 16.28%
  • yellow value is 11.63%
  • key color value is 15.69%

CMYK: (0,16,12,16)
C0M16Y12K16 (0%, 16%, 12%, 16%)
(0.00 / 0.16 / 0.12 / 0.16)

CMYK percentages

%0
%16.28
%11.63
%15.69

Codes

Color #D7B4BE in popluar color models

D7 B4 BE
RGB 215 180 190
HSL 343° 30.43% 77.45%
HSB/HSV 343° 16.28% 84.31%
CMYK 0.00% 16.28% 11.63%
15.69%

Color #D7B4BE in popluar number systems.

HEX D7 B4 BE
Decimal 215 180 190
Binary 11010111 10110100 10111110
Octal 327 264 276

Shades and tints

Shades of #D7B4BE

#D7B4BE
(215,180,190)
#C4A4AD
(196,164,173)
#B1949C
(177,148,156)
#9E848B
(158,132,139)
#8B747A
(139,116,122)
#786469
(120,100,105)
#655458
(101,84,88)
#524447
(82,68,71)
#3F3436
(63,52,54)
#2C2425
(44,36,37)
#191414
(25,20,20)
#000000
(0,0,0)

Tints of #D7B4BE

#D7B4BE
(215,180,190)
#DABAC3
(218,186,195)
#DDC0C8
(221,192,200)
#E0C6CD
(224,198,205)
#E3CCD2
(227,204,210)
#E6D2D7
(230,210,215)
#E9D8DC
(233,216,220)
#ECDEE1
(236,222,225)
#EFE4E6
(239,228,230)
#F2EAEB
(242,234,235)
#F5F0F0
(245,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7B4BE; }

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

This text font color is #D7B4BE.

Background Color

.myBgColor { background-color: #D7B4BE; }

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

This div background color is #D7B4BE.

Border color

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

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

This div border color is #D7B4BE.

Opacity

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

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

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

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

This text has shadow with #D7B4BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D7B4BE.

Preview

Color preview on black background

This text has color #D7B4BE on black background.


Color preview on white background

This text has color #D7B4BE on white background.


Black color preview on #D7B4BE background

This text has black color on #D7B4BE background.


White color preview on #D7B4BE background

This text has white color on #D7B4BE background.


Related colors

Complementary color

Complementary color for #hex is #284B41.


I love getcolorcode.com

Triadic colors

1 #BED7B4 and #B4BED7 with #D7B4BE are triadic colors.

2 #BEB4D7 and #B4D7BE with #D7B4BE are triadic colors.