COLOR #D1B6EC

HEX: #D1B6EC RGB: (209,182,236)

Color info

#D1B6EC contains red, green and blue colors in about the same proportion. Web safe color of #D1B6EC is #CCCCFF (or #CCF).

RGB color model

#D1B6EC color RGB value is (209,182,236).

RGB: (209,182,236) (82%, 71%, 93%)

RGB channels and saturation

R 209 of 255 = 82%
G 182 of 255 = 71%
B 236 of 255 = 93%

209
182
236

R + G + B ~ 82%. #D1B6EC is quite light color.

Portions of RGB colors in percentages

R + G + B = 209 + 182 + 236 = 627 (100%)
R 209 of 627 ~ 33.33%
G 182 of 627 ~ 29.03%
B 236 of 627 ~ 37.64'%

%33.33
%29.03
%37.64

CMYK color model

#D1B6EC color CMYK value is (11,23,0,7).

  • cyan value is 11.44%
  • magenta value is 22.88%
  • yellow value is 0.00%
  • key color value is 7.45%

CMYK: (11,23,0,7)
C11M23Y0K7 (11%, 23%, 0%, 7%)
(0.11 / 0.23 / 0.00 / 0.07)

CMYK percentages

%11.44
%22.88
%0
%7.45

Codes

Color #D1B6EC in popluar color models

D1 B6 EC
RGB 209 182 236
HSL 270° 58.70% 81.96%
HSB/HSV 270° 22.88% 92.55%
CMYK 11.44% 22.88% 0.00%
7.45%

Color #D1B6EC in popluar number systems.

HEX D1 B6 EC
Decimal 209 182 236
Binary 11010001 10110110 11101100
Octal 321 266 354

Shades and tints

Shades of #D1B6EC

#D1B6EC
(209,182,236)
#BEA6D7
(190,166,215)
#AB96C2
(171,150,194)
#9886AD
(152,134,173)
#857698
(133,118,152)
#726683
(114,102,131)
#5F566E
(95,86,110)
#4C4659
(76,70,89)
#393644
(57,54,68)
#26262F
(38,38,47)
#13161A
(19,22,26)
#000000
(0,0,0)

Tints of #D1B6EC

#D1B6EC
(209,182,236)
#D5BCED
(213,188,237)
#D9C2EE
(217,194,238)
#DDC8EF
(221,200,239)
#E1CEF0
(225,206,240)
#E5D4F1
(229,212,241)
#E9DAF2
(233,218,242)
#EDE0F3
(237,224,243)
#F1E6F4
(241,230,244)
#F5ECF5
(245,236,245)
#F9F2F6
(249,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1B6EC; }

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

This text font color is #D1B6EC.

Background Color

.myBgColor { background-color: #D1B6EC; }

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

This div background color is #D1B6EC.

Border color

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

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

This div border color is #D1B6EC.

Opacity

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

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

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

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

This text has shadow with #D1B6EC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D1B6EC.

Preview

Color preview on black background

This text has color #D1B6EC on black background.


Color preview on white background

This text has color #D1B6EC on white background.


Black color preview on #D1B6EC background

This text has black color on #D1B6EC background.


White color preview on #D1B6EC background

This text has white color on #D1B6EC background.


Related colors

Complementary color

Complementary color for #hex is #2E4913.


I love getcolorcode.com

Triadic colors

1 #ECD1B6 and #B6ECD1 with #D1B6EC are triadic colors.

2 #ECB6D1 and #B6D1EC with #D1B6EC are triadic colors.