COLOR #D6BFD7

HEX: #D6BFD7 RGB: (214,191,215)

Color info

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

RGB color model

#D6BFD7 color RGB value is (214,191,215).

RGB: (214,191,215) (84%, 75%, 84%)

RGB channels and saturation

R 214 of 255 = 84%
G 191 of 255 = 75%
B 215 of 255 = 84%

214
191
215

R + G + B ~ 81%. #D6BFD7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 214 + 191 + 215 = 620 (100%)
R 214 of 620 ~ 34.52%
G 191 of 620 ~ 30.81%
B 215 of 620 ~ 34.68'%

%34.52
%30.81
%34.68

CMYK color model

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

  • cyan value is 0.47%
  • magenta value is 11.16%
  • yellow value is 0.00%
  • key color value is 15.69%

CMYK: (0,11,0,16)
C0M11Y0K16 (0%, 11%, 0%, 16%)
(0.00 / 0.11 / 0.00 / 0.16)

CMYK percentages

%0.47
%11.16
%0
%15.69

Codes

Color #D6BFD7 in popluar color models

D6 BF D7
RGB 214 191 215
HSL 298° 23.08% 79.61%
HSB/HSV 298° 11.16% 84.31%
CMYK 0.47% 11.16% 0.00%
15.69%

Color #D6BFD7 in popluar number systems.

HEX D6 BF D7
Decimal 214 191 215
Binary 11010110 10111111 11010111
Octal 326 277 327

Shades and tints

Shades of #D6BFD7

#D6BFD7
(214,191,215)
#C3AEC4
(195,174,196)
#B09DB1
(176,157,177)
#9D8C9E
(157,140,158)
#8A7B8B
(138,123,139)
#776A78
(119,106,120)
#645965
(100,89,101)
#514852
(81,72,82)
#3E373F
(62,55,63)
#2B262C
(43,38,44)
#181519
(24,21,25)
#000000
(0,0,0)

Tints of #D6BFD7

#D6BFD7
(214,191,215)
#D9C4DA
(217,196,218)
#DCC9DD
(220,201,221)
#DFCEE0
(223,206,224)
#E2D3E3
(226,211,227)
#E5D8E6
(229,216,230)
#E8DDE9
(232,221,233)
#EBE2EC
(235,226,236)
#EEE7EF
(238,231,239)
#F1ECF2
(241,236,242)
#F4F1F5
(244,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6BFD7; }

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

This text font color is #D6BFD7.

Background Color

.myBgColor { background-color: #D6BFD7; }

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

This div background color is #D6BFD7.

Border color

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

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

This div border color is #D6BFD7.

Opacity

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

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

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

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

This text has shadow with #D6BFD7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D6BFD7.

Preview

Color preview on black background

This text has color #D6BFD7 on black background.


Color preview on white background

This text has color #D6BFD7 on white background.


Black color preview on #D6BFD7 background

This text has black color on #D6BFD7 background.


White color preview on #D6BFD7 background

This text has white color on #D6BFD7 background.


Related colors

Complementary color

Complementary color for #hex is #294028.


I love getcolorcode.com

Triadic colors

1 #D7D6BF and #BFD7D6 with #D6BFD7 are triadic colors.

2 #D7BFD6 and #BFD6D7 with #D6BFD7 are triadic colors.