COLOR #D7B9C4

HEX: #D7B9C4
RGB: (215,185,196)

Color info

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

RGB color model

#D7B9C4 color RGB value is (215,185,196).

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

RGB channels and saturation

R 215 of 255 = 84%
G 185 of 255 = 73%
B 196 of 255 = 77%

215
185
196

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

Portions of RGB colors in percentages

R + G + B =
215 + 185 + 196 = 596 (100%)
R 215 of 596 ~ 36.07%
G 185 of 596 ~ 31.04%
B 196 of 596 ~ 32.89%

%36.07
%31.04
%32.89

CMYK color model

#D7B9C4 color CMYK value is (0,14,9,16).

  • cyan value is 0.00%
  • magenta value is 13.95%
  • yellow value is 8.84%
  • key color value is 15.69%
CMYK:
(0,14,9,16)
C0M14Y9K16 
(0%,14%,9%,16%)
(0.00/0.14/0.09/0.16)	

CMYK percentages

%0
%13.95
%8.84
%15.69

Codes

Color #D7B9C4 in popluar color models

D7B9C4
RGB215185196
HSL338°27.27%78.43%
HSB/HSV338°13.95%84.31%
CMYK0.00%13.95%8.84%
15.69%

Color #D7B9C4 in popluar number systems.

HEXD7B9C4
Decimal215185196
Binary110101111011100111000100
Octal327271304

Shades and tints

Shades of #D7B9C4

#D7B9C4
(215,185,196)
#C4A9B3
(196,169,179)
#B199A2
(177,153,162)
#9E8991
(158,137,145)
#8B7980
(139,121,128)
#78696F
(120,105,111)
#65595E
(101,89,94)
#52494D
(82,73,77)
#3F393C
(63,57,60)
#2C292B
(44,41,43)
#19191A
(25,25,26)
#000000
(0,0,0)

Tints of #D7B9C4

#D7B9C4
(215,185,196)
#DABFC9
(218,191,201)
#DDC5CE
(221,197,206)
#E0CBD3
(224,203,211)
#E3D1D8
(227,209,216)
#E6D7DD
(230,215,221)
#E9DDE2
(233,221,226)
#ECE3E7
(236,227,231)
#EFE9EC
(239,233,236)
#F2EFF1
(242,239,241)
#F5F5F6
(245,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7B9C4; }

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

This text font color is #D7B9C4.


Background Color

.myBgColor { background-color: #D7B9C4; }

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

This div background color is #D7B9C4.


Border color

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

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

This div border color is #D7B9C4.


Opacity

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

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

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

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

This text has shadow with #D7B9C4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7B9C4 on black background.


Color preview on white background

This text has color #D7B9C4 on white background.



Black color preview on #D7B9C4 background

This text has black color on #D7B9C4 background.


White color preview on #D7B9C4 background

This text has white color on #D7B9C4 background.