COLOR #D6BFBC

HEX: #D6BFBC RGB: (214,191,188)

Color info

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

RGB color model

#D6BFBC color RGB value is (214,191,188).

RGB: (214,191,188) (84%, 75%, 74%)

RGB channels and saturation

R 214 of 255 = 84%
G 191 of 255 = 75%
B 188 of 255 = 74%

214
191
188

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

Portions of RGB colors in percentages

R + G + B = 214 + 191 + 188 = 593 (100%)
R 214 of 593 ~ 36.09%
G 191 of 593 ~ 32.21%
B 188 of 593 ~ 31.7'%

%36.09
%32.21
%31.7

CMYK color model

#D6BFBC color CMYK value is (0,11,12,16).

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

CMYK: (0,11,12,16)
C0M11Y12K16 (0%, 11%, 12%, 16%)
(0.00 / 0.11 / 0.12 / 0.16)

CMYK percentages

%0
%10.75
%12.15
%16.08

Codes

Color #D6BFBC in popluar color models

D6 BF BC
RGB 214 191 188
HSL 24.07% 78.82%
HSB/HSV 12.15% 83.92%
CMYK 0.00% 10.75% 12.15%
16.08%

Color #D6BFBC in popluar number systems.

HEX D6 BF BC
Decimal 214 191 188
Binary 11010110 10111111 10111100
Octal 326 277 274

Shades and tints

Shades of #D6BFBC

#D6BFBC
(214,191,188)
#C3AEAB
(195,174,171)
#B09D9A
(176,157,154)
#9D8C89
(157,140,137)
#8A7B78
(138,123,120)
#776A67
(119,106,103)
#645956
(100,89,86)
#514845
(81,72,69)
#3E3734
(62,55,52)
#2B2623
(43,38,35)
#181512
(24,21,18)
#000000
(0,0,0)

Tints of #D6BFBC

#D6BFBC
(214,191,188)
#D9C4C2
(217,196,194)
#DCC9C8
(220,201,200)
#DFCECE
(223,206,206)
#E2D3D4
(226,211,212)
#E5D8DA
(229,216,218)
#E8DDE0
(232,221,224)
#EBE2E6
(235,226,230)
#EEE7EC
(238,231,236)
#F1ECF2
(241,236,242)
#F4F1F8
(244,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6BFBC; }

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

This text font color is #D6BFBC.

Background Color

.myBgColor { background-color: #D6BFBC; }

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

This div background color is #D6BFBC.

Border color

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

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

This div border color is #D6BFBC.

Opacity

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

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

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

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

This text has shadow with #D6BFBC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D6BFBC.

Preview

Color preview on black background

This text has color #D6BFBC on black background.


Color preview on white background

This text has color #D6BFBC on white background.


Black color preview on #D6BFBC background

This text has black color on #D6BFBC background.


White color preview on #D6BFBC background

This text has white color on #D6BFBC background.


Related colors

Complementary color

Complementary color for #hex is #294043.


I love getcolorcode.com

Triadic colors

1 #BCD6BF and #BFBCD6 with #D6BFBC are triadic colors.

2 #BCBFD6 and #BFD6BC with #D6BFBC are triadic colors.