COLOR #D8BED1

HEX: #D8BED1
RGB: (216,190,209)

Color info

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

RGB color model

#D8BED1 color RGB value is (216,190,209).

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

RGB channels and saturation

R 216 of 255 = 85%
G 190 of 255 = 75%
B 209 of 255 = 82%

216
190
209

R + G + B ~ 81%. #D8BED1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
216 + 190 + 209 = 615 (100%)
R 216 of 615 ~ 35.12%
G 190 of 615 ~ 30.89%
B 209 of 615 ~ 33.98%

%35.12
%30.89
%33.98

CMYK color model

#D8BED1 color CMYK value is (0,12,3,15).

  • cyan value is 0.00%
  • magenta value is 12.04%
  • yellow value is 3.24%
  • key color value is 15.29%
CMYK:
(0,12,3,15)
C0M12Y3K15 
(0%,12%,3%,15%)
(0.00/0.12/0.03/0.15)	

CMYK percentages

%0
%12.04
%3.24
%15.29

Codes

Color #D8BED1 in popluar color models

D8BED1
RGB216190209
HSL316°25.00%79.61%
HSB/HSV316°12.04%84.71%
CMYK0.00%12.04%3.24%
15.29%

Color #D8BED1 in popluar number systems.

HEXD8BED1
Decimal216190209
Binary110110001011111011010001
Octal330276321

Shades and tints

Shades of #D8BED1

#D8BED1
(216,190,209)
#C5ADBE
(197,173,190)
#B29CAB
(178,156,171)
#9F8B98
(159,139,152)
#8C7A85
(140,122,133)
#796972
(121,105,114)
#66585F
(102,88,95)
#53474C
(83,71,76)
#403639
(64,54,57)
#2D2526
(45,37,38)
#1A1413
(26,20,19)
#000000
(0,0,0)

Tints of #D8BED1

#D8BED1
(216,190,209)
#DBC3D5
(219,195,213)
#DEC8D9
(222,200,217)
#E1CDDD
(225,205,221)
#E4D2E1
(228,210,225)
#E7D7E5
(231,215,229)
#EADCE9
(234,220,233)
#EDE1ED
(237,225,237)
#F0E6F1
(240,230,241)
#F3EBF5
(243,235,245)
#F6F0F9
(246,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8BED1; }

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

This text font color is #D8BED1.


Background Color

.myBgColor { background-color: #D8BED1; }

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

This div background color is #D8BED1.


Border color

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

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

This div border color is #D8BED1.


Opacity

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

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

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

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

This text has shadow with #D8BED1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8BED1 on black background.


Color preview on white background

This text has color #D8BED1 on white background.



Black color preview on #D8BED1 background

This text has black color on #D8BED1 background.


White color preview on #D8BED1 background

This text has white color on #D8BED1 background.