COLOR #D4BCC8

HEX: #D4BCC8 RGB: (212,188,200)

Color info

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

RGB color model

#D4BCC8 color RGB value is (212,188,200).

RGB: (212,188,200) (83%, 74%, 78%)

RGB channels and saturation

R 212 of 255 = 83%
G 188 of 255 = 74%
B 200 of 255 = 78%

212
188
200

R + G + B ~ 78%. #D4BCC8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 212 + 188 + 200 = 600 (100%)
R 212 of 600 ~ 35.33%
G 188 of 600 ~ 31.33%
B 200 of 600 ~ 33.33'%

%35.33
%31.33
%33.33

CMYK color model

#D4BCC8 color CMYK value is (0,11,6,17).

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

CMYK: (0,11,6,17)
C0M11Y6K17 (0%, 11%, 6%, 17%)
(0.00 / 0.11 / 0.06 / 0.17)

CMYK percentages

%0
%11.32
%5.66
%16.86

Codes

Color #D4BCC8 in popluar color models

D4 BC C8
RGB 212 188 200
HSL 330° 21.82% 78.43%
HSB/HSV 330° 11.32% 83.14%
CMYK 0.00% 11.32% 5.66%
16.86%

Color #D4BCC8 in popluar number systems.

HEX D4 BC C8
Decimal 212 188 200
Binary 11010100 10111100 11001000
Octal 324 274 310

Shades and tints

Shades of #D4BCC8

#D4BCC8
(212,188,200)
#C1ABB6
(193,171,182)
#AE9AA4
(174,154,164)
#9B8992
(155,137,146)
#887880
(136,120,128)
#75676E
(117,103,110)
#62565C
(98,86,92)
#4F454A
(79,69,74)
#3C3438
(60,52,56)
#292326
(41,35,38)
#161214
(22,18,20)
#000000
(0,0,0)

Tints of #D4BCC8

#D4BCC8
(212,188,200)
#D7C2CD
(215,194,205)
#DAC8D2
(218,200,210)
#DDCED7
(221,206,215)
#E0D4DC
(224,212,220)
#E3DAE1
(227,218,225)
#E6E0E6
(230,224,230)
#E9E6EB
(233,230,235)
#ECECF0
(236,236,240)
#EFF2F5
(239,242,245)
#F2F8FA
(242,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4BCC8; }

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

This text font color is #D4BCC8.

Background Color

.myBgColor { background-color: #D4BCC8; }

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

This div background color is #D4BCC8.

Border color

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

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

This div border color is #D4BCC8.

Opacity

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

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

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

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

This text has shadow with #D4BCC8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D4BCC8.

Preview

Color preview on black background

This text has color #D4BCC8 on black background.


Color preview on white background

This text has color #D4BCC8 on white background.


Black color preview on #D4BCC8 background

This text has black color on #D4BCC8 background.


White color preview on #D4BCC8 background

This text has white color on #D4BCC8 background.


Related colors

Complementary color

Complementary color for #hex is #2B4337.


I love getcolorcode.com

Triadic colors

1 #C8D4BC and #BCC8D4 with #D4BCC8 are triadic colors.

2 #C8BCD4 and #BCD4C8 with #D4BCC8 are triadic colors.