COLOR #D8B3C5

HEX: #D8B3C5
RGB: (216,179,197)

Color info

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

RGB color model

#D8B3C5 color RGB value is (216,179,197).

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

RGB channels and saturation

R 216 of 255 = 85%
G 179 of 255 = 70%
B 197 of 255 = 77%

216
179
197

R + G + B ~ 77%. #D8B3C5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
216 + 179 + 197 = 592 (100%)
R 216 of 592 ~ 36.49%
G 179 of 592 ~ 30.24%
B 197 of 592 ~ 33.28%

%36.49
%30.24
%33.28

CMYK color model

#D8B3C5 color CMYK value is (0,17,9,15).

  • cyan value is 0.00%
  • magenta value is 17.13%
  • yellow value is 8.80%
  • key color value is 15.29%
CMYK:
(0,17,9,15)
C0M17Y9K15 
(0%,17%,9%,15%)
(0.00/0.17/0.09/0.15)	

CMYK percentages

%0
%17.13
%8.8
%15.29

Codes

Color #D8B3C5 in popluar color models

D8B3C5
RGB216179197
HSL331°32.17%77.45%
HSB/HSV331°17.13%84.71%
CMYK0.00%17.13%8.80%
15.29%

Color #D8B3C5 in popluar number systems.

HEXD8B3C5
Decimal216179197
Binary110110001011001111000101
Octal330263305

Shades and tints

Shades of #D8B3C5

#D8B3C5
(216,179,197)
#C5A3B4
(197,163,180)
#B293A3
(178,147,163)
#9F8392
(159,131,146)
#8C7381
(140,115,129)
#796370
(121,99,112)
#66535F
(102,83,95)
#53434E
(83,67,78)
#40333D
(64,51,61)
#2D232C
(45,35,44)
#1A131B
(26,19,27)
#000000
(0,0,0)

Tints of #D8B3C5

#D8B3C5
(216,179,197)
#DBB9CA
(219,185,202)
#DEBFCF
(222,191,207)
#E1C5D4
(225,197,212)
#E4CBD9
(228,203,217)
#E7D1DE
(231,209,222)
#EAD7E3
(234,215,227)
#EDDDE8
(237,221,232)
#F0E3ED
(240,227,237)
#F3E9F2
(243,233,242)
#F6EFF7
(246,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8B3C5; }

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

This text font color is #D8B3C5.


Background Color

.myBgColor { background-color: #D8B3C5; }

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

This div background color is #D8B3C5.


Border color

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

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

This div border color is #D8B3C5.


Opacity

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

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

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

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

This text has shadow with #D8B3C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8B3C5 on black background.


Color preview on white background

This text has color #D8B3C5 on white background.



Black color preview on #D8B3C5 background

This text has black color on #D8B3C5 background.


White color preview on #D8B3C5 background

This text has white color on #D8B3C5 background.