COLOR #D7BFC5

HEX: #D7BFC5
RGB: (215,191,197)

Color info

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

RGB color model

#D7BFC5 color RGB value is (215,191,197).

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

RGB channels and saturation

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

215
191
197

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

Portions of RGB colors in percentages

R + G + B =
215 + 191 + 197 = 603 (100%)
R 215 of 603 ~ 35.66%
G 191 of 603 ~ 31.67%
B 197 of 603 ~ 32.67%

%35.66
%31.67
%32.67

CMYK color model

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

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

CMYK percentages

%0
%11.16
%8.37
%15.69

Codes

Color #D7BFC5 in popluar color models

D7BFC5
RGB215191197
HSL345°23.08%79.61%
HSB/HSV345°11.16%84.31%
CMYK0.00%11.16%8.37%
15.69%

Color #D7BFC5 in popluar number systems.

HEXD7BFC5
Decimal215191197
Binary110101111011111111000101
Octal327277305

Shades and tints

Shades of #D7BFC5

#D7BFC5
(215,191,197)
#C4AEB4
(196,174,180)
#B19DA3
(177,157,163)
#9E8C92
(158,140,146)
#8B7B81
(139,123,129)
#786A70
(120,106,112)
#65595F
(101,89,95)
#52484E
(82,72,78)
#3F373D
(63,55,61)
#2C262C
(44,38,44)
#19151B
(25,21,27)
#000000
(0,0,0)

Tints of #D7BFC5

#D7BFC5
(215,191,197)
#DAC4CA
(218,196,202)
#DDC9CF
(221,201,207)
#E0CED4
(224,206,212)
#E3D3D9
(227,211,217)
#E6D8DE
(230,216,222)
#E9DDE3
(233,221,227)
#ECE2E8
(236,226,232)
#EFE7ED
(239,231,237)
#F2ECF2
(242,236,242)
#F5F1F7
(245,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7BFC5; }

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

This text font color is #D7BFC5.


Background Color

.myBgColor { background-color: #D7BFC5; }

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

This div background color is #D7BFC5.


Border color

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

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

This div border color is #D7BFC5.


Opacity

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

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

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

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

This text has shadow with #D7BFC5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7BFC5 on black background.


Color preview on white background

This text has color #D7BFC5 on white background.



Black color preview on #D7BFC5 background

This text has black color on #D7BFC5 background.


White color preview on #D7BFC5 background

This text has white color on #D7BFC5 background.