COLOR #D8B3C2

HEX: #D8B3C2
RGB: (216,179,194)

Color info

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

RGB color model

#D8B3C2 color RGB value is (216,179,194).

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

RGB channels and saturation

R 216 of 255 = 85%
G 179 of 255 = 70%
B 194 of 255 = 76%

216
179
194

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

Portions of RGB colors in percentages

R + G + B =
216 + 179 + 194 = 589 (100%)
R 216 of 589 ~ 36.67%
G 179 of 589 ~ 30.39%
B 194 of 589 ~ 32.94%

%36.67
%30.39
%32.94

CMYK color model

#D8B3C2 color CMYK value is (0,17,10,15).

  • cyan value is 0.00%
  • magenta value is 17.13%
  • yellow value is 10.19%
  • key color value is 15.29%
CMYK:
(0,17,10,15)
C0M17Y10K15 
(0%,17%,10%,15%)
(0.00/0.17/0.10/0.15)	

CMYK percentages

%0
%17.13
%10.19
%15.29

Codes

Color #D8B3C2 in popluar color models

D8B3C2
RGB216179194
HSL336°32.17%77.45%
HSB/HSV336°17.13%84.71%
CMYK0.00%17.13%10.19%
15.29%

Color #D8B3C2 in popluar number systems.

HEXD8B3C2
Decimal216179194
Binary110110001011001111000010
Octal330263302

Shades and tints

Shades of #D8B3C2

#D8B3C2
(216,179,194)
#C5A3B1
(197,163,177)
#B293A0
(178,147,160)
#9F838F
(159,131,143)
#8C737E
(140,115,126)
#79636D
(121,99,109)
#66535C
(102,83,92)
#53434B
(83,67,75)
#40333A
(64,51,58)
#2D2329
(45,35,41)
#1A1318
(26,19,24)
#000000
(0,0,0)

Tints of #D8B3C2

#D8B3C2
(216,179,194)
#DBB9C7
(219,185,199)
#DEBFCC
(222,191,204)
#E1C5D1
(225,197,209)
#E4CBD6
(228,203,214)
#E7D1DB
(231,209,219)
#EAD7E0
(234,215,224)
#EDDDE5
(237,221,229)
#F0E3EA
(240,227,234)
#F3E9EF
(243,233,239)
#F6EFF4
(246,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8B3C2; }

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

This text font color is #D8B3C2.


Background Color

.myBgColor { background-color: #D8B3C2; }

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

This div background color is #D8B3C2.


Border color

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

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

This div border color is #D8B3C2.


Opacity

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

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

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

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

This text has shadow with #D8B3C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8B3C2 on black background.


Color preview on white background

This text has color #D8B3C2 on white background.



Black color preview on #D8B3C2 background

This text has black color on #D8B3C2 background.


White color preview on #D8B3C2 background

This text has white color on #D8B3C2 background.