COLOR #D7BBC0

HEX: #D7BBC0 RGB: (215,187,192)

Color info

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

RGB color model

#D7BBC0 color RGB value is (215,187,192).

RGB: (215,187,192) (84%, 73%, 75%)

RGB channels and saturation

R 215 of 255 = 84%
G 187 of 255 = 73%
B 192 of 255 = 75%

215
187
192

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

Portions of RGB colors in percentages

R + G + B = 215 + 187 + 192 = 594 (100%)
R 215 of 594 ~ 36.2%
G 187 of 594 ~ 31.48%
B 192 of 594 ~ 32.32'%

%36.2
%31.48
%32.32

CMYK color model

#D7BBC0 color CMYK value is (0,13,11,16).

  • cyan value is 0.00%
  • magenta value is 13.02%
  • yellow value is 10.70%
  • key color value is 15.69%

CMYK: (0,13,11,16)
C0M13Y11K16 (0%, 13%, 11%, 16%)
(0.00 / 0.13 / 0.11 / 0.16)

CMYK percentages

%0
%13.02
%10.7
%15.69

Codes

Color #D7BBC0 in popluar color models

D7 BB C0
RGB 215 187 192
HSL 349° 25.93% 78.82%
HSB/HSV 349° 13.02% 84.31%
CMYK 0.00% 13.02% 10.70%
15.69%

Color #D7BBC0 in popluar number systems.

HEX D7 BB C0
Decimal 215 187 192
Binary 11010111 10111011 11000000
Octal 327 273 300

Shades and tints

Shades of #D7BBC0

#D7BBC0
(215,187,192)
#C4AAAF
(196,170,175)
#B1999E
(177,153,158)
#9E888D
(158,136,141)
#8B777C
(139,119,124)
#78666B
(120,102,107)
#65555A
(101,85,90)
#524449
(82,68,73)
#3F3338
(63,51,56)
#2C2227
(44,34,39)
#191116
(25,17,22)
#000000
(0,0,0)

Tints of #D7BBC0

#D7BBC0
(215,187,192)
#DAC1C5
(218,193,197)
#DDC7CA
(221,199,202)
#E0CDCF
(224,205,207)
#E3D3D4
(227,211,212)
#E6D9D9
(230,217,217)
#E9DFDE
(233,223,222)
#ECE5E3
(236,229,227)
#EFEBE8
(239,235,232)
#F2F1ED
(242,241,237)
#F5F7F2
(245,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7BBC0 color. Also use rgb(215,187,192) instead hex code.

Text Font Color

.myTextColor { color: #D7BBC0; }

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

This text font color is #D7BBC0.

Background Color

.myBgColor { background-color: #D7BBC0; }

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

This div background color is #D7BBC0.

Border color

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

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

This div border color is #D7BBC0.

Opacity

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

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

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

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

This text has shadow with #D7BBC0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D7BBC0.

Preview

Color preview on black background

This text has color #D7BBC0 on black background.


Color preview on white background

This text has color #D7BBC0 on white background.


Black color preview on #D7BBC0 background

This text has black color on #D7BBC0 background.


White color preview on #D7BBC0 background

This text has white color on #D7BBC0 background.


Related colors

Complementary color

Complementary color for #hex is #28443F.


I love getcolorcode.com

Triadic colors

1 #C0D7BB and #BBC0D7 with #D7BBC0 are triadic colors.

2 #C0BBD7 and #BBD7C0 with #D7BBC0 are triadic colors.