COLOR #D8B8C6

HEX: #D8B8C6
RGB: (216,184,198)

Color info

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

RGB color model

#D8B8C6 color RGB value is (216,184,198).

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

RGB channels and saturation

R 216 of 255 = 85%
G 184 of 255 = 72%
B 198 of 255 = 78%

216
184
198

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

Portions of RGB colors in percentages

R + G + B =
216 + 184 + 198 = 598 (100%)
R 216 of 598 ~ 36.12%
G 184 of 598 ~ 30.77%
B 198 of 598 ~ 33.11%

%36.12
%30.77
%33.11

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 14.81%
  • yellow value is 8.33%
  • key color value is 15.29%
CMYK:
(0,15,8,15)
C0M15Y8K15 
(0%,15%,8%,15%)
(0.00/0.15/0.08/0.15)	

CMYK percentages

%0
%14.81
%8.33
%15.29

Codes

Color #D8B8C6 in popluar color models

D8B8C6
RGB216184198
HSL334°29.09%78.43%
HSB/HSV334°14.81%84.71%
CMYK0.00%14.81%8.33%
15.29%

Color #D8B8C6 in popluar number systems.

HEXD8B8C6
Decimal216184198
Binary110110001011100011000110
Octal330270306

Shades and tints

Shades of #D8B8C6

#D8B8C6
(216,184,198)
#C5A8B4
(197,168,180)
#B298A2
(178,152,162)
#9F8890
(159,136,144)
#8C787E
(140,120,126)
#79686C
(121,104,108)
#66585A
(102,88,90)
#534848
(83,72,72)
#403836
(64,56,54)
#2D2824
(45,40,36)
#1A1812
(26,24,18)
#000000
(0,0,0)

Tints of #D8B8C6

#D8B8C6
(216,184,198)
#DBBECB
(219,190,203)
#DEC4D0
(222,196,208)
#E1CAD5
(225,202,213)
#E4D0DA
(228,208,218)
#E7D6DF
(231,214,223)
#EADCE4
(234,220,228)
#EDE2E9
(237,226,233)
#F0E8EE
(240,232,238)
#F3EEF3
(243,238,243)
#F6F4F8
(246,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8B8C6; }

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

This text font color is #D8B8C6.


Background Color

.myBgColor { background-color: #D8B8C6; }

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

This div background color is #D8B8C6.


Border color

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

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

This div border color is #D8B8C6.


Opacity

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

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

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

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

This text has shadow with #D8B8C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8B8C6 on black background.


Color preview on white background

This text has color #D8B8C6 on white background.



Black color preview on #D8B8C6 background

This text has black color on #D8B8C6 background.


White color preview on #D8B8C6 background

This text has white color on #D8B8C6 background.