COLOR #D8BCDC

HEX: #D8BCDC RGB: (216,188,220)

Color info

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

RGB color model

#D8BCDC color RGB value is (216,188,220).

RGB: (216,188,220) (85%, 74%, 86%)

RGB channels and saturation

R 216 of 255 = 85%
G 188 of 255 = 74%
B 220 of 255 = 86%

216
188
220

R + G + B ~ 82%. #D8BCDC is quite light color.

Portions of RGB colors in percentages

R + G + B = 216 + 188 + 220 = 624 (100%)
R 216 of 624 ~ 34.62%
G 188 of 624 ~ 30.13%
B 220 of 624 ~ 35.26'%

%34.62
%30.13
%35.26

CMYK color model

#D8BCDC color CMYK value is (2,15,0,14).

  • cyan value is 1.82%
  • magenta value is 14.55%
  • yellow value is 0.00%
  • key color value is 13.73%

CMYK: (2,15,0,14)
C2M15Y0K14 (2%, 15%, 0%, 14%)
(0.02 / 0.15 / 0.00 / 0.14)

CMYK percentages

%1.82
%14.55
%0
%13.73

Codes

Color #D8BCDC in popluar color models

D8 BC DC
RGB 216 188 220
HSL 293° 31.37% 80.00%
HSB/HSV 293° 14.55% 86.27%
CMYK 1.82% 14.55% 0.00%
13.73%

Color #D8BCDC in popluar number systems.

HEX D8 BC DC
Decimal 216 188 220
Binary 11011000 10111100 11011100
Octal 330 274 334

Shades and tints

Shades of #D8BCDC

#D8BCDC
(216,188,220)
#C5ABC8
(197,171,200)
#B29AB4
(178,154,180)
#9F89A0
(159,137,160)
#8C788C
(140,120,140)
#796778
(121,103,120)
#665664
(102,86,100)
#534550
(83,69,80)
#40343C
(64,52,60)
#2D2328
(45,35,40)
#1A1214
(26,18,20)
#000000
(0,0,0)

Tints of #D8BCDC

#D8BCDC
(216,188,220)
#DBC2DF
(219,194,223)
#DEC8E2
(222,200,226)
#E1CEE5
(225,206,229)
#E4D4E8
(228,212,232)
#E7DAEB
(231,218,235)
#EAE0EE
(234,224,238)
#EDE6F1
(237,230,241)
#F0ECF4
(240,236,244)
#F3F2F7
(243,242,247)
#F6F8FA
(246,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8BCDC; }

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

This text font color is #D8BCDC.

Background Color

.myBgColor { background-color: #D8BCDC; }

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

This div background color is #D8BCDC.

Border color

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

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

This div border color is #D8BCDC.

Opacity

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

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

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

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

This text has shadow with #D8BCDC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D8BCDC.

Preview

Color preview on black background

This text has color #D8BCDC on black background.


Color preview on white background

This text has color #D8BCDC on white background.


Black color preview on #D8BCDC background

This text has black color on #D8BCDC background.


White color preview on #D8BCDC background

This text has white color on #D8BCDC background.


Related colors

Complementary color

Complementary color for #hex is #274323.


I love getcolorcode.com

Triadic colors

1 #DCD8BC and #BCDCD8 with #D8BCDC are triadic colors.

2 #DCBCD8 and #BCD8DC with #D8BCDC are triadic colors.