COLOR #D3B6D6

HEX: #D3B6D6 RGB: (211,182,214)

Color info

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

RGB color model

#D3B6D6 color RGB value is (211,182,214).

RGB: (211,182,214) (83%, 71%, 84%)

RGB channels and saturation

R 211 of 255 = 83%
G 182 of 255 = 71%
B 214 of 255 = 84%

211
182
214

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

Portions of RGB colors in percentages

R + G + B = 211 + 182 + 214 = 607 (100%)
R 211 of 607 ~ 34.76%
G 182 of 607 ~ 29.98%
B 214 of 607 ~ 35.26'%

%34.76
%29.98
%35.26

CMYK color model

#D3B6D6 color CMYK value is (1,15,0,16).

  • cyan value is 1.40%
  • magenta value is 14.95%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK: (1,15,0,16) C1M15Y0K16 (1%,15%,0%,16%) (0.01/0.15/0.00/0.16) 

CMYK percentages

%1.4
%14.95
%0
%16.08

Codes

Color #D3B6D6 in popluar color models

D3 B6 D6
RGB 211 182 214
HSL 294° 28.07% 77.65%
HSB/HSV 294° 14.95% 83.92%
CMYK 1.40% 14.95% 0.00%
16.08%

Color #D3B6D6 in popluar number systems.

HEX D3 B6 D6
Decimal 211 182 214
Binary 11010011 10110110 11010110
Octal 323 266 326

Shades and tints

Shades of #D3B6D6

#D3B6D6
(211,182,214)
#C0A6C3
(192,166,195)
#AD96B0
(173,150,176)
#9A869D
(154,134,157)
#87768A
(135,118,138)
#746677
(116,102,119)
#615664
(97,86,100)
#4E4651
(78,70,81)
#3B363E
(59,54,62)
#28262B
(40,38,43)
#151618
(21,22,24)
#000000
(0,0,0)

Tints of #D3B6D6

#D3B6D6
(211,182,214)
#D7BCD9
(215,188,217)
#DBC2DC
(219,194,220)
#DFC8DF
(223,200,223)
#E3CEE2
(227,206,226)
#E7D4E5
(231,212,229)
#EBDAE8
(235,218,232)
#EFE0EB
(239,224,235)
#F3E6EE
(243,230,238)
#F7ECF1
(247,236,241)
#FBF2F4
(251,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D3B6D6 color. Also use rgb(211,182,214) instead hex code.

Text Font Color

.myTextColor { color: #D3B6D6; }

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

This text font color is #D3B6D6.

Background Color

.myBgColor { background-color: #D3B6D6; }

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

This div background color is #D3B6D6.

Border color

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

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

This div border color is #D3B6D6.

Opacity

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

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

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

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

This text has shadow with #D3B6D6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D3B6D6.

Preview

Color preview on black background

This text has color #D3B6D6 on black background.


Color preview on white background

This text has color #D3B6D6 on white background.


Black color preview on #D3B6D6 background

This text has black color on #D3B6D6 background.


White color preview on #D3B6D6 background

This text has white color on #D3B6D6 background.


Related colors

Complementary color

Complementary color for #hex is #2C4929.


I love getcolorcode.com

Triadic colors

1 #D6D3B6 and #B6D6D3 with #D3B6D6 are triadic colors.

2 #D6B6D3 and #B6D3D6 with #D3B6D6 are triadic colors.