COLOR #D4B2BC

HEX: #D4B2BC RGB: (212,178,188)

Color info

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

RGB color model

#D4B2BC color RGB value is (212,178,188).

RGB: (212,178,188) (83%, 70%, 74%)

RGB channels and saturation

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

212
178
188

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

Portions of RGB colors in percentages

R + G + B = 212 + 178 + 188 = 578 (100%)
R 212 of 578 ~ 36.68%
G 178 of 578 ~ 30.8%
B 188 of 578 ~ 32.53'%

%36.68
%30.8
%32.53

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 16.04%
  • yellow value is 11.32%
  • 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
%11.32
%16.86

Codes

Color #D4B2BC in popluar color models

D4 B2 BC
RGB 212 178 188
HSL 342° 28.33% 76.47%
HSB/HSV 342° 16.04% 83.14%
CMYK 0.00% 16.04% 11.32%
16.86%

Color #D4B2BC in popluar number systems.

HEX D4 B2 BC
Decimal 212 178 188
Binary 11010100 10110010 10111100
Octal 324 262 274

Shades and tints

Shades of #D4B2BC

#D4B2BC
(212,178,188)
#C1A2AB
(193,162,171)
#AE929A
(174,146,154)
#9B8289
(155,130,137)
#887278
(136,114,120)
#756267
(117,98,103)
#625256
(98,82,86)
#4F4245
(79,66,69)
#3C3234
(60,50,52)
#292223
(41,34,35)
#161212
(22,18,18)
#000000
(0,0,0)

Tints of #D4B2BC

#D4B2BC
(212,178,188)
#D7B9C2
(215,185,194)
#DAC0C8
(218,192,200)
#DDC7CE
(221,199,206)
#E0CED4
(224,206,212)
#E3D5DA
(227,213,218)
#E6DCE0
(230,220,224)
#E9E3E6
(233,227,230)
#ECEAEC
(236,234,236)
#EFF1F2
(239,241,242)
#F2F8F8
(242,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4B2BC; }

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

This text font color is #D4B2BC.

Background Color

.myBgColor { background-color: #D4B2BC; }

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

This div background color is #D4B2BC.

Border color

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

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

This div border color is #D4B2BC.

Opacity

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

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

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

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

This text has shadow with #D4B2BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D4B2BC.

Preview

Color preview on black background

This text has color #D4B2BC on black background.


Color preview on white background

This text has color #D4B2BC on white background.


Black color preview on #D4B2BC background

This text has black color on #D4B2BC background.


White color preview on #D4B2BC background

This text has white color on #D4B2BC background.


Related colors

Complementary color

Complementary color for #hex is #2B4D43.


I love getcolorcode.com

Triadic colors

1 #BCD4B2 and #B2BCD4 with #D4B2BC are triadic colors.

2 #BCB2D4 and #B2D4BC with #D4B2BC are triadic colors.