COLOR #D6B2D1

HEX: #D6B2D1 RGB: (214,178,209)

Color info

#D6B2D1 contains red, green and blue colors in about the same proportion. Web safe color of #D6B2D1 is #CC99CC (or #C9C).

RGB color model

#D6B2D1 color RGB value is (214,178,209).

RGB: (214,178,209) (84%, 70%, 82%)

RGB channels and saturation

R 214 of 255 = 84%
G 178 of 255 = 70%
B 209 of 255 = 82%

214
178
209

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

Portions of RGB colors in percentages

R + G + B = 214 + 178 + 209 = 601 (100%)
R 214 of 601 ~ 35.61%
G 178 of 601 ~ 29.62%
B 209 of 601 ~ 34.78'%

%35.61
%29.62
%34.78

CMYK color model

#D6B2D1 color CMYK value is (0,17,2,16).

  • cyan value is 0.00%
  • magenta value is 16.82%
  • yellow value is 2.34%
  • key color value is 16.08%

CMYK: (0,17,2,16)
C0M17Y2K16 (0%, 17%, 2%, 16%)
(0.00 / 0.17 / 0.02 / 0.16)

CMYK percentages

%0
%16.82
%2.34
%16.08

Codes

Color #D6B2D1 in popluar color models

D6 B2 D1
RGB 214 178 209
HSL 308° 30.51% 76.86%
HSB/HSV 308° 16.82% 83.92%
CMYK 0.00% 16.82% 2.34%
16.08%

Color #D6B2D1 in popluar number systems.

HEX D6 B2 D1
Decimal 214 178 209
Binary 11010110 10110010 11010001
Octal 326 262 321

Shades and tints

Shades of #D6B2D1

#D6B2D1
(214,178,209)
#C3A2BE
(195,162,190)
#B092AB
(176,146,171)
#9D8298
(157,130,152)
#8A7285
(138,114,133)
#776272
(119,98,114)
#64525F
(100,82,95)
#51424C
(81,66,76)
#3E3239
(62,50,57)
#2B2226
(43,34,38)
#181213
(24,18,19)
#000000
(0,0,0)

Tints of #D6B2D1

#D6B2D1
(214,178,209)
#D9B9D5
(217,185,213)
#DCC0D9
(220,192,217)
#DFC7DD
(223,199,221)
#E2CEE1
(226,206,225)
#E5D5E5
(229,213,229)
#E8DCE9
(232,220,233)
#EBE3ED
(235,227,237)
#EEEAF1
(238,234,241)
#F1F1F5
(241,241,245)
#F4F8F9
(244,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6B2D1 color. Also use rgb(214,178,209) instead hex code.

Text Font Color

.myTextColor { color: #D6B2D1; }

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

This text font color is #D6B2D1.

Background Color

.myBgColor { background-color: #D6B2D1; }

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

This div background color is #D6B2D1.

Border color

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

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

This div border color is #D6B2D1.

Opacity

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

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

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

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

This text has shadow with #D6B2D1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D6B2D1.

Preview

Color preview on black background

This text has color #D6B2D1 on black background.


Color preview on white background

This text has color #D6B2D1 on white background.


Black color preview on #D6B2D1 background

This text has black color on #D6B2D1 background.


White color preview on #D6B2D1 background

This text has white color on #D6B2D1 background.


Related colors

Complementary color

Complementary color for #hex is #294D2E.


I love getcolorcode.com

Triadic colors

1 #D1D6B2 and #B2D1D6 with #D6B2D1 are triadic colors.

2 #D1B2D6 and #B2D6D1 with #D6B2D1 are triadic colors.