COLOR #D9BCBE

HEX: #D9BCBE RGB: (217,188,190)

Color info

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

RGB color model

#D9BCBE color RGB value is (217,188,190).

RGB: (217,188,190) (85%, 74%, 75%)

RGB channels and saturation

R 217 of 255 = 85%
G 188 of 255 = 74%
B 190 of 255 = 75%

217
188
190

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

Portions of RGB colors in percentages

R + G + B = 217 + 188 + 190 = 595 (100%)
R 217 of 595 ~ 36.47%
G 188 of 595 ~ 31.6%
B 190 of 595 ~ 31.93'%

%36.47
%31.6
%31.93

CMYK color model

#D9BCBE color CMYK value is (0,13,12,15).

  • cyan value is 0.00%
  • magenta value is 13.36%
  • yellow value is 12.44%
  • key color value is 14.90%
CMYK: (0,13,12,15) C0M13Y12K15 (0%,13%,12%,15%) (0.00/0.13/0.12/0.15) 

CMYK percentages

%0
%13.36
%12.44
%14.9

Codes

Color #D9BCBE in popluar color models

D9 BC BE
RGB 217 188 190
HSL 356° 27.62% 79.41%
HSB/HSV 356° 13.36% 85.10%
CMYK 0.00% 13.36% 12.44%
14.90%

Color #D9BCBE in popluar number systems.

HEX D9 BC BE
Decimal 217 188 190
Binary 11011001 10111100 10111110
Octal 331 274 276

Shades and tints

Shades of #D9BCBE

#D9BCBE
(217,188,190)
#C6ABAD
(198,171,173)
#B39A9C
(179,154,156)
#A0898B
(160,137,139)
#8D787A
(141,120,122)
#7A6769
(122,103,105)
#675658
(103,86,88)
#544547
(84,69,71)
#413436
(65,52,54)
#2E2325
(46,35,37)
#1B1214
(27,18,20)
#000000
(0,0,0)

Tints of #D9BCBE

#D9BCBE
(217,188,190)
#DCC2C3
(220,194,195)
#DFC8C8
(223,200,200)
#E2CECD
(226,206,205)
#E5D4D2
(229,212,210)
#E8DAD7
(232,218,215)
#EBE0DC
(235,224,220)
#EEE6E1
(238,230,225)
#F1ECE6
(241,236,230)
#F4F2EB
(244,242,235)
#F7F8F0
(247,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9BCBE; }

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

This text font color is #D9BCBE.

Background Color

.myBgColor { background-color: #D9BCBE; }

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

This div background color is #D9BCBE.

Border color

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

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

This div border color is #D9BCBE.

Opacity

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

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

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

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

This text has shadow with #D9BCBE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D9BCBE.

Preview

Color preview on black background

This text has color #D9BCBE on black background.


Color preview on white background

This text has color #D9BCBE on white background.


Black color preview on #D9BCBE background

This text has black color on #D9BCBE background.


White color preview on #D9BCBE background

This text has white color on #D9BCBE background.


Related colors

Complementary color

Complementary color for #hex is #264341.


I love getcolorcode.com

Triadic colors

1 #BED9BC and #BCBED9 with #D9BCBE are triadic colors.

2 #BEBCD9 and #BCD9BE with #D9BCBE are triadic colors.