COLOR #D4B2BD

HEX: #D4B2BD
RGB: (212,178,189)

Color info

#D4B2BD contains red, green and blue colors in about the same proportion. Web safe color of #D4B2BD is #CC99CC (or #C9C).

RGB color model

#D4B2BD color RGB value is (212,178,189).

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

RGB channels and saturation

R 212 of 255 = 83%
G 178 of 255 = 70%
B 189 of 255 = 74%

212
178
189

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

Portions of RGB colors in percentages

R + G + B =
212 + 178 + 189 = 579 (100%)
R 212 of 579 ~ 36.61%
G 178 of 579 ~ 30.74%
B 189 of 579 ~ 32.64%

%36.61
%30.74
%32.64

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 16.04%
  • yellow value is 10.85%
  • key color value is 16.86%
CMYK:
(0,16,11,17)
C0M16Y11K17 
(0%,16%,11%,17%)
(0.00/0.16/0.11/0.17)	

CMYK percentages

%0
%16.04
%10.85
%16.86

Codes

Color #D4B2BD in popluar color models

D4B2BD
RGB212178189
HSL341°28.33%76.47%
HSB/HSV341°16.04%83.14%
CMYK0.00%16.04%10.85%
16.86%

Color #D4B2BD in popluar number systems.

HEXD4B2BD
Decimal212178189
Binary110101001011001010111101
Octal324262275

Shades and tints

Shades of #D4B2BD

#D4B2BD
(212,178,189)
#C1A2AC
(193,162,172)
#AE929B
(174,146,155)
#9B828A
(155,130,138)
#887279
(136,114,121)
#756268
(117,98,104)
#625257
(98,82,87)
#4F4246
(79,66,70)
#3C3235
(60,50,53)
#292224
(41,34,36)
#161213
(22,18,19)
#000000
(0,0,0)

Tints of #D4B2BD

#D4B2BD
(212,178,189)
#D7B9C3
(215,185,195)
#DAC0C9
(218,192,201)
#DDC7CF
(221,199,207)
#E0CED5
(224,206,213)
#E3D5DB
(227,213,219)
#E6DCE1
(230,220,225)
#E9E3E7
(233,227,231)
#ECEAED
(236,234,237)
#EFF1F3
(239,241,243)
#F2F8F9
(242,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4B2BD; }

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

This text font color is #D4B2BD.


Background Color

.myBgColor { background-color: #D4B2BD; }

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

This div background color is #D4B2BD.


Border color

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

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

This div border color is #D4B2BD.


Opacity

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

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

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

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

This text has shadow with #D4B2BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4B2BD on black background.


Color preview on white background

This text has color #D4B2BD on white background.



Black color preview on #D4B2BD background

This text has black color on #D4B2BD background.


White color preview on #D4B2BD background

This text has white color on #D4B2BD background.