COLOR #D9BEE6

HEX: #D9BEE6
RGB: (217,190,230)

Color info

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

RGB color model

#D9BEE6 color RGB value is (217,190,230).

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

RGB channels and saturation

R 217 of 255 = 85%
G 190 of 255 = 75%
B 230 of 255 = 90%

217
190
230

R + G + B ~ 83%. #D9BEE6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
217 + 190 + 230 = 637 (100%)
R 217 of 637 ~ 34.07%
G 190 of 637 ~ 29.83%
B 230 of 637 ~ 36.11%

%34.07
%29.83
%36.11

CMYK color model

#D9BEE6 color CMYK value is (6,17,0,10).

  • cyan value is 5.65%
  • magenta value is 17.39%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(6,17,0,10)
C6M17Y0K10 
(6%,17%,0%,10%)
(0.06/0.17/0.00/0.10)	

CMYK percentages

%5.65
%17.39
%0
%9.8

Codes

Color #D9BEE6 in popluar color models

D9BEE6
RGB217190230
HSL281°44.44%82.35%
HSB/HSV281°17.39%90.20%
CMYK5.65%17.39%0.00%
9.80%

Color #D9BEE6 in popluar number systems.

HEXD9BEE6
Decimal217190230
Binary110110011011111011100110
Octal331276346

Shades and tints

Shades of #D9BEE6

#D9BEE6
(217,190,230)
#C6ADD2
(198,173,210)
#B39CBE
(179,156,190)
#A08BAA
(160,139,170)
#8D7A96
(141,122,150)
#7A6982
(122,105,130)
#67586E
(103,88,110)
#54475A
(84,71,90)
#413646
(65,54,70)
#2E2532
(46,37,50)
#1B141E
(27,20,30)
#000000
(0,0,0)

Tints of #D9BEE6

#D9BEE6
(217,190,230)
#DCC3E8
(220,195,232)
#DFC8EA
(223,200,234)
#E2CDEC
(226,205,236)
#E5D2EE
(229,210,238)
#E8D7F0
(232,215,240)
#EBDCF2
(235,220,242)
#EEE1F4
(238,225,244)
#F1E6F6
(241,230,246)
#F4EBF8
(244,235,248)
#F7F0FA
(247,240,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9BEE6; }

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

This text font color is #D9BEE6.


Background Color

.myBgColor { background-color: #D9BEE6; }

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

This div background color is #D9BEE6.


Border color

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

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

This div border color is #D9BEE6.


Opacity

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

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

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

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

This text has shadow with #D9BEE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9BEE6 on black background.


Color preview on white background

This text has color #D9BEE6 on white background.



Black color preview on #D9BEE6 background

This text has black color on #D9BEE6 background.


White color preview on #D9BEE6 background

This text has white color on #D9BEE6 background.