COLOR #D8BCD2

HEX: #D8BCD2 RGB: (216,188,210)

Color info

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

RGB color model

#D8BCD2 color RGB value is (216,188,210).

RGB: (216,188,210) (85%, 74%, 82%)

RGB channels and saturation

R 216 of 255 = 85%
G 188 of 255 = 74%
B 210 of 255 = 82%

216
188
210

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

Portions of RGB colors in percentages

R + G + B = 216 + 188 + 210 = 614 (100%)
R 216 of 614 ~ 35.18%
G 188 of 614 ~ 30.62%
B 210 of 614 ~ 34.2'%

%35.18
%30.62
%34.2

CMYK color model

#D8BCD2 color CMYK value is (0,13,3,15).

  • cyan value is 0.00%
  • magenta value is 12.96%
  • yellow value is 2.78%
  • key color value is 15.29%

CMYK: (0,13,3,15)
C0M13Y3K15 (0%, 13%, 3%, 15%)
(0.00 / 0.13 / 0.03 / 0.15)

CMYK percentages

%0
%12.96
%2.78
%15.29

Codes

Color #D8BCD2 in popluar color models

D8 BC D2
RGB 216 188 210
HSL 313° 26.42% 79.22%
HSB/HSV 313° 12.96% 84.71%
CMYK 0.00% 12.96% 2.78%
15.29%

Color #D8BCD2 in popluar number systems.

HEX D8 BC D2
Decimal 216 188 210
Binary 11011000 10111100 11010010
Octal 330 274 322

Shades and tints

Shades of #D8BCD2

#D8BCD2
(216,188,210)
#C5ABBF
(197,171,191)
#B29AAC
(178,154,172)
#9F8999
(159,137,153)
#8C7886
(140,120,134)
#796773
(121,103,115)
#665660
(102,86,96)
#53454D
(83,69,77)
#40343A
(64,52,58)
#2D2327
(45,35,39)
#1A1214
(26,18,20)
#000000
(0,0,0)

Tints of #D8BCD2

#D8BCD2
(216,188,210)
#DBC2D6
(219,194,214)
#DEC8DA
(222,200,218)
#E1CEDE
(225,206,222)
#E4D4E2
(228,212,226)
#E7DAE6
(231,218,230)
#EAE0EA
(234,224,234)
#EDE6EE
(237,230,238)
#F0ECF2
(240,236,242)
#F3F2F6
(243,242,246)
#F6F8FA
(246,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8BCD2 color. Also use rgb(216,188,210) instead hex code.

Text Font Color

.myTextColor { color: #D8BCD2; }

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

This text font color is #D8BCD2.

Background Color

.myBgColor { background-color: #D8BCD2; }

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

This div background color is #D8BCD2.

Border color

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

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

This div border color is #D8BCD2.

Opacity

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

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

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

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

This text has shadow with #D8BCD2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D8BCD2.

Preview

Color preview on black background

This text has color #D8BCD2 on black background.


Color preview on white background

This text has color #D8BCD2 on white background.


Black color preview on #D8BCD2 background

This text has black color on #D8BCD2 background.


White color preview on #D8BCD2 background

This text has white color on #D8BCD2 background.


Related colors

Complementary color

Complementary color for #hex is #27432D.


I love getcolorcode.com

Triadic colors

1 #D2D8BC and #BCD2D8 with #D8BCD2 are triadic colors.

2 #D2BCD8 and #BCD8D2 with #D8BCD2 are triadic colors.