COLOR #D7BCD2

HEX: #D7BCD2
RGB: (215,188,210)

Color info

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

RGB color model

#D7BCD2 color RGB value is (215,188,210).

  • red value is 215;
  • green value is 188;
  • blue value is 210.
RGB:
(215,188,210)
(84%,74%,82%)

RGB channels and saturation

R 215 of 255 = 84%
G 188 of 255 = 74%
B 210 of 255 = 82%

215
188
210

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

Portions of RGB colors in percentages

R + G + B =
215 + 188 + 210 = 613 (100%)
R 215 of 613 ~ 35.07%
G 188 of 613 ~ 30.67%
B 210 of 613 ~ 34.26%

%35.07
%30.67
%34.26

CMYK color model

#D7BCD2 color CMYK value is (0,13,2,16).

  • cyan value is 0.00%
  • magenta value is 12.56%
  • yellow value is 2.33%
  • key color value is 15.69%
CMYK:
(0,13,2,16)
C0M13Y2K16 
(0%,13%,2%,16%)
(0.00/0.13/0.02/0.16)	

CMYK percentages

%0
%12.56
%2.33
%15.69

Codes

Color #D7BCD2 in popluar color models

D7BCD2
RGB215188210
HSL311°25.23%79.02%
HSB/HSV311°12.56%84.31%
CMYK0.00%12.56%2.33%
15.69%

Color #D7BCD2 in popluar number systems.

HEXD7BCD2
Decimal215188210
Binary110101111011110011010010
Octal327274322

Shades and tints

Shades of #D7BCD2

#D7BCD2
(215,188,210)
#C4ABBF
(196,171,191)
#B19AAC
(177,154,172)
#9E8999
(158,137,153)
#8B7886
(139,120,134)
#786773
(120,103,115)
#655660
(101,86,96)
#52454D
(82,69,77)
#3F343A
(63,52,58)
#2C2327
(44,35,39)
#191214
(25,18,20)
#000000
(0,0,0)

Tints of #D7BCD2

#D7BCD2
(215,188,210)
#DAC2D6
(218,194,214)
#DDC8DA
(221,200,218)
#E0CEDE
(224,206,222)
#E3D4E2
(227,212,226)
#E6DAE6
(230,218,230)
#E9E0EA
(233,224,234)
#ECE6EE
(236,230,238)
#EFECF2
(239,236,242)
#F2F2F6
(242,242,246)
#F5F8FA
(245,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7BCD2; }

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

This text font color is #D7BCD2.


Background Color

.myBgColor { background-color: #D7BCD2; }

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

This div background color is #D7BCD2.


Border color

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

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

This div border color is #D7BCD2.


Opacity

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

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

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

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

This text has shadow with #D7BCD2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7BCD2 on black background.


Color preview on white background

This text has color #D7BCD2 on white background.



Black color preview on #D7BCD2 background

This text has black color on #D7BCD2 background.


White color preview on #D7BCD2 background

This text has white color on #D7BCD2 background.