COLOR #D7BCDC

HEX: #D7BCDC RGB: (215,188,220)

Color info

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

RGB color model

#D7BCDC color RGB value is (215,188,220).

RGB: (215,188,220) (84%, 74%, 86%)

RGB channels and saturation

R 215 of 255 = 84%
G 188 of 255 = 74%
B 220 of 255 = 86%

215
188
220

R + G + B ~ 81%. #D7BCDC is quite light color.

Portions of RGB colors in percentages

R + G + B = 215 + 188 + 220 = 623 (100%)
R 215 of 623 ~ 34.51%
G 188 of 623 ~ 30.18%
B 220 of 623 ~ 35.31'%

%34.51
%30.18
%35.31

CMYK color model

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

  • cyan value is 2.27%
  • 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

%2.27
%14.55
%0
%13.73

Codes

Color #D7BCDC in popluar color models

D7 BC DC
RGB 215 188 220
HSL 291° 31.37% 80.00%
HSB/HSV 291° 14.55% 86.27%
CMYK 2.27% 14.55% 0.00%
13.73%

Color #D7BCDC in popluar number systems.

HEX D7 BC DC
Decimal 215 188 220
Binary 11010111 10111100 11011100
Octal 327 274 334

Shades and tints

Shades of #D7BCDC

#D7BCDC
(215,188,220)
#C4ABC8
(196,171,200)
#B19AB4
(177,154,180)
#9E89A0
(158,137,160)
#8B788C
(139,120,140)
#786778
(120,103,120)
#655664
(101,86,100)
#524550
(82,69,80)
#3F343C
(63,52,60)
#2C2328
(44,35,40)
#191214
(25,18,20)
#000000
(0,0,0)

Tints of #D7BCDC

#D7BCDC
(215,188,220)
#DAC2DF
(218,194,223)
#DDC8E2
(221,200,226)
#E0CEE5
(224,206,229)
#E3D4E8
(227,212,232)
#E6DAEB
(230,218,235)
#E9E0EE
(233,224,238)
#ECE6F1
(236,230,241)
#EFECF4
(239,236,244)
#F2F2F7
(242,242,247)
#F5F8FA
(245,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7BCDC; }

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

This text font color is #D7BCDC.

Background Color

.myBgColor { background-color: #D7BCDC; }

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

This div background color is #D7BCDC.

Border color

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

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

This div border color is #D7BCDC.

Opacity

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

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

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

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

This text has shadow with #D7BCDC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D7BCDC.

Preview

Color preview on black background

This text has color #D7BCDC on black background.


Color preview on white background

This text has color #D7BCDC on white background.


Black color preview on #D7BCDC background

This text has black color on #D7BCDC background.


White color preview on #D7BCDC background

This text has white color on #D7BCDC background.


Related colors

Complementary color

Complementary color for #hex is #284323.


I love getcolorcode.com

Triadic colors

1 #DCD7BC and #BCDCD7 with #D7BCDC are triadic colors.

2 #DCBCD7 and #BCD7DC with #D7BCDC are triadic colors.