COLOR #D6BCC3

HEX: #D6BCC3 RGB: (214,188,195)

Color info

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

RGB color model

#D6BCC3 color RGB value is (214,188,195).

RGB: (214,188,195) (84%, 74%, 76%)

RGB channels and saturation

R 214 of 255 = 84%
G 188 of 255 = 74%
B 195 of 255 = 76%

214
188
195

R + G + B ~ 78%. #D6BCC3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 214 + 188 + 195 = 597 (100%)
R 214 of 597 ~ 35.85%
G 188 of 597 ~ 31.49%
B 195 of 597 ~ 32.66'%

%35.85
%31.49
%32.66

CMYK color model

#D6BCC3 color CMYK value is (0,12,9,16).

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

CMYK: (0,12,9,16)
C0M12Y9K16 (0%, 12%, 9%, 16%)
(0.00 / 0.12 / 0.09 / 0.16)

CMYK percentages

%0
%12.15
%8.88
%16.08

Codes

Color #D6BCC3 in popluar color models

D6 BC C3
RGB 214 188 195
HSL 344° 24.07% 78.82%
HSB/HSV 344° 12.15% 83.92%
CMYK 0.00% 12.15% 8.88%
16.08%

Color #D6BCC3 in popluar number systems.

HEX D6 BC C3
Decimal 214 188 195
Binary 11010110 10111100 11000011
Octal 326 274 303

Shades and tints

Shades of #D6BCC3

#D6BCC3
(214,188,195)
#C3ABB2
(195,171,178)
#B09AA1
(176,154,161)
#9D8990
(157,137,144)
#8A787F
(138,120,127)
#77676E
(119,103,110)
#64565D
(100,86,93)
#51454C
(81,69,76)
#3E343B
(62,52,59)
#2B232A
(43,35,42)
#181219
(24,18,25)
#000000
(0,0,0)

Tints of #D6BCC3

#D6BCC3
(214,188,195)
#D9C2C8
(217,194,200)
#DCC8CD
(220,200,205)
#DFCED2
(223,206,210)
#E2D4D7
(226,212,215)
#E5DADC
(229,218,220)
#E8E0E1
(232,224,225)
#EBE6E6
(235,230,230)
#EEECEB
(238,236,235)
#F1F2F0
(241,242,240)
#F4F8F5
(244,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6BCC3; }

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

This text font color is #D6BCC3.

Background Color

.myBgColor { background-color: #D6BCC3; }

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

This div background color is #D6BCC3.

Border color

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

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

This div border color is #D6BCC3.

Opacity

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

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

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

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

This text has shadow with #D6BCC3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D6BCC3.

Preview

Color preview on black background

This text has color #D6BCC3 on black background.


Color preview on white background

This text has color #D6BCC3 on white background.


Black color preview on #D6BCC3 background

This text has black color on #D6BCC3 background.


White color preview on #D6BCC3 background

This text has white color on #D6BCC3 background.


Related colors

Complementary color

Complementary color for #hex is #29433C.


I love getcolorcode.com

Triadic colors

1 #C3D6BC and #BCC3D6 with #D6BCC3 are triadic colors.

2 #C3BCD6 and #BCD6C3 with #D6BCC3 are triadic colors.