COLOR #D8BED4

HEX: #D8BED4
RGB: (216,190,212)

Color info

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

RGB color model

#D8BED4 color RGB value is (216,190,212).

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

RGB channels and saturation

R 216 of 255 = 85%
G 190 of 255 = 75%
B 212 of 255 = 83%

216
190
212

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

Portions of RGB colors in percentages

R + G + B =
216 + 190 + 212 = 618 (100%)
R 216 of 618 ~ 34.95%
G 190 of 618 ~ 30.74%
B 212 of 618 ~ 34.3%

%34.95
%30.74
%34.3

CMYK color model

#D8BED4 color CMYK value is (0,12,2,15).

  • cyan value is 0.00%
  • magenta value is 12.04%
  • yellow value is 1.85%
  • key color value is 15.29%
CMYK:
(0,12,2,15)
C0M12Y2K15 
(0%,12%,2%,15%)
(0.00/0.12/0.02/0.15)	

CMYK percentages

%0
%12.04
%1.85
%15.29

Codes

Color #D8BED4 in popluar color models

D8BED4
RGB216190212
HSL309°25.00%79.61%
HSB/HSV309°12.04%84.71%
CMYK0.00%12.04%1.85%
15.29%

Color #D8BED4 in popluar number systems.

HEXD8BED4
Decimal216190212
Binary110110001011111011010100
Octal330276324

Shades and tints

Shades of #D8BED4

#D8BED4
(216,190,212)
#C5ADC1
(197,173,193)
#B29CAE
(178,156,174)
#9F8B9B
(159,139,155)
#8C7A88
(140,122,136)
#796975
(121,105,117)
#665862
(102,88,98)
#53474F
(83,71,79)
#40363C
(64,54,60)
#2D2529
(45,37,41)
#1A1416
(26,20,22)
#000000
(0,0,0)

Tints of #D8BED4

#D8BED4
(216,190,212)
#DBC3D7
(219,195,215)
#DEC8DA
(222,200,218)
#E1CDDD
(225,205,221)
#E4D2E0
(228,210,224)
#E7D7E3
(231,215,227)
#EADCE6
(234,220,230)
#EDE1E9
(237,225,233)
#F0E6EC
(240,230,236)
#F3EBEF
(243,235,239)
#F6F0F2
(246,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8BED4; }

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

This text font color is #D8BED4.


Background Color

.myBgColor { background-color: #D8BED4; }

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

This div background color is #D8BED4.


Border color

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

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

This div border color is #D8BED4.


Opacity

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

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

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

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

This text has shadow with #D8BED4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8BED4 on black background.


Color preview on white background

This text has color #D8BED4 on white background.



Black color preview on #D8BED4 background

This text has black color on #D8BED4 background.


White color preview on #D8BED4 background

This text has white color on #D8BED4 background.