COLOR #D7BDC9

HEX: #D7BDC9
RGB: (215,189,201)

Color info

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

RGB color model

#D7BDC9 color RGB value is (215,189,201).

  • red value is 215;
  • green value is 189;
  • blue value is 201.
RGB:
(215,189,201)
(84%,74%,79%)

RGB channels and saturation

R 215 of 255 = 84%
G 189 of 255 = 74%
B 201 of 255 = 79%

215
189
201

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

Portions of RGB colors in percentages

R + G + B =
215 + 189 + 201 = 605 (100%)
R 215 of 605 ~ 35.54%
G 189 of 605 ~ 31.24%
B 201 of 605 ~ 33.22%

%35.54
%31.24
%33.22

CMYK color model

#D7BDC9 color CMYK value is (0,12,7,16).

  • cyan value is 0.00%
  • magenta value is 12.09%
  • yellow value is 6.51%
  • key color value is 15.69%
CMYK:
(0,12,7,16)
C0M12Y7K16 
(0%,12%,7%,16%)
(0.00/0.12/0.07/0.16)	

CMYK percentages

%0
%12.09
%6.51
%15.69

Codes

Color #D7BDC9 in popluar color models

D7BDC9
RGB215189201
HSL332°24.53%79.22%
HSB/HSV332°12.09%84.31%
CMYK0.00%12.09%6.51%
15.69%

Color #D7BDC9 in popluar number systems.

HEXD7BDC9
Decimal215189201
Binary110101111011110111001001
Octal327275311

Shades and tints

Shades of #D7BDC9

#D7BDC9
(215,189,201)
#C4ACB7
(196,172,183)
#B19BA5
(177,155,165)
#9E8A93
(158,138,147)
#8B7981
(139,121,129)
#78686F
(120,104,111)
#65575D
(101,87,93)
#52464B
(82,70,75)
#3F3539
(63,53,57)
#2C2427
(44,36,39)
#191315
(25,19,21)
#000000
(0,0,0)

Tints of #D7BDC9

#D7BDC9
(215,189,201)
#DAC3CD
(218,195,205)
#DDC9D1
(221,201,209)
#E0CFD5
(224,207,213)
#E3D5D9
(227,213,217)
#E6DBDD
(230,219,221)
#E9E1E1
(233,225,225)
#ECE7E5
(236,231,229)
#EFEDE9
(239,237,233)
#F2F3ED
(242,243,237)
#F5F9F1
(245,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7BDC9 color. Also use rgb(215,189,201) instead hex code.

Text Font Color

.myTextColor { color: #D7BDC9; }

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

This text font color is #D7BDC9.


Background Color

.myBgColor { background-color: #D7BDC9; }

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

This div background color is #D7BDC9.


Border color

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

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

This div border color is #D7BDC9.


Opacity

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

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

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

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

This text has shadow with #D7BDC9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7BDC9 on black background.


Color preview on white background

This text has color #D7BDC9 on white background.



Black color preview on #D7BDC9 background

This text has black color on #D7BDC9 background.


White color preview on #D7BDC9 background

This text has white color on #D7BDC9 background.