COLOR #D6B5D7

HEX: #D6B5D7
RGB: (214,181,215)

Color info

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

RGB color model

#D6B5D7 color RGB value is (214,181,215).

  • red value is 214;
  • green value is 181;
  • blue value is 215.
RGB:
(214,181,215)
(84%,71%,84%)

RGB channels and saturation

R 214 of 255 = 84%
G 181 of 255 = 71%
B 215 of 255 = 84%

214
181
215

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

Portions of RGB colors in percentages

R + G + B =
214 + 181 + 215 = 610 (100%)
R 214 of 610 ~ 35.08%
G 181 of 610 ~ 29.67%
B 215 of 610 ~ 35.25%

%35.08
%29.67
%35.25

CMYK color model

#D6B5D7 color CMYK value is (0,16,0,16).

  • cyan value is 0.47%
  • magenta value is 15.81%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(0,16,0,16)
C0M16Y0K16 
(0%,16%,0%,16%)
(0.00/0.16/0.00/0.16)	

CMYK percentages

%0.47
%15.81
%0
%15.69

Codes

Color #D6B5D7 in popluar color models

D6B5D7
RGB214181215
HSL298°29.82%77.65%
HSB/HSV298°15.81%84.31%
CMYK0.47%15.81%0.00%
15.69%

Color #D6B5D7 in popluar number systems.

HEXD6B5D7
Decimal214181215
Binary110101101011010111010111
Octal326265327

Shades and tints

Shades of #D6B5D7

#D6B5D7
(214,181,215)
#C3A5C4
(195,165,196)
#B095B1
(176,149,177)
#9D859E
(157,133,158)
#8A758B
(138,117,139)
#776578
(119,101,120)
#645565
(100,85,101)
#514552
(81,69,82)
#3E353F
(62,53,63)
#2B252C
(43,37,44)
#181519
(24,21,25)
#000000
(0,0,0)

Tints of #D6B5D7

#D6B5D7
(214,181,215)
#D9BBDA
(217,187,218)
#DCC1DD
(220,193,221)
#DFC7E0
(223,199,224)
#E2CDE3
(226,205,227)
#E5D3E6
(229,211,230)
#E8D9E9
(232,217,233)
#EBDFEC
(235,223,236)
#EEE5EF
(238,229,239)
#F1EBF2
(241,235,242)
#F4F1F5
(244,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6B5D7 color. Also use rgb(214,181,215) instead hex code.

Text Font Color

.myTextColor { color: #D6B5D7; }

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

This text font color is #D6B5D7.


Background Color

.myBgColor { background-color: #D6B5D7; }

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

This div background color is #D6B5D7.


Border color

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

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

This div border color is #D6B5D7.


Opacity

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

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

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

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

This text has shadow with #D6B5D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6B5D7 on black background.


Color preview on white background

This text has color #D6B5D7 on white background.



Black color preview on #D6B5D7 background

This text has black color on #D6B5D7 background.


White color preview on #D6B5D7 background

This text has white color on #D6B5D7 background.