COLOR #D6BFDA

HEX: #D6BFDA
RGB: (214,191,218)

Color info

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

RGB color model

#D6BFDA color RGB value is (214,191,218).

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

RGB channels and saturation

R 214 of 255 = 84%
G 191 of 255 = 75%
B 218 of 255 = 85%

214
191
218

R + G + B ~ 81%. #D6BFDA is quite light color.

Portions of RGB colors in percentages

R + G + B =
214 + 191 + 218 = 623 (100%)
R 214 of 623 ~ 34.35%
G 191 of 623 ~ 30.66%
B 218 of 623 ~ 34.99%

%34.35
%30.66
%34.99

CMYK color model

#D6BFDA color CMYK value is (2,12,0,15).

  • cyan value is 1.83%
  • magenta value is 12.39%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(2,12,0,15)
C2M12Y0K15 
(2%,12%,0%,15%)
(0.02/0.12/0.00/0.15)	

CMYK percentages

%1.83
%12.39
%0
%14.51

Codes

Color #D6BFDA in popluar color models

D6BFDA
RGB214191218
HSL291°26.73%80.20%
HSB/HSV291°12.39%85.49%
CMYK1.83%12.39%0.00%
14.51%

Color #D6BFDA in popluar number systems.

HEXD6BFDA
Decimal214191218
Binary110101101011111111011010
Octal326277332

Shades and tints

Shades of #D6BFDA

#D6BFDA
(214,191,218)
#C3AEC7
(195,174,199)
#B09DB4
(176,157,180)
#9D8CA1
(157,140,161)
#8A7B8E
(138,123,142)
#776A7B
(119,106,123)
#645968
(100,89,104)
#514855
(81,72,85)
#3E3742
(62,55,66)
#2B262F
(43,38,47)
#18151C
(24,21,28)
#000000
(0,0,0)

Tints of #D6BFDA

#D6BFDA
(214,191,218)
#D9C4DD
(217,196,221)
#DCC9E0
(220,201,224)
#DFCEE3
(223,206,227)
#E2D3E6
(226,211,230)
#E5D8E9
(229,216,233)
#E8DDEC
(232,221,236)
#EBE2EF
(235,226,239)
#EEE7F2
(238,231,242)
#F1ECF5
(241,236,245)
#F4F1F8
(244,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6BFDA; }

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

This text font color is #D6BFDA.


Background Color

.myBgColor { background-color: #D6BFDA; }

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

This div background color is #D6BFDA.


Border color

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

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

This div border color is #D6BFDA.


Opacity

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

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

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

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

This text has shadow with #D6BFDA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6BFDA on black background.


Color preview on white background

This text has color #D6BFDA on white background.



Black color preview on #D6BFDA background

This text has black color on #D6BFDA background.


White color preview on #D6BFDA background

This text has white color on #D6BFDA background.