COLOR #D5BCBE

HEX: #D5BCBE RGB: (213,188,190)

Color info

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

RGB color model

#D5BCBE color RGB value is (213,188,190).

RGB: (213,188,190) (84%, 74%, 75%)

RGB channels and saturation

R 213 of 255 = 84%
G 188 of 255 = 74%
B 190 of 255 = 75%

213
188
190

R + G + B ~ 78%. #D5BCBE is quite light color.

Portions of RGB colors in percentages

R + G + B = 213 + 188 + 190 = 591 (100%)
R 213 of 591 ~ 36.04%
G 188 of 591 ~ 31.81%
B 190 of 591 ~ 32.15'%

%36.04
%31.81
%32.15

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 11.74%
  • yellow value is 10.80%
  • key color value is 16.47%

CMYK: (0,12,11,16)
C0M12Y11K16 (0%, 12%, 11%, 16%)
(0.00 / 0.12 / 0.11 / 0.16)

CMYK percentages

%0
%11.74
%10.8
%16.47

Codes

Color #D5BCBE in popluar color models

D5 BC BE
RGB 213 188 190
HSL 355° 22.94% 78.63%
HSB/HSV 355° 11.74% 83.53%
CMYK 0.00% 11.74% 10.80%
16.47%

Color #D5BCBE in popluar number systems.

HEX D5 BC BE
Decimal 213 188 190
Binary 11010101 10111100 10111110
Octal 325 274 276

Shades and tints

Shades of #D5BCBE

#D5BCBE
(213,188,190)
#C2ABAD
(194,171,173)
#AF9A9C
(175,154,156)
#9C898B
(156,137,139)
#89787A
(137,120,122)
#766769
(118,103,105)
#635658
(99,86,88)
#504547
(80,69,71)
#3D3436
(61,52,54)
#2A2325
(42,35,37)
#171214
(23,18,20)
#000000
(0,0,0)

Tints of #D5BCBE

#D5BCBE
(213,188,190)
#D8C2C3
(216,194,195)
#DBC8C8
(219,200,200)
#DECECD
(222,206,205)
#E1D4D2
(225,212,210)
#E4DAD7
(228,218,215)
#E7E0DC
(231,224,220)
#EAE6E1
(234,230,225)
#EDECE6
(237,236,230)
#F0F2EB
(240,242,235)
#F3F8F0
(243,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5BCBE color. Also use rgb(213,188,190) instead hex code.

Text Font Color

.myTextColor { color: #D5BCBE; }

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

This text font color is #D5BCBE.

Background Color

.myBgColor { background-color: #D5BCBE; }

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

This div background color is #D5BCBE.

Border color

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

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

This div border color is #D5BCBE.

Opacity

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

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

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

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

This text has shadow with #D5BCBE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D5BCBE.

Preview

Color preview on black background

This text has color #D5BCBE on black background.


Color preview on white background

This text has color #D5BCBE on white background.


Black color preview on #D5BCBE background

This text has black color on #D5BCBE background.


White color preview on #D5BCBE background

This text has white color on #D5BCBE background.


Related colors

Complementary color

Complementary color for #hex is #2A4341.


I love getcolorcode.com

Triadic colors

1 #BED5BC and #BCBED5 with #D5BCBE are triadic colors.

2 #BEBCD5 and #BCD5BE with #D5BCBE are triadic colors.