COLOR #D6B1D7

HEX: #D6B1D7
RGB: (214,177,215)

Color info

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

RGB color model

#D6B1D7 color RGB value is (214,177,215).

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

RGB channels and saturation

R 214 of 255 = 84%
G 177 of 255 = 69%
B 215 of 255 = 84%

214
177
215

R + G + B ~ 79%. #D6B1D7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
214 + 177 + 215 = 606 (100%)
R 214 of 606 ~ 35.31%
G 177 of 606 ~ 29.21%
B 215 of 606 ~ 35.48%

%35.31
%29.21
%35.48

CMYK color model

#D6B1D7 color CMYK value is (0,18,0,16).

  • cyan value is 0.47%
  • magenta value is 17.67%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(0,18,0,16)
C0M18Y0K16 
(0%,18%,0%,16%)
(0.00/0.18/0.00/0.16)	

CMYK percentages

%0.47
%17.67
%0
%15.69

Codes

Color #D6B1D7 in popluar color models

D6B1D7
RGB214177215
HSL298°32.20%76.86%
HSB/HSV298°17.67%84.31%
CMYK0.47%17.67%0.00%
15.69%

Color #D6B1D7 in popluar number systems.

HEXD6B1D7
Decimal214177215
Binary110101101011000111010111
Octal326261327

Shades and tints

Shades of #D6B1D7

#D6B1D7
(214,177,215)
#C3A1C4
(195,161,196)
#B091B1
(176,145,177)
#9D819E
(157,129,158)
#8A718B
(138,113,139)
#776178
(119,97,120)
#645165
(100,81,101)
#514152
(81,65,82)
#3E313F
(62,49,63)
#2B212C
(43,33,44)
#181119
(24,17,25)
#000000
(0,0,0)

Tints of #D6B1D7

#D6B1D7
(214,177,215)
#D9B8DA
(217,184,218)
#DCBFDD
(220,191,221)
#DFC6E0
(223,198,224)
#E2CDE3
(226,205,227)
#E5D4E6
(229,212,230)
#E8DBE9
(232,219,233)
#EBE2EC
(235,226,236)
#EEE9EF
(238,233,239)
#F1F0F2
(241,240,242)
#F4F7F5
(244,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6B1D7; }

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

This text font color is #D6B1D7.


Background Color

.myBgColor { background-color: #D6B1D7; }

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

This div background color is #D6B1D7.


Border color

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

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

This div border color is #D6B1D7.


Opacity

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

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

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

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

This text has shadow with #D6B1D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6B1D7 on black background.


Color preview on white background

This text has color #D6B1D7 on white background.



Black color preview on #D6B1D7 background

This text has black color on #D6B1D7 background.


White color preview on #D6B1D7 background

This text has white color on #D6B1D7 background.