COLOR #D8B3C6

HEX: #D8B3C6
RGB: (216,179,198)

Color info

#D8B3C6 contains red, green and blue colors in about the same proportion. Web safe color of #D8B3C6 is #CC99CC (or #C9C).

RGB color model

#D8B3C6 color RGB value is (216,179,198).

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

RGB channels and saturation

R 216 of 255 = 85%
G 179 of 255 = 70%
B 198 of 255 = 78%

216
179
198

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

Portions of RGB colors in percentages

R + G + B =
216 + 179 + 198 = 593 (100%)
R 216 of 593 ~ 36.42%
G 179 of 593 ~ 30.19%
B 198 of 593 ~ 33.39%

%36.42
%30.19
%33.39

CMYK color model

#D8B3C6 color CMYK value is (0,17,8,15).

  • cyan value is 0.00%
  • magenta value is 17.13%
  • yellow value is 8.33%
  • key color value is 15.29%
CMYK:
(0,17,8,15)
C0M17Y8K15 
(0%,17%,8%,15%)
(0.00/0.17/0.08/0.15)	

CMYK percentages

%0
%17.13
%8.33
%15.29

Codes

Color #D8B3C6 in popluar color models

D8B3C6
RGB216179198
HSL329°32.17%77.45%
HSB/HSV329°17.13%84.71%
CMYK0.00%17.13%8.33%
15.29%

Color #D8B3C6 in popluar number systems.

HEXD8B3C6
Decimal216179198
Binary110110001011001111000110
Octal330263306

Shades and tints

Shades of #D8B3C6

#D8B3C6
(216,179,198)
#C5A3B4
(197,163,180)
#B293A2
(178,147,162)
#9F8390
(159,131,144)
#8C737E
(140,115,126)
#79636C
(121,99,108)
#66535A
(102,83,90)
#534348
(83,67,72)
#403336
(64,51,54)
#2D2324
(45,35,36)
#1A1312
(26,19,18)
#000000
(0,0,0)

Tints of #D8B3C6

#D8B3C6
(216,179,198)
#DBB9CB
(219,185,203)
#DEBFD0
(222,191,208)
#E1C5D5
(225,197,213)
#E4CBDA
(228,203,218)
#E7D1DF
(231,209,223)
#EAD7E4
(234,215,228)
#EDDDE9
(237,221,233)
#F0E3EE
(240,227,238)
#F3E9F3
(243,233,243)
#F6EFF8
(246,239,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8B3C6; }

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

This text font color is #D8B3C6.


Background Color

.myBgColor { background-color: #D8B3C6; }

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

This div background color is #D8B3C6.


Border color

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

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

This div border color is #D8B3C6.


Opacity

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

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

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

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

This text has shadow with #D8B3C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8B3C6 on black background.


Color preview on white background

This text has color #D8B3C6 on white background.



Black color preview on #D8B3C6 background

This text has black color on #D8B3C6 background.


White color preview on #D8B3C6 background

This text has white color on #D8B3C6 background.