COLOR #D7BDC0

HEX: #D7BDC0
RGB: (215,189,192)

Color info

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

RGB color model

#D7BDC0 color RGB value is (215,189,192).

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

RGB channels and saturation

R 215 of 255 = 84%
G 189 of 255 = 74%
B 192 of 255 = 75%

215
189
192

R + G + B ~ 78%. #D7BDC0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
215 + 189 + 192 = 596 (100%)
R 215 of 596 ~ 36.07%
G 189 of 596 ~ 31.71%
B 192 of 596 ~ 32.21%

%36.07
%31.71
%32.21

CMYK color model

#D7BDC0 color CMYK value is (0,12,11,16).

  • cyan value is 0.00%
  • magenta value is 12.09%
  • yellow value is 10.70%
  • key color value is 15.69%
CMYK:
(0,12,11,16)
C0M12Y11K16 
(0%,12%,11%,16%)
(0.00/0.12/0.11/0.16)	

CMYK percentages

%0
%12.09
%10.7
%15.69

Codes

Color #D7BDC0 in popluar color models

D7BDC0
RGB215189192
HSL353°24.53%79.22%
HSB/HSV353°12.09%84.31%
CMYK0.00%12.09%10.70%
15.69%

Color #D7BDC0 in popluar number systems.

HEXD7BDC0
Decimal215189192
Binary110101111011110111000000
Octal327275300

Shades and tints

Shades of #D7BDC0

#D7BDC0
(215,189,192)
#C4ACAF
(196,172,175)
#B19B9E
(177,155,158)
#9E8A8D
(158,138,141)
#8B797C
(139,121,124)
#78686B
(120,104,107)
#65575A
(101,87,90)
#524649
(82,70,73)
#3F3538
(63,53,56)
#2C2427
(44,36,39)
#191316
(25,19,22)
#000000
(0,0,0)

Tints of #D7BDC0

#D7BDC0
(215,189,192)
#DAC3C5
(218,195,197)
#DDC9CA
(221,201,202)
#E0CFCF
(224,207,207)
#E3D5D4
(227,213,212)
#E6DBD9
(230,219,217)
#E9E1DE
(233,225,222)
#ECE7E3
(236,231,227)
#EFEDE8
(239,237,232)
#F2F3ED
(242,243,237)
#F5F9F2
(245,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7BDC0; }

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

This text font color is #D7BDC0.


Background Color

.myBgColor { background-color: #D7BDC0; }

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

This div background color is #D7BDC0.


Border color

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

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

This div border color is #D7BDC0.


Opacity

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

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

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

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

This text has shadow with #D7BDC0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7BDC0 on black background.


Color preview on white background

This text has color #D7BDC0 on white background.



Black color preview on #D7BDC0 background

This text has black color on #D7BDC0 background.


White color preview on #D7BDC0 background

This text has white color on #D7BDC0 background.