COLOR #D8B9C6

HEX: #D8B9C6
RGB: (216,185,198)

Color info

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

RGB color model

#D8B9C6 color RGB value is (216,185,198).

  • red value is 216;
  • green value is 185;
  • blue value is 198.
RGB:
(216,185,198)
(85%,73%,78%)

RGB channels and saturation

R 216 of 255 = 85%
G 185 of 255 = 73%
B 198 of 255 = 78%

216
185
198

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

Portions of RGB colors in percentages

R + G + B =
216 + 185 + 198 = 599 (100%)
R 216 of 599 ~ 36.06%
G 185 of 599 ~ 30.88%
B 198 of 599 ~ 33.06%

%36.06
%30.88
%33.06

CMYK color model

#D8B9C6 color CMYK value is (0,14,8,15).

  • cyan value is 0.00%
  • magenta value is 14.35%
  • yellow value is 8.33%
  • key color value is 15.29%
CMYK:
(0,14,8,15)
C0M14Y8K15 
(0%,14%,8%,15%)
(0.00/0.14/0.08/0.15)	

CMYK percentages

%0
%14.35
%8.33
%15.29

Codes

Color #D8B9C6 in popluar color models

D8B9C6
RGB216185198
HSL335°28.44%78.63%
HSB/HSV335°14.35%84.71%
CMYK0.00%14.35%8.33%
15.29%

Color #D8B9C6 in popluar number systems.

HEXD8B9C6
Decimal216185198
Binary110110001011100111000110
Octal330271306

Shades and tints

Shades of #D8B9C6

#D8B9C6
(216,185,198)
#C5A9B4
(197,169,180)
#B299A2
(178,153,162)
#9F8990
(159,137,144)
#8C797E
(140,121,126)
#79696C
(121,105,108)
#66595A
(102,89,90)
#534948
(83,73,72)
#403936
(64,57,54)
#2D2924
(45,41,36)
#1A1912
(26,25,18)
#000000
(0,0,0)

Tints of #D8B9C6

#D8B9C6
(216,185,198)
#DBBFCB
(219,191,203)
#DEC5D0
(222,197,208)
#E1CBD5
(225,203,213)
#E4D1DA
(228,209,218)
#E7D7DF
(231,215,223)
#EADDE4
(234,221,228)
#EDE3E9
(237,227,233)
#F0E9EE
(240,233,238)
#F3EFF3
(243,239,243)
#F6F5F8
(246,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8B9C6 color. Also use rgb(216,185,198) instead hex code.

Text Font Color

.myTextColor { color: #D8B9C6; }

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

This text font color is #D8B9C6.


Background Color

.myBgColor { background-color: #D8B9C6; }

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

This div background color is #D8B9C6.


Border color

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

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

This div border color is #D8B9C6.


Opacity

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

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

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

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

This text has shadow with #D8B9C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8B9C6 on black background.


Color preview on white background

This text has color #D8B9C6 on white background.



Black color preview on #D8B9C6 background

This text has black color on #D8B9C6 background.


White color preview on #D8B9C6 background

This text has white color on #D8B9C6 background.