COLOR #D1B6F5

HEX: #D1B6F5 RGB: (209,182,245)

Color info

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

RGB color model

#D1B6F5 color RGB value is (209,182,245).

RGB: (209,182,245) (82%, 71%, 96%)

RGB channels and saturation

R 209 of 255 = 82%
G 182 of 255 = 71%
B 245 of 255 = 96%

209
182
245

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

Portions of RGB colors in percentages

R + G + B = 209 + 182 + 245 = 636 (100%)
R 209 of 636 ~ 32.86%
G 182 of 636 ~ 28.62%
B 245 of 636 ~ 38.52'%

%32.86
%28.62
%38.52

CMYK color model

#D1B6F5 color CMYK value is (15,26,0,4).

  • cyan value is 14.69%
  • magenta value is 25.71%
  • yellow value is 0.00%
  • key color value is 3.92%

CMYK: (15,26,0,4)
C15M26Y0K4 (15%, 26%, 0%, 4%)
(0.15 / 0.26 / 0.00 / 0.04)

CMYK percentages

%14.69
%25.71
%0
%3.92

Codes

Color #D1B6F5 in popluar color models

D1 B6 F5
RGB 209 182 245
HSL 266° 75.90% 83.73%
HSB/HSV 266° 25.71% 96.08%
CMYK 14.69% 25.71% 0.00%
3.92%

Color #D1B6F5 in popluar number systems.

HEX D1 B6 F5
Decimal 209 182 245
Binary 11010001 10110110 11110101
Octal 321 266 365

Shades and tints

Shades of #D1B6F5

#D1B6F5
(209,182,245)
#BEA6DF
(190,166,223)
#AB96C9
(171,150,201)
#9886B3
(152,134,179)
#85769D
(133,118,157)
#726687
(114,102,135)
#5F5671
(95,86,113)
#4C465B
(76,70,91)
#393645
(57,54,69)
#26262F
(38,38,47)
#131619
(19,22,25)
#000000
(0,0,0)

Tints of #D1B6F5

#D1B6F5
(209,182,245)
#D5BCF5
(213,188,245)
#D9C2F5
(217,194,245)
#DDC8F5
(221,200,245)
#E1CEF5
(225,206,245)
#E5D4F5
(229,212,245)
#E9DAF5
(233,218,245)
#EDE0F5
(237,224,245)
#F1E6F5
(241,230,245)
#F5ECF5
(245,236,245)
#F9F2F5
(249,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1B6F5 color. Also use rgb(209,182,245) instead hex code.

Text Font Color

.myTextColor { color: #D1B6F5; }

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

This text font color is #D1B6F5.

Background Color

.myBgColor { background-color: #D1B6F5; }

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

This div background color is #D1B6F5.

Border color

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

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

This div border color is #D1B6F5.

Opacity

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

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

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

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

This text has shadow with #D1B6F5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D1B6F5.

Preview

Color preview on black background

This text has color #D1B6F5 on black background.


Color preview on white background

This text has color #D1B6F5 on white background.


Black color preview on #D1B6F5 background

This text has black color on #D1B6F5 background.


White color preview on #D1B6F5 background

This text has white color on #D1B6F5 background.


Related colors

Complementary color

Complementary color for #hex is #2E490A.


I love getcolorcode.com

Triadic colors

1 #F5D1B6 and #B6F5D1 with #D1B6F5 are triadic colors.

2 #F5B6D1 and #B6D1F5 with #D1B6F5 are triadic colors.