COLOR #D4B2B6

HEX: #D4B2B6 RGB: (212,178,182)

Color info

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

RGB color model

#D4B2B6 color RGB value is (212,178,182).

RGB: (212,178,182) (83%, 70%, 71%)

RGB channels and saturation

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

212
178
182

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

Portions of RGB colors in percentages

R + G + B = 212 + 178 + 182 = 572 (100%)
R 212 of 572 ~ 37.06%
G 178 of 572 ~ 31.12%
B 182 of 572 ~ 31.82'%

%37.06
%31.12
%31.82

CMYK color model

#D4B2B6 color CMYK value is (0,16,14,17).

  • cyan value is 0.00%
  • magenta value is 16.04%
  • yellow value is 14.15%
  • key color value is 16.86%

CMYK: (0,16,14,17)
C0M16Y14K17 (0%, 16%, 14%, 17%)
(0.00 / 0.16 / 0.14 / 0.17)

CMYK percentages

%0
%16.04
%14.15
%16.86

Codes

Color #D4B2B6 in popluar color models

D4 B2 B6
RGB 212 178 182
HSL 353° 28.33% 76.47%
HSB/HSV 353° 16.04% 83.14%
CMYK 0.00% 16.04% 14.15%
16.86%

Color #D4B2B6 in popluar number systems.

HEX D4 B2 B6
Decimal 212 178 182
Binary 11010100 10110010 10110110
Octal 324 262 266

Shades and tints

Shades of #D4B2B6

#D4B2B6
(212,178,182)
#C1A2A6
(193,162,166)
#AE9296
(174,146,150)
#9B8286
(155,130,134)
#887276
(136,114,118)
#756266
(117,98,102)
#625256
(98,82,86)
#4F4246
(79,66,70)
#3C3236
(60,50,54)
#292226
(41,34,38)
#161216
(22,18,22)
#000000
(0,0,0)

Tints of #D4B2B6

#D4B2B6
(212,178,182)
#D7B9BC
(215,185,188)
#DAC0C2
(218,192,194)
#DDC7C8
(221,199,200)
#E0CECE
(224,206,206)
#E3D5D4
(227,213,212)
#E6DCDA
(230,220,218)
#E9E3E0
(233,227,224)
#ECEAE6
(236,234,230)
#EFF1EC
(239,241,236)
#F2F8F2
(242,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4B2B6; }

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

This text font color is #D4B2B6.

Background Color

.myBgColor { background-color: #D4B2B6; }

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

This div background color is #D4B2B6.

Border color

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

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

This div border color is #D4B2B6.

Opacity

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

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

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

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

This text has shadow with #D4B2B6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D4B2B6.

Preview

Color preview on black background

This text has color #D4B2B6 on black background.


Color preview on white background

This text has color #D4B2B6 on white background.


Black color preview on #D4B2B6 background

This text has black color on #D4B2B6 background.


White color preview on #D4B2B6 background

This text has white color on #D4B2B6 background.


Related colors

Complementary color

Complementary color for #hex is #2B4D49.


I love getcolorcode.com

Triadic colors

1 #B6D4B2 and #B2B6D4 with #D4B2B6 are triadic colors.

2 #B6B2D4 and #B2D4B6 with #D4B2B6 are triadic colors.