COLOR #D7B9CB

HEX: #D7B9CB
RGB: (215,185,203)

Color info

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

RGB color model

#D7B9CB color RGB value is (215,185,203).

  • red value is 215;
  • green value is 185;
  • blue value is 203.
RGB:
(215,185,203)
(84%,73%,80%)

RGB channels and saturation

R 215 of 255 = 84%
G 185 of 255 = 73%
B 203 of 255 = 80%

215
185
203

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

Portions of RGB colors in percentages

R + G + B =
215 + 185 + 203 = 603 (100%)
R 215 of 603 ~ 35.66%
G 185 of 603 ~ 30.68%
B 203 of 603 ~ 33.67%

%35.66
%30.68
%33.67

CMYK color model

#D7B9CB color CMYK value is (0,14,6,16).

  • cyan value is 0.00%
  • magenta value is 13.95%
  • yellow value is 5.58%
  • key color value is 15.69%
CMYK:
(0,14,6,16)
C0M14Y6K16 
(0%,14%,6%,16%)
(0.00/0.14/0.06/0.16)	

CMYK percentages

%0
%13.95
%5.58
%15.69

Codes

Color #D7B9CB in popluar color models

D7B9CB
RGB215185203
HSL324°27.27%78.43%
HSB/HSV324°13.95%84.31%
CMYK0.00%13.95%5.58%
15.69%

Color #D7B9CB in popluar number systems.

HEXD7B9CB
Decimal215185203
Binary110101111011100111001011
Octal327271313

Shades and tints

Shades of #D7B9CB

#D7B9CB
(215,185,203)
#C4A9B9
(196,169,185)
#B199A7
(177,153,167)
#9E8995
(158,137,149)
#8B7983
(139,121,131)
#786971
(120,105,113)
#65595F
(101,89,95)
#52494D
(82,73,77)
#3F393B
(63,57,59)
#2C2929
(44,41,41)
#191917
(25,25,23)
#000000
(0,0,0)

Tints of #D7B9CB

#D7B9CB
(215,185,203)
#DABFCF
(218,191,207)
#DDC5D3
(221,197,211)
#E0CBD7
(224,203,215)
#E3D1DB
(227,209,219)
#E6D7DF
(230,215,223)
#E9DDE3
(233,221,227)
#ECE3E7
(236,227,231)
#EFE9EB
(239,233,235)
#F2EFEF
(242,239,239)
#F5F5F3
(245,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7B9CB color. Also use rgb(215,185,203) instead hex code.

Text Font Color

.myTextColor { color: #D7B9CB; }

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

This text font color is #D7B9CB.


Background Color

.myBgColor { background-color: #D7B9CB; }

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

This div background color is #D7B9CB.


Border color

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

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

This div border color is #D7B9CB.


Opacity

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

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

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

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

This text has shadow with #D7B9CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7B9CB on black background.


Color preview on white background

This text has color #D7B9CB on white background.



Black color preview on #D7B9CB background

This text has black color on #D7B9CB background.


White color preview on #D7B9CB background

This text has white color on #D7B9CB background.