COLOR #D6BFD3

HEX: #D6BFD3
RGB: (214,191,211)

Color info

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

RGB color model

#D6BFD3 color RGB value is (214,191,211).

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

RGB channels and saturation

R 214 of 255 = 84%
G 191 of 255 = 75%
B 211 of 255 = 83%

214
191
211

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

Portions of RGB colors in percentages

R + G + B =
214 + 191 + 211 = 616 (100%)
R 214 of 616 ~ 34.74%
G 191 of 616 ~ 31.01%
B 211 of 616 ~ 34.25%

%34.74
%31.01
%34.25

CMYK color model

#D6BFD3 color CMYK value is (0,11,1,16).

  • cyan value is 0.00%
  • magenta value is 10.75%
  • yellow value is 1.40%
  • key color value is 16.08%
CMYK:
(0,11,1,16)
C0M11Y1K16 
(0%,11%,1%,16%)
(0.00/0.11/0.01/0.16)	

CMYK percentages

%0
%10.75
%1.4
%16.08

Codes

Color #D6BFD3 in popluar color models

D6BFD3
RGB214191211
HSL308°21.90%79.41%
HSB/HSV308°10.75%83.92%
CMYK0.00%10.75%1.40%
16.08%

Color #D6BFD3 in popluar number systems.

HEXD6BFD3
Decimal214191211
Binary110101101011111111010011
Octal326277323

Shades and tints

Shades of #D6BFD3

#D6BFD3
(214,191,211)
#C3AEC0
(195,174,192)
#B09DAD
(176,157,173)
#9D8C9A
(157,140,154)
#8A7B87
(138,123,135)
#776A74
(119,106,116)
#645961
(100,89,97)
#51484E
(81,72,78)
#3E373B
(62,55,59)
#2B2628
(43,38,40)
#181515
(24,21,21)
#000000
(0,0,0)

Tints of #D6BFD3

#D6BFD3
(214,191,211)
#D9C4D7
(217,196,215)
#DCC9DB
(220,201,219)
#DFCEDF
(223,206,223)
#E2D3E3
(226,211,227)
#E5D8E7
(229,216,231)
#E8DDEB
(232,221,235)
#EBE2EF
(235,226,239)
#EEE7F3
(238,231,243)
#F1ECF7
(241,236,247)
#F4F1FB
(244,241,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6BFD3; }

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

This text font color is #D6BFD3.


Background Color

.myBgColor { background-color: #D6BFD3; }

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

This div background color is #D6BFD3.


Border color

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

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

This div border color is #D6BFD3.


Opacity

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

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

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

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

This text has shadow with #D6BFD3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6BFD3 on black background.


Color preview on white background

This text has color #D6BFD3 on white background.



Black color preview on #D6BFD3 background

This text has black color on #D6BFD3 background.


White color preview on #D6BFD3 background

This text has white color on #D6BFD3 background.