COLOR #D8B2BE

HEX: #D8B2BE
RGB: (216,178,190)

Color info

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

RGB color model

#D8B2BE color RGB value is (216,178,190).

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

RGB channels and saturation

R 216 of 255 = 85%
G 178 of 255 = 70%
B 190 of 255 = 75%

216
178
190

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

Portions of RGB colors in percentages

R + G + B =
216 + 178 + 190 = 584 (100%)
R 216 of 584 ~ 36.99%
G 178 of 584 ~ 30.48%
B 190 of 584 ~ 32.53%

%36.99
%30.48
%32.53

CMYK color model

#D8B2BE color CMYK value is (0,18,12,15).

  • cyan value is 0.00%
  • magenta value is 17.59%
  • yellow value is 12.04%
  • key color value is 15.29%
CMYK:
(0,18,12,15)
C0M18Y12K15 
(0%,18%,12%,15%)
(0.00/0.18/0.12/0.15)	

CMYK percentages

%0
%17.59
%12.04
%15.29

Codes

Color #D8B2BE in popluar color models

D8B2BE
RGB216178190
HSL341°32.76%77.25%
HSB/HSV341°17.59%84.71%
CMYK0.00%17.59%12.04%
15.29%

Color #D8B2BE in popluar number systems.

HEXD8B2BE
Decimal216178190
Binary110110001011001010111110
Octal330262276

Shades and tints

Shades of #D8B2BE

#D8B2BE
(216,178,190)
#C5A2AD
(197,162,173)
#B2929C
(178,146,156)
#9F828B
(159,130,139)
#8C727A
(140,114,122)
#796269
(121,98,105)
#665258
(102,82,88)
#534247
(83,66,71)
#403236
(64,50,54)
#2D2225
(45,34,37)
#1A1214
(26,18,20)
#000000
(0,0,0)

Tints of #D8B2BE

#D8B2BE
(216,178,190)
#DBB9C3
(219,185,195)
#DEC0C8
(222,192,200)
#E1C7CD
(225,199,205)
#E4CED2
(228,206,210)
#E7D5D7
(231,213,215)
#EADCDC
(234,220,220)
#EDE3E1
(237,227,225)
#F0EAE6
(240,234,230)
#F3F1EB
(243,241,235)
#F6F8F0
(246,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8B2BE; }

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

This text font color is #D8B2BE.


Background Color

.myBgColor { background-color: #D8B2BE; }

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

This div background color is #D8B2BE.


Border color

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

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

This div border color is #D8B2BE.


Opacity

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

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

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

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

This text has shadow with #D8B2BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8B2BE on black background.


Color preview on white background

This text has color #D8B2BE on white background.



Black color preview on #D8B2BE background

This text has black color on #D8B2BE background.


White color preview on #D8B2BE background

This text has white color on #D8B2BE background.