COLOR #D7B6BC

HEX: #D7B6BC RGB: (215,182,188)

Color info

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

RGB color model

#D7B6BC color RGB value is (215,182,188).

RGB: (215,182,188) (84%, 71%, 74%)

RGB channels and saturation

R 215 of 255 = 84%
G 182 of 255 = 71%
B 188 of 255 = 74%

215
182
188

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

Portions of RGB colors in percentages

R + G + B = 215 + 182 + 188 = 585 (100%)
R 215 of 585 ~ 36.75%
G 182 of 585 ~ 31.11%
B 188 of 585 ~ 32.14'%

%36.75
%31.11
%32.14

CMYK color model

#D7B6BC color CMYK value is (0,15,13,16).

  • cyan value is 0.00%
  • magenta value is 15.35%
  • yellow value is 12.56%
  • key color value is 15.69%

CMYK: (0,15,13,16)
C0M15Y13K16 (0%, 15%, 13%, 16%)
(0.00 / 0.15 / 0.13 / 0.16)

CMYK percentages

%0
%15.35
%12.56
%15.69

Codes

Color #D7B6BC in popluar color models

D7 B6 BC
RGB 215 182 188
HSL 349° 29.20% 77.84%
HSB/HSV 349° 15.35% 84.31%
CMYK 0.00% 15.35% 12.56%
15.69%

Color #D7B6BC in popluar number systems.

HEX D7 B6 BC
Decimal 215 182 188
Binary 11010111 10110110 10111100
Octal 327 266 274

Shades and tints

Shades of #D7B6BC

#D7B6BC
(215,182,188)
#C4A6AB
(196,166,171)
#B1969A
(177,150,154)
#9E8689
(158,134,137)
#8B7678
(139,118,120)
#786667
(120,102,103)
#655656
(101,86,86)
#524645
(82,70,69)
#3F3634
(63,54,52)
#2C2623
(44,38,35)
#191612
(25,22,18)
#000000
(0,0,0)

Tints of #D7B6BC

#D7B6BC
(215,182,188)
#DABCC2
(218,188,194)
#DDC2C8
(221,194,200)
#E0C8CE
(224,200,206)
#E3CED4
(227,206,212)
#E6D4DA
(230,212,218)
#E9DAE0
(233,218,224)
#ECE0E6
(236,224,230)
#EFE6EC
(239,230,236)
#F2ECF2
(242,236,242)
#F5F2F8
(245,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7B6BC color. Also use rgb(215,182,188) instead hex code.

Text Font Color

.myTextColor { color: #D7B6BC; }

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

This text font color is #D7B6BC.

Background Color

.myBgColor { background-color: #D7B6BC; }

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

This div background color is #D7B6BC.

Border color

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

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

This div border color is #D7B6BC.

Opacity

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

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

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

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

This text has shadow with #D7B6BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D7B6BC.

Preview

Color preview on black background

This text has color #D7B6BC on black background.


Color preview on white background

This text has color #D7B6BC on white background.


Black color preview on #D7B6BC background

This text has black color on #D7B6BC background.


White color preview on #D7B6BC background

This text has white color on #D7B6BC background.


Related colors

Complementary color

Complementary color for #hex is #284943.


I love getcolorcode.com

Triadic colors

1 #BCD7B6 and #B6BCD7 with #D7B6BC are triadic colors.

2 #BCB6D7 and #B6D7BC with #D7B6BC are triadic colors.