COLOR #D5BFC9

HEX: #D5BFC9
RGB: (213,191,201)

Color info

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

RGB color model

#D5BFC9 color RGB value is (213,191,201).

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

RGB channels and saturation

R 213 of 255 = 84%
G 191 of 255 = 75%
B 201 of 255 = 79%

213
191
201

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

Portions of RGB colors in percentages

R + G + B =
213 + 191 + 201 = 605 (100%)
R 213 of 605 ~ 35.21%
G 191 of 605 ~ 31.57%
B 201 of 605 ~ 33.22%

%35.21
%31.57
%33.22

CMYK color model

#D5BFC9 color CMYK value is (0,10,6,16).

  • cyan value is 0.00%
  • magenta value is 10.33%
  • yellow value is 5.63%
  • key color value is 16.47%
CMYK:
(0,10,6,16)
C0M10Y6K16 
(0%,10%,6%,16%)
(0.00/0.10/0.06/0.16)	

CMYK percentages

%0
%10.33
%5.63
%16.47

Codes

Color #D5BFC9 in popluar color models

D5BFC9
RGB213191201
HSL333°20.75%79.22%
HSB/HSV333°10.33%83.53%
CMYK0.00%10.33%5.63%
16.47%

Color #D5BFC9 in popluar number systems.

HEXD5BFC9
Decimal213191201
Binary110101011011111111001001
Octal325277311

Shades and tints

Shades of #D5BFC9

#D5BFC9
(213,191,201)
#C2AEB7
(194,174,183)
#AF9DA5
(175,157,165)
#9C8C93
(156,140,147)
#897B81
(137,123,129)
#766A6F
(118,106,111)
#63595D
(99,89,93)
#50484B
(80,72,75)
#3D3739
(61,55,57)
#2A2627
(42,38,39)
#171515
(23,21,21)
#000000
(0,0,0)

Tints of #D5BFC9

#D5BFC9
(213,191,201)
#D8C4CD
(216,196,205)
#DBC9D1
(219,201,209)
#DECED5
(222,206,213)
#E1D3D9
(225,211,217)
#E4D8DD
(228,216,221)
#E7DDE1
(231,221,225)
#EAE2E5
(234,226,229)
#EDE7E9
(237,231,233)
#F0ECED
(240,236,237)
#F3F1F1
(243,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5BFC9; }

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

This text font color is #D5BFC9.


Background Color

.myBgColor { background-color: #D5BFC9; }

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

This div background color is #D5BFC9.


Border color

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

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

This div border color is #D5BFC9.


Opacity

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

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

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

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

This text has shadow with #D5BFC9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5BFC9 on black background.


Color preview on white background

This text has color #D5BFC9 on white background.



Black color preview on #D5BFC9 background

This text has black color on #D5BFC9 background.


White color preview on #D5BFC9 background

This text has white color on #D5BFC9 background.