COLOR #D4B2B5

HEX: #D4B2B5
RGB: (212,178,181)

Color info

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

RGB color model

#D4B2B5 color RGB value is (212,178,181).

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

RGB channels and saturation

R 212 of 255 = 83%
G 178 of 255 = 70%
B 181 of 255 = 71%

212
178
181

R + G + B ~ 75%. #D4B2B5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
212 + 178 + 181 = 571 (100%)
R 212 of 571 ~ 37.13%
G 178 of 571 ~ 31.17%
B 181 of 571 ~ 31.7%

%37.13
%31.17
%31.7

CMYK color model

#D4B2B5 color CMYK value is (0,16,15,17).

  • cyan value is 0.00%
  • magenta value is 16.04%
  • yellow value is 14.62%
  • key color value is 16.86%
CMYK:
(0,16,15,17)
C0M16Y15K17 
(0%,16%,15%,17%)
(0.00/0.16/0.15/0.17)	

CMYK percentages

%0
%16.04
%14.62
%16.86

Codes

Color #D4B2B5 in popluar color models

D4B2B5
RGB212178181
HSL355°28.33%76.47%
HSB/HSV355°16.04%83.14%
CMYK0.00%16.04%14.62%
16.86%

Color #D4B2B5 in popluar number systems.

HEXD4B2B5
Decimal212178181
Binary110101001011001010110101
Octal324262265

Shades and tints

Shades of #D4B2B5

#D4B2B5
(212,178,181)
#C1A2A5
(193,162,165)
#AE9295
(174,146,149)
#9B8285
(155,130,133)
#887275
(136,114,117)
#756265
(117,98,101)
#625255
(98,82,85)
#4F4245
(79,66,69)
#3C3235
(60,50,53)
#292225
(41,34,37)
#161215
(22,18,21)
#000000
(0,0,0)

Tints of #D4B2B5

#D4B2B5
(212,178,181)
#D7B9BB
(215,185,187)
#DAC0C1
(218,192,193)
#DDC7C7
(221,199,199)
#E0CECD
(224,206,205)
#E3D5D3
(227,213,211)
#E6DCD9
(230,220,217)
#E9E3DF
(233,227,223)
#ECEAE5
(236,234,229)
#EFF1EB
(239,241,235)
#F2F8F1
(242,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4B2B5; }

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

This text font color is #D4B2B5.


Background Color

.myBgColor { background-color: #D4B2B5; }

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

This div background color is #D4B2B5.


Border color

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

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

This div border color is #D4B2B5.


Opacity

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

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

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

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

This text has shadow with #D4B2B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4B2B5 on black background.


Color preview on white background

This text has color #D4B2B5 on white background.



Black color preview on #D4B2B5 background

This text has black color on #D4B2B5 background.


White color preview on #D4B2B5 background

This text has white color on #D4B2B5 background.