COLOR #D6BFC5

HEX: #D6BFC5
RGB: (214,191,197)

Color info

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

RGB color model

#D6BFC5 color RGB value is (214,191,197).

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

RGB channels and saturation

R 214 of 255 = 84%
G 191 of 255 = 75%
B 197 of 255 = 77%

214
191
197

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

Portions of RGB colors in percentages

R + G + B =
214 + 191 + 197 = 602 (100%)
R 214 of 602 ~ 35.55%
G 191 of 602 ~ 31.73%
B 197 of 602 ~ 32.72%

%35.55
%31.73
%32.72

CMYK color model

#D6BFC5 color CMYK value is (0,11,8,16).

  • cyan value is 0.00%
  • magenta value is 10.75%
  • yellow value is 7.94%
  • key color value is 16.08%
CMYK:
(0,11,8,16)
C0M11Y8K16 
(0%,11%,8%,16%)
(0.00/0.11/0.08/0.16)	

CMYK percentages

%0
%10.75
%7.94
%16.08

Codes

Color #D6BFC5 in popluar color models

D6BFC5
RGB214191197
HSL344°21.90%79.41%
HSB/HSV344°10.75%83.92%
CMYK0.00%10.75%7.94%
16.08%

Color #D6BFC5 in popluar number systems.

HEXD6BFC5
Decimal214191197
Binary110101101011111111000101
Octal326277305

Shades and tints

Shades of #D6BFC5

#D6BFC5
(214,191,197)
#C3AEB4
(195,174,180)
#B09DA3
(176,157,163)
#9D8C92
(157,140,146)
#8A7B81
(138,123,129)
#776A70
(119,106,112)
#64595F
(100,89,95)
#51484E
(81,72,78)
#3E373D
(62,55,61)
#2B262C
(43,38,44)
#18151B
(24,21,27)
#000000
(0,0,0)

Tints of #D6BFC5

#D6BFC5
(214,191,197)
#D9C4CA
(217,196,202)
#DCC9CF
(220,201,207)
#DFCED4
(223,206,212)
#E2D3D9
(226,211,217)
#E5D8DE
(229,216,222)
#E8DDE3
(232,221,227)
#EBE2E8
(235,226,232)
#EEE7ED
(238,231,237)
#F1ECF2
(241,236,242)
#F4F1F7
(244,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6BFC5; }

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

This text font color is #D6BFC5.


Background Color

.myBgColor { background-color: #D6BFC5; }

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

This div background color is #D6BFC5.


Border color

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

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

This div border color is #D6BFC5.


Opacity

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

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

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

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

This text has shadow with #D6BFC5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6BFC5 on black background.


Color preview on white background

This text has color #D6BFC5 on white background.



Black color preview on #D6BFC5 background

This text has black color on #D6BFC5 background.


White color preview on #D6BFC5 background

This text has white color on #D6BFC5 background.