COLOR #D6B1DB

HEX: #D6B1DB
RGB: (214,177,219)

Color info

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

RGB color model

#D6B1DB color RGB value is (214,177,219).

  • red value is 214;
  • green value is 177;
  • blue value is 219.
RGB:
(214,177,219)
(84%,69%,86%)

RGB channels and saturation

R 214 of 255 = 84%
G 177 of 255 = 69%
B 219 of 255 = 86%

214
177
219

R + G + B ~ 80%. #D6B1DB is quite light color.

Portions of RGB colors in percentages

R + G + B =
214 + 177 + 219 = 610 (100%)
R 214 of 610 ~ 35.08%
G 177 of 610 ~ 29.02%
B 219 of 610 ~ 35.9%

%35.08
%29.02
%35.9

CMYK color model

#D6B1DB color CMYK value is (2,19,0,14).

  • cyan value is 2.28%
  • magenta value is 19.18%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(2,19,0,14)
C2M19Y0K14 
(2%,19%,0%,14%)
(0.02/0.19/0.00/0.14)	

CMYK percentages

%2.28
%19.18
%0
%14.12

Codes

Color #D6B1DB in popluar color models

D6B1DB
RGB214177219
HSL293°36.84%77.65%
HSB/HSV293°19.18%85.88%
CMYK2.28%19.18%0.00%
14.12%

Color #D6B1DB in popluar number systems.

HEXD6B1DB
Decimal214177219
Binary110101101011000111011011
Octal326261333

Shades and tints

Shades of #D6B1DB

#D6B1DB
(214,177,219)
#C3A1C8
(195,161,200)
#B091B5
(176,145,181)
#9D81A2
(157,129,162)
#8A718F
(138,113,143)
#77617C
(119,97,124)
#645169
(100,81,105)
#514156
(81,65,86)
#3E3143
(62,49,67)
#2B2130
(43,33,48)
#18111D
(24,17,29)
#000000
(0,0,0)

Tints of #D6B1DB

#D6B1DB
(214,177,219)
#D9B8DE
(217,184,222)
#DCBFE1
(220,191,225)
#DFC6E4
(223,198,228)
#E2CDE7
(226,205,231)
#E5D4EA
(229,212,234)
#E8DBED
(232,219,237)
#EBE2F0
(235,226,240)
#EEE9F3
(238,233,243)
#F1F0F6
(241,240,246)
#F4F7F9
(244,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6B1DB color. Also use rgb(214,177,219) instead hex code.

Text Font Color

.myTextColor { color: #D6B1DB; }

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

This text font color is #D6B1DB.


Background Color

.myBgColor { background-color: #D6B1DB; }

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

This div background color is #D6B1DB.


Border color

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

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

This div border color is #D6B1DB.


Opacity

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

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

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

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

This text has shadow with #D6B1DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6B1DB on black background.


Color preview on white background

This text has color #D6B1DB on white background.



Black color preview on #D6B1DB background

This text has black color on #D6B1DB background.


White color preview on #D6B1DB background

This text has white color on #D6B1DB background.