COLOR #D9BED4

HEX: #D9BED4
RGB: (217,190,212)

Color info

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

RGB color model

#D9BED4 color RGB value is (217,190,212).

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

RGB channels and saturation

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

217
190
212

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

Portions of RGB colors in percentages

R + G + B =
217 + 190 + 212 = 619 (100%)
R 217 of 619 ~ 35.06%
G 190 of 619 ~ 30.69%
B 212 of 619 ~ 34.25%

%35.06
%30.69
%34.25

CMYK color model

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

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

CMYK percentages

%0
%12.44
%2.3
%14.9

Codes

Color #D9BED4 in popluar color models

D9BED4
RGB217190212
HSL311°26.21%79.80%
HSB/HSV311°12.44%85.10%
CMYK0.00%12.44%2.30%
14.90%

Color #D9BED4 in popluar number systems.

HEXD9BED4
Decimal217190212
Binary110110011011111011010100
Octal331276324

Shades and tints

Shades of #D9BED4

#D9BED4
(217,190,212)
#C6ADC1
(198,173,193)
#B39CAE
(179,156,174)
#A08B9B
(160,139,155)
#8D7A88
(141,122,136)
#7A6975
(122,105,117)
#675862
(103,88,98)
#54474F
(84,71,79)
#41363C
(65,54,60)
#2E2529
(46,37,41)
#1B1416
(27,20,22)
#000000
(0,0,0)

Tints of #D9BED4

#D9BED4
(217,190,212)
#DCC3D7
(220,195,215)
#DFC8DA
(223,200,218)
#E2CDDD
(226,205,221)
#E5D2E0
(229,210,224)
#E8D7E3
(232,215,227)
#EBDCE6
(235,220,230)
#EEE1E9
(238,225,233)
#F1E6EC
(241,230,236)
#F4EBEF
(244,235,239)
#F7F0F2
(247,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9BED4; }

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

This text font color is #D9BED4.


Background Color

.myBgColor { background-color: #D9BED4; }

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

This div background color is #D9BED4.


Border color

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

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

This div border color is #D9BED4.


Opacity

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

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

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

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

This text has shadow with #D9BED4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9BED4 on black background.


Color preview on white background

This text has color #D9BED4 on white background.



Black color preview on #D9BED4 background

This text has black color on #D9BED4 background.


White color preview on #D9BED4 background

This text has white color on #D9BED4 background.