COLOR #D6BFDB

HEX: #D6BFDB
RGB: (214,191,219)

Color info

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

RGB color model

#D6BFDB color RGB value is (214,191,219).

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

RGB channels and saturation

R 214 of 255 = 84%
G 191 of 255 = 75%
B 219 of 255 = 86%

214
191
219

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

Portions of RGB colors in percentages

R + G + B =
214 + 191 + 219 = 624 (100%)
R 214 of 624 ~ 34.29%
G 191 of 624 ~ 30.61%
B 219 of 624 ~ 35.1%

%34.29
%30.61
%35.1

CMYK color model

#D6BFDB color CMYK value is (2,13,0,14).

  • cyan value is 2.28%
  • magenta value is 12.79%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(2,13,0,14)
C2M13Y0K14 
(2%,13%,0%,14%)
(0.02/0.13/0.00/0.14)	

CMYK percentages

%2.28
%12.79
%0
%14.12

Codes

Color #D6BFDB in popluar color models

D6BFDB
RGB214191219
HSL289°28.00%80.39%
HSB/HSV289°12.79%85.88%
CMYK2.28%12.79%0.00%
14.12%

Color #D6BFDB in popluar number systems.

HEXD6BFDB
Decimal214191219
Binary110101101011111111011011
Octal326277333

Shades and tints

Shades of #D6BFDB

#D6BFDB
(214,191,219)
#C3AEC8
(195,174,200)
#B09DB5
(176,157,181)
#9D8CA2
(157,140,162)
#8A7B8F
(138,123,143)
#776A7C
(119,106,124)
#645969
(100,89,105)
#514856
(81,72,86)
#3E3743
(62,55,67)
#2B2630
(43,38,48)
#18151D
(24,21,29)
#000000
(0,0,0)

Tints of #D6BFDB

#D6BFDB
(214,191,219)
#D9C4DE
(217,196,222)
#DCC9E1
(220,201,225)
#DFCEE4
(223,206,228)
#E2D3E7
(226,211,231)
#E5D8EA
(229,216,234)
#E8DDED
(232,221,237)
#EBE2F0
(235,226,240)
#EEE7F3
(238,231,243)
#F1ECF6
(241,236,246)
#F4F1F9
(244,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6BFDB; }

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

This text font color is #D6BFDB.


Background Color

.myBgColor { background-color: #D6BFDB; }

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

This div background color is #D6BFDB.


Border color

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

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

This div border color is #D6BFDB.


Opacity

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

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

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

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

This text has shadow with #D6BFDB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6BFDB on black background.


Color preview on white background

This text has color #D6BFDB on white background.



Black color preview on #D6BFDB background

This text has black color on #D6BFDB background.


White color preview on #D6BFDB background

This text has white color on #D6BFDB background.