COLOR #D7BCCA

HEX: #D7BCCA RGB: (215,188,202)

Color info

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

RGB color model

#D7BCCA color RGB value is (215,188,202).

RGB: (215,188,202) (84%, 74%, 79%)

RGB channels and saturation

R 215 of 255 = 84%
G 188 of 255 = 74%
B 202 of 255 = 79%

215
188
202

R + G + B ~ 79%. #D7BCCA is quite light color.

Portions of RGB colors in percentages

R + G + B = 215 + 188 + 202 = 605 (100%)
R 215 of 605 ~ 35.54%
G 188 of 605 ~ 31.07%
B 202 of 605 ~ 33.39'%

%35.54
%31.07
%33.39

CMYK color model

#D7BCCA color CMYK value is (0,13,6,16).

  • cyan value is 0.00%
  • magenta value is 12.56%
  • yellow value is 6.05%
  • key color value is 15.69%

CMYK: (0,13,6,16)
C0M13Y6K16 (0%, 13%, 6%, 16%)
(0.00 / 0.13 / 0.06 / 0.16)

CMYK percentages

%0
%12.56
%6.05
%15.69

Codes

Color #D7BCCA in popluar color models

D7 BC CA
RGB 215 188 202
HSL 329° 25.23% 79.02%
HSB/HSV 329° 12.56% 84.31%
CMYK 0.00% 12.56% 6.05%
15.69%

Color #D7BCCA in popluar number systems.

HEX D7 BC CA
Decimal 215 188 202
Binary 11010111 10111100 11001010
Octal 327 274 312

Shades and tints

Shades of #D7BCCA

#D7BCCA
(215,188,202)
#C4ABB8
(196,171,184)
#B19AA6
(177,154,166)
#9E8994
(158,137,148)
#8B7882
(139,120,130)
#786770
(120,103,112)
#65565E
(101,86,94)
#52454C
(82,69,76)
#3F343A
(63,52,58)
#2C2328
(44,35,40)
#191216
(25,18,22)
#000000
(0,0,0)

Tints of #D7BCCA

#D7BCCA
(215,188,202)
#DAC2CE
(218,194,206)
#DDC8D2
(221,200,210)
#E0CED6
(224,206,214)
#E3D4DA
(227,212,218)
#E6DADE
(230,218,222)
#E9E0E2
(233,224,226)
#ECE6E6
(236,230,230)
#EFECEA
(239,236,234)
#F2F2EE
(242,242,238)
#F5F8F2
(245,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7BCCA; }

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

This text font color is #D7BCCA.

Background Color

.myBgColor { background-color: #D7BCCA; }

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

This div background color is #D7BCCA.

Border color

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

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

This div border color is #D7BCCA.

Opacity

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

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

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

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

This text has shadow with #D7BCCA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D7BCCA.

Preview

Color preview on black background

This text has color #D7BCCA on black background.


Color preview on white background

This text has color #D7BCCA on white background.


Black color preview on #D7BCCA background

This text has black color on #D7BCCA background.


White color preview on #D7BCCA background

This text has white color on #D7BCCA background.


Related colors

Complementary color

Complementary color for #hex is #284335.


I love getcolorcode.com

Triadic colors

1 #CAD7BC and #BCCAD7 with #D7BCCA are triadic colors.

2 #CABCD7 and #BCD7CA with #D7BCCA are triadic colors.