COLOR #D6BCCC

HEX: #D6BCCC RGB: (214,188,204)

Color info

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

RGB color model

#D6BCCC color RGB value is (214,188,204).

RGB: (214,188,204) (84%, 74%, 80%)

RGB channels and saturation

R 214 of 255 = 84%
G 188 of 255 = 74%
B 204 of 255 = 80%

214
188
204

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

Portions of RGB colors in percentages

R + G + B = 214 + 188 + 204 = 606 (100%)
R 214 of 606 ~ 35.31%
G 188 of 606 ~ 31.02%
B 204 of 606 ~ 33.66'%

%35.31
%31.02
%33.66

CMYK color model

#D6BCCC color CMYK value is (0,12,5,16).

  • cyan value is 0.00%
  • magenta value is 12.15%
  • yellow value is 4.67%
  • key color value is 16.08%

CMYK: (0,12,5,16)
C0M12Y5K16 (0%, 12%, 5%, 16%)
(0.00 / 0.12 / 0.05 / 0.16)

CMYK percentages

%0
%12.15
%4.67
%16.08

Codes

Color #D6BCCC in popluar color models

D6 BC CC
RGB 214 188 204
HSL 323° 24.07% 78.82%
HSB/HSV 323° 12.15% 83.92%
CMYK 0.00% 12.15% 4.67%
16.08%

Color #D6BCCC in popluar number systems.

HEX D6 BC CC
Decimal 214 188 204
Binary 11010110 10111100 11001100
Octal 326 274 314

Shades and tints

Shades of #D6BCCC

#D6BCCC
(214,188,204)
#C3ABBA
(195,171,186)
#B09AA8
(176,154,168)
#9D8996
(157,137,150)
#8A7884
(138,120,132)
#776772
(119,103,114)
#645660
(100,86,96)
#51454E
(81,69,78)
#3E343C
(62,52,60)
#2B232A
(43,35,42)
#181218
(24,18,24)
#000000
(0,0,0)

Tints of #D6BCCC

#D6BCCC
(214,188,204)
#D9C2D0
(217,194,208)
#DCC8D4
(220,200,212)
#DFCED8
(223,206,216)
#E2D4DC
(226,212,220)
#E5DAE0
(229,218,224)
#E8E0E4
(232,224,228)
#EBE6E8
(235,230,232)
#EEECEC
(238,236,236)
#F1F2F0
(241,242,240)
#F4F8F4
(244,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6BCCC color. Also use rgb(214,188,204) instead hex code.

Text Font Color

.myTextColor { color: #D6BCCC; }

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

This text font color is #D6BCCC.

Background Color

.myBgColor { background-color: #D6BCCC; }

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

This div background color is #D6BCCC.

Border color

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

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

This div border color is #D6BCCC.

Opacity

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

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

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

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

This text has shadow with #D6BCCC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D6BCCC.

Preview

Color preview on black background

This text has color #D6BCCC on black background.


Color preview on white background

This text has color #D6BCCC on white background.


Black color preview on #D6BCCC background

This text has black color on #D6BCCC background.


White color preview on #D6BCCC background

This text has white color on #D6BCCC background.


Related colors

Complementary color

Complementary color for #hex is #294333.


I love getcolorcode.com

Triadic colors

1 #CCD6BC and #BCCCD6 with #D6BCCC are triadic colors.

2 #CCBCD6 and #BCD6CC with #D6BCCC are triadic colors.