COLOR #D8B2C8

HEX: #D8B2C8
RGB: (216,178,200)

Color info

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

RGB color model

#D8B2C8 color RGB value is (216,178,200).

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

RGB channels and saturation

R 216 of 255 = 85%
G 178 of 255 = 70%
B 200 of 255 = 78%

216
178
200

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

Portions of RGB colors in percentages

R + G + B =
216 + 178 + 200 = 594 (100%)
R 216 of 594 ~ 36.36%
G 178 of 594 ~ 29.97%
B 200 of 594 ~ 33.67%

%36.36
%29.97
%33.67

CMYK color model

#D8B2C8 color CMYK value is (0,18,7,15).

  • cyan value is 0.00%
  • magenta value is 17.59%
  • yellow value is 7.41%
  • key color value is 15.29%
CMYK:
(0,18,7,15)
C0M18Y7K15 
(0%,18%,7%,15%)
(0.00/0.18/0.07/0.15)	

CMYK percentages

%0
%17.59
%7.41
%15.29

Codes

Color #D8B2C8 in popluar color models

D8B2C8
RGB216178200
HSL325°32.76%77.25%
HSB/HSV325°17.59%84.71%
CMYK0.00%17.59%7.41%
15.29%

Color #D8B2C8 in popluar number systems.

HEXD8B2C8
Decimal216178200
Binary110110001011001011001000
Octal330262310

Shades and tints

Shades of #D8B2C8

#D8B2C8
(216,178,200)
#C5A2B6
(197,162,182)
#B292A4
(178,146,164)
#9F8292
(159,130,146)
#8C7280
(140,114,128)
#79626E
(121,98,110)
#66525C
(102,82,92)
#53424A
(83,66,74)
#403238
(64,50,56)
#2D2226
(45,34,38)
#1A1214
(26,18,20)
#000000
(0,0,0)

Tints of #D8B2C8

#D8B2C8
(216,178,200)
#DBB9CD
(219,185,205)
#DEC0D2
(222,192,210)
#E1C7D7
(225,199,215)
#E4CEDC
(228,206,220)
#E7D5E1
(231,213,225)
#EADCE6
(234,220,230)
#EDE3EB
(237,227,235)
#F0EAF0
(240,234,240)
#F3F1F5
(243,241,245)
#F6F8FA
(246,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8B2C8 color. Also use rgb(216,178,200) instead hex code.

Text Font Color

.myTextColor { color: #D8B2C8; }

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

This text font color is #D8B2C8.


Background Color

.myBgColor { background-color: #D8B2C8; }

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

This div background color is #D8B2C8.


Border color

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

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

This div border color is #D8B2C8.


Opacity

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

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

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

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

This text has shadow with #D8B2C8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8B2C8 on black background.


Color preview on white background

This text has color #D8B2C8 on white background.



Black color preview on #D8B2C8 background

This text has black color on #D8B2C8 background.


White color preview on #D8B2C8 background

This text has white color on #D8B2C8 background.