COLOR #D4BCBD

HEX: #D4BCBD
RGB: (212,188,189)

Color info

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

RGB color model

#D4BCBD color RGB value is (212,188,189).

  • red value is 212;
  • green value is 188;
  • blue value is 189.
RGB:
(212,188,189)
(83%,74%,74%)

RGB channels and saturation

R 212 of 255 = 83%
G 188 of 255 = 74%
B 189 of 255 = 74%

212
188
189

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

Portions of RGB colors in percentages

R + G + B =
212 + 188 + 189 = 589 (100%)
R 212 of 589 ~ 35.99%
G 188 of 589 ~ 31.92%
B 189 of 589 ~ 32.09%

%35.99
%31.92
%32.09

CMYK color model

#D4BCBD color CMYK value is (0,11,11,17).

  • cyan value is 0.00%
  • magenta value is 11.32%
  • yellow value is 10.85%
  • key color value is 16.86%
CMYK:
(0,11,11,17)
C0M11Y11K17 
(0%,11%,11%,17%)
(0.00/0.11/0.11/0.17)	

CMYK percentages

%0
%11.32
%10.85
%16.86

Codes

Color #D4BCBD in popluar color models

D4BCBD
RGB212188189
HSL358°21.82%78.43%
HSB/HSV358°11.32%83.14%
CMYK0.00%11.32%10.85%
16.86%

Color #D4BCBD in popluar number systems.

HEXD4BCBD
Decimal212188189
Binary110101001011110010111101
Octal324274275

Shades and tints

Shades of #D4BCBD

#D4BCBD
(212,188,189)
#C1ABAC
(193,171,172)
#AE9A9B
(174,154,155)
#9B898A
(155,137,138)
#887879
(136,120,121)
#756768
(117,103,104)
#625657
(98,86,87)
#4F4546
(79,69,70)
#3C3435
(60,52,53)
#292324
(41,35,36)
#161213
(22,18,19)
#000000
(0,0,0)

Tints of #D4BCBD

#D4BCBD
(212,188,189)
#D7C2C3
(215,194,195)
#DAC8C9
(218,200,201)
#DDCECF
(221,206,207)
#E0D4D5
(224,212,213)
#E3DADB
(227,218,219)
#E6E0E1
(230,224,225)
#E9E6E7
(233,230,231)
#ECECED
(236,236,237)
#EFF2F3
(239,242,243)
#F2F8F9
(242,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4BCBD color. Also use rgb(212,188,189) instead hex code.

Text Font Color

.myTextColor { color: #D4BCBD; }

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

This text font color is #D4BCBD.


Background Color

.myBgColor { background-color: #D4BCBD; }

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

This div background color is #D4BCBD.


Border color

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

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

This div border color is #D4BCBD.


Opacity

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

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

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

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

This text has shadow with #D4BCBD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4BCBD on black background.


Color preview on white background

This text has color #D4BCBD on white background.



Black color preview on #D4BCBD background

This text has black color on #D4BCBD background.


White color preview on #D4BCBD background

This text has white color on #D4BCBD background.