COLOR #D3B6F2

HEX: #D3B6F2 RGB: (211,182,242)

Color info

#D3B6F2 contains mainly red and blue colors. Web safe color of #D3B6F2 is #CCCCFF (or #CCF).

RGB color model

#D3B6F2 color RGB value is (211,182,242).

RGB: (211,182,242) (83%, 71%, 95%)

RGB channels and saturation

R 211 of 255 = 83%
G 182 of 255 = 71%
B 242 of 255 = 95%

211
182
242

R + G + B ~ 83%. #D3B6F2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 211 + 182 + 242 = 635 (100%)
R 211 of 635 ~ 33.23%
G 182 of 635 ~ 28.66%
B 242 of 635 ~ 38.11'%

%33.23
%28.66
%38.11

CMYK color model

#D3B6F2 color CMYK value is (13,25,0,5).

  • cyan value is 12.81%
  • magenta value is 24.79%
  • yellow value is 0.00%
  • key color value is 5.10%

CMYK: (13,25,0,5)
C13M25Y0K5 (13%, 25%, 0%, 5%)
(0.13 / 0.25 / 0.00 / 0.05)

CMYK percentages

%12.81
%24.79
%0
%5.1

Codes

Color #D3B6F2 in popluar color models

D3 B6 F2
RGB 211 182 242
HSL 269° 69.77% 83.14%
HSB/HSV 269° 24.79% 94.90%
CMYK 12.81% 24.79% 0.00%
5.10%

Color #D3B6F2 in popluar number systems.

HEX D3 B6 F2
Decimal 211 182 242
Binary 11010011 10110110 11110010
Octal 323 266 362

Shades and tints

Shades of #D3B6F2

#D3B6F2
(211,182,242)
#C0A6DC
(192,166,220)
#AD96C6
(173,150,198)
#9A86B0
(154,134,176)
#87769A
(135,118,154)
#746684
(116,102,132)
#61566E
(97,86,110)
#4E4658
(78,70,88)
#3B3642
(59,54,66)
#28262C
(40,38,44)
#151616
(21,22,22)
#000000
(0,0,0)

Tints of #D3B6F2

#D3B6F2
(211,182,242)
#D7BCF3
(215,188,243)
#DBC2F4
(219,194,244)
#DFC8F5
(223,200,245)
#E3CEF6
(227,206,246)
#E7D4F7
(231,212,247)
#EBDAF8
(235,218,248)
#EFE0F9
(239,224,249)
#F3E6FA
(243,230,250)
#F7ECFB
(247,236,251)
#FBF2FC
(251,242,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D3B6F2; }

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

This text font color is #D3B6F2.

Background Color

.myBgColor { background-color: #D3B6F2; }

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

This div background color is #D3B6F2.

Border color

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

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

This div border color is #D3B6F2.

Opacity

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

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

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

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

This text has shadow with #D3B6F2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D3B6F2.

Preview

Color preview on black background

This text has color #D3B6F2 on black background.


Color preview on white background

This text has color #D3B6F2 on white background.


Black color preview on #D3B6F2 background

This text has black color on #D3B6F2 background.


White color preview on #D3B6F2 background

This text has white color on #D3B6F2 background.


Related colors

Complementary color

Complementary color for #hex is #2C490D.


I love getcolorcode.com

Triadic colors

1 #F2D3B6 and #B6F2D3 with #D3B6F2 are triadic colors.

2 #F2B6D3 and #B6D3F2 with #D3B6F2 are triadic colors.