COLOR #D4BCD0

HEX: #D4BCD0 RGB: (212,188,208)

Color info

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

RGB color model

#D4BCD0 color RGB value is (212,188,208).

RGB: (212,188,208) (83%, 74%, 82%)

RGB channels and saturation

R 212 of 255 = 83%
G 188 of 255 = 74%
B 208 of 255 = 82%

212
188
208

R + G + B ~ 80%. #D4BCD0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 212 + 188 + 208 = 608 (100%)
R 212 of 608 ~ 34.87%
G 188 of 608 ~ 30.92%
B 208 of 608 ~ 34.21'%

%34.87
%30.92
%34.21

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 11.32%
  • yellow value is 1.89%
  • key color value is 16.86%

CMYK: (0,11,2,17)
C0M11Y2K17 (0%, 11%, 2%, 17%)
(0.00 / 0.11 / 0.02 / 0.17)

CMYK percentages

%0
%11.32
%1.89
%16.86

Codes

Color #D4BCD0 in popluar color models

D4 BC D0
RGB 212 188 208
HSL 310° 21.82% 78.43%
HSB/HSV 310° 11.32% 83.14%
CMYK 0.00% 11.32% 1.89%
16.86%

Color #D4BCD0 in popluar number systems.

HEX D4 BC D0
Decimal 212 188 208
Binary 11010100 10111100 11010000
Octal 324 274 320

Shades and tints

Shades of #D4BCD0

#D4BCD0
(212,188,208)
#C1ABBE
(193,171,190)
#AE9AAC
(174,154,172)
#9B899A
(155,137,154)
#887888
(136,120,136)
#756776
(117,103,118)
#625664
(98,86,100)
#4F4552
(79,69,82)
#3C3440
(60,52,64)
#29232E
(41,35,46)
#16121C
(22,18,28)
#000000
(0,0,0)

Tints of #D4BCD0

#D4BCD0
(212,188,208)
#D7C2D4
(215,194,212)
#DAC8D8
(218,200,216)
#DDCEDC
(221,206,220)
#E0D4E0
(224,212,224)
#E3DAE4
(227,218,228)
#E6E0E8
(230,224,232)
#E9E6EC
(233,230,236)
#ECECF0
(236,236,240)
#EFF2F4
(239,242,244)
#F2F8F8
(242,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4BCD0; }

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

This text font color is #D4BCD0.

Background Color

.myBgColor { background-color: #D4BCD0; }

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

This div background color is #D4BCD0.

Border color

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

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

This div border color is #D4BCD0.

Opacity

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

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

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

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

This text has shadow with #D4BCD0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D4BCD0.

Preview

Color preview on black background

This text has color #D4BCD0 on black background.


Color preview on white background

This text has color #D4BCD0 on white background.


Black color preview on #D4BCD0 background

This text has black color on #D4BCD0 background.


White color preview on #D4BCD0 background

This text has white color on #D4BCD0 background.


Related colors

Complementary color

Complementary color for #hex is #2B432F.


I love getcolorcode.com

Triadic colors

1 #D0D4BC and #BCD0D4 with #D4BCD0 are triadic colors.

2 #D0BCD4 and #BCD4D0 with #D4BCD0 are triadic colors.