COLOR #D5BFC7

HEX: #D5BFC7
RGB: (213,191,199)

Color info

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

RGB color model

#D5BFC7 color RGB value is (213,191,199).

  • red value is 213;
  • green value is 191;
  • blue value is 199.
RGB:
(213,191,199)
(84%,75%,78%)

RGB channels and saturation

R 213 of 255 = 84%
G 191 of 255 = 75%
B 199 of 255 = 78%

213
191
199

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

Portions of RGB colors in percentages

R + G + B =
213 + 191 + 199 = 603 (100%)
R 213 of 603 ~ 35.32%
G 191 of 603 ~ 31.67%
B 199 of 603 ~ 33%

%35.32
%31.67
%33

CMYK color model

#D5BFC7 color CMYK value is (0,10,7,16).

  • cyan value is 0.00%
  • magenta value is 10.33%
  • yellow value is 6.57%
  • key color value is 16.47%
CMYK:
(0,10,7,16)
C0M10Y7K16 
(0%,10%,7%,16%)
(0.00/0.10/0.07/0.16)	

CMYK percentages

%0
%10.33
%6.57
%16.47

Codes

Color #D5BFC7 in popluar color models

D5BFC7
RGB213191199
HSL338°20.75%79.22%
HSB/HSV338°10.33%83.53%
CMYK0.00%10.33%6.57%
16.47%

Color #D5BFC7 in popluar number systems.

HEXD5BFC7
Decimal213191199
Binary110101011011111111000111
Octal325277307

Shades and tints

Shades of #D5BFC7

#D5BFC7
(213,191,199)
#C2AEB5
(194,174,181)
#AF9DA3
(175,157,163)
#9C8C91
(156,140,145)
#897B7F
(137,123,127)
#766A6D
(118,106,109)
#63595B
(99,89,91)
#504849
(80,72,73)
#3D3737
(61,55,55)
#2A2625
(42,38,37)
#171513
(23,21,19)
#000000
(0,0,0)

Tints of #D5BFC7

#D5BFC7
(213,191,199)
#D8C4CC
(216,196,204)
#DBC9D1
(219,201,209)
#DECED6
(222,206,214)
#E1D3DB
(225,211,219)
#E4D8E0
(228,216,224)
#E7DDE5
(231,221,229)
#EAE2EA
(234,226,234)
#EDE7EF
(237,231,239)
#F0ECF4
(240,236,244)
#F3F1F9
(243,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5BFC7 color. Also use rgb(213,191,199) instead hex code.

Text Font Color

.myTextColor { color: #D5BFC7; }

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

This text font color is #D5BFC7.


Background Color

.myBgColor { background-color: #D5BFC7; }

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

This div background color is #D5BFC7.


Border color

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

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

This div border color is #D5BFC7.


Opacity

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

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

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

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

This text has shadow with #D5BFC7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5BFC7 on black background.


Color preview on white background

This text has color #D5BFC7 on white background.



Black color preview on #D5BFC7 background

This text has black color on #D5BFC7 background.


White color preview on #D5BFC7 background

This text has white color on #D5BFC7 background.