COLOR #D9BFC4

HEX: #D9BFC4
RGB: (217,191,196)

Color info

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

RGB color model

#D9BFC4 color RGB value is (217,191,196).

  • red value is 217;
  • green value is 191;
  • blue value is 196.
RGB:
(217,191,196)
(85%,75%,77%)

RGB channels and saturation

R 217 of 255 = 85%
G 191 of 255 = 75%
B 196 of 255 = 77%

217
191
196

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

Portions of RGB colors in percentages

R + G + B =
217 + 191 + 196 = 604 (100%)
R 217 of 604 ~ 35.93%
G 191 of 604 ~ 31.62%
B 196 of 604 ~ 32.45%

%35.93
%31.62
%32.45

CMYK color model

#D9BFC4 color CMYK value is (0,12,10,15).

  • cyan value is 0.00%
  • magenta value is 11.98%
  • yellow value is 9.68%
  • key color value is 14.90%
CMYK:
(0,12,10,15)
C0M12Y10K15 
(0%,12%,10%,15%)
(0.00/0.12/0.10/0.15)	

CMYK percentages

%0
%11.98
%9.68
%14.9

Codes

Color #D9BFC4 in popluar color models

D9BFC4
RGB217191196
HSL348°25.49%80.00%
HSB/HSV348°11.98%85.10%
CMYK0.00%11.98%9.68%
14.90%

Color #D9BFC4 in popluar number systems.

HEXD9BFC4
Decimal217191196
Binary110110011011111111000100
Octal331277304

Shades and tints

Shades of #D9BFC4

#D9BFC4
(217,191,196)
#C6AEB3
(198,174,179)
#B39DA2
(179,157,162)
#A08C91
(160,140,145)
#8D7B80
(141,123,128)
#7A6A6F
(122,106,111)
#67595E
(103,89,94)
#54484D
(84,72,77)
#41373C
(65,55,60)
#2E262B
(46,38,43)
#1B151A
(27,21,26)
#000000
(0,0,0)

Tints of #D9BFC4

#D9BFC4
(217,191,196)
#DCC4C9
(220,196,201)
#DFC9CE
(223,201,206)
#E2CED3
(226,206,211)
#E5D3D8
(229,211,216)
#E8D8DD
(232,216,221)
#EBDDE2
(235,221,226)
#EEE2E7
(238,226,231)
#F1E7EC
(241,231,236)
#F4ECF1
(244,236,241)
#F7F1F6
(247,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9BFC4 color. Also use rgb(217,191,196) instead hex code.

Text Font Color

.myTextColor { color: #D9BFC4; }

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

This text font color is #D9BFC4.


Background Color

.myBgColor { background-color: #D9BFC4; }

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

This div background color is #D9BFC4.


Border color

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

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

This div border color is #D9BFC4.


Opacity

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

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

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

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

This text has shadow with #D9BFC4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9BFC4 on black background.


Color preview on white background

This text has color #D9BFC4 on white background.



Black color preview on #D9BFC4 background

This text has black color on #D9BFC4 background.


White color preview on #D9BFC4 background

This text has white color on #D9BFC4 background.