COLOR #D6B7D2

HEX: #D6B7D2 RGB: (214,183,210)

Color info

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

RGB color model

#D6B7D2 color RGB value is (214,183,210).

RGB: (214,183,210) (84%, 72%, 82%)

RGB channels and saturation

R 214 of 255 = 84%
G 183 of 255 = 72%
B 210 of 255 = 82%

214
183
210

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

Portions of RGB colors in percentages

R + G + B = 214 + 183 + 210 = 607 (100%)
R 214 of 607 ~ 35.26%
G 183 of 607 ~ 30.15%
B 210 of 607 ~ 34.6'%

%35.26
%30.15
%34.6

CMYK color model

#D6B7D2 color CMYK value is (0,14,2,16).

  • cyan value is 0.00%
  • magenta value is 14.49%
  • yellow value is 1.87%
  • key color value is 16.08%
CMYK: (0,14,2,16) C0M14Y2K16 (0%,14%,2%,16%) (0.00/0.14/0.02/0.16) 

CMYK percentages

%0
%14.49
%1.87
%16.08

Codes

Color #D6B7D2 in popluar color models

D6 B7 D2
RGB 214 183 210
HSL 308° 27.43% 77.84%
HSB/HSV 308° 14.49% 83.92%
CMYK 0.00% 14.49% 1.87%
16.08%

Color #D6B7D2 in popluar number systems.

HEX D6 B7 D2
Decimal 214 183 210
Binary 11010110 10110111 11010010
Octal 326 267 322

Shades and tints

Shades of #D6B7D2

#D6B7D2
(214,183,210)
#C3A7BF
(195,167,191)
#B097AC
(176,151,172)
#9D8799
(157,135,153)
#8A7786
(138,119,134)
#776773
(119,103,115)
#645760
(100,87,96)
#51474D
(81,71,77)
#3E373A
(62,55,58)
#2B2727
(43,39,39)
#181714
(24,23,20)
#000000
(0,0,0)

Tints of #D6B7D2

#D6B7D2
(214,183,210)
#D9BDD6
(217,189,214)
#DCC3DA
(220,195,218)
#DFC9DE
(223,201,222)
#E2CFE2
(226,207,226)
#E5D5E6
(229,213,230)
#E8DBEA
(232,219,234)
#EBE1EE
(235,225,238)
#EEE7F2
(238,231,242)
#F1EDF6
(241,237,246)
#F4F3FA
(244,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6B7D2 color. Also use rgb(214,183,210) instead hex code.

Text Font Color

.myTextColor { color: #D6B7D2; }

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

This text font color is #D6B7D2.

Background Color

.myBgColor { background-color: #D6B7D2; }

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

This div background color is #D6B7D2.

Border color

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

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

This div border color is #D6B7D2.

Opacity

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

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

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

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

This text has shadow with #D6B7D2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D6B7D2.

Preview

Color preview on black background

This text has color #D6B7D2 on black background.


Color preview on white background

This text has color #D6B7D2 on white background.


Black color preview on #D6B7D2 background

This text has black color on #D6B7D2 background.


White color preview on #D6B7D2 background

This text has white color on #D6B7D2 background.


Related colors

Complementary color

Complementary color for #hex is #29482D.


I love getcolorcode.com

Triadic colors

1 #D2D6B7 and #B7D2D6 with #D6B7D2 are triadic colors.

2 #D2B7D6 and #B7D6D2 with #D6B7D2 are triadic colors.