COLOR #D9BBEF

HEX: #D9BBEF
RGB: (217,187,239)

Color info

#D9BBEF contains red, green and blue colors in about the same proportion. Web safe color of #D9BBEF is #CCCCFF (or #CCF).

RGB color model

#D9BBEF color RGB value is (217,187,239).

  • red value is 217;
  • green value is 187;
  • blue value is 239.
RGB:
(217,187,239)
(85%,73%,94%)

RGB channels and saturation

R 217 of 255 = 85%
G 187 of 255 = 73%
B 239 of 255 = 94%

217
187
239

R + G + B ~ 84%. #D9BBEF is quite light color.

Portions of RGB colors in percentages

R + G + B =
217 + 187 + 239 = 643 (100%)
R 217 of 643 ~ 33.75%
G 187 of 643 ~ 29.08%
B 239 of 643 ~ 37.17%

%33.75
%29.08
%37.17

CMYK color model

#D9BBEF color CMYK value is (9,22,0,6).

  • cyan value is 9.21%
  • magenta value is 21.76%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(9,22,0,6)
C9M22Y0K6 
(9%,22%,0%,6%)
(0.09/0.22/0.00/0.06)	

CMYK percentages

%9.21
%21.76
%0
%6.27

Codes

Color #D9BBEF in popluar color models

D9BBEF
RGB217187239
HSL275°61.90%83.53%
HSB/HSV275°21.76%93.73%
CMYK9.21%21.76%0.00%
6.27%

Color #D9BBEF in popluar number systems.

HEXD9BBEF
Decimal217187239
Binary110110011011101111101111
Octal331273357

Shades and tints

Shades of #D9BBEF

#D9BBEF
(217,187,239)
#C6AADA
(198,170,218)
#B399C5
(179,153,197)
#A088B0
(160,136,176)
#8D779B
(141,119,155)
#7A6686
(122,102,134)
#675571
(103,85,113)
#54445C
(84,68,92)
#413347
(65,51,71)
#2E2232
(46,34,50)
#1B111D
(27,17,29)
#000000
(0,0,0)

Tints of #D9BBEF

#D9BBEF
(217,187,239)
#DCC1F0
(220,193,240)
#DFC7F1
(223,199,241)
#E2CDF2
(226,205,242)
#E5D3F3
(229,211,243)
#E8D9F4
(232,217,244)
#EBDFF5
(235,223,245)
#EEE5F6
(238,229,246)
#F1EBF7
(241,235,247)
#F4F1F8
(244,241,248)
#F7F7F9
(247,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9BBEF color. Also use rgb(217,187,239) instead hex code.

Text Font Color

.myTextColor { color: #D9BBEF; }

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

This text font color is #D9BBEF.


Background Color

.myBgColor { background-color: #D9BBEF; }

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

This div background color is #D9BBEF.


Border color

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

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

This div border color is #D9BBEF.


Opacity

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

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

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

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

This text has shadow with #D9BBEF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9BBEF on black background.


Color preview on white background

This text has color #D9BBEF on white background.



Black color preview on #D9BBEF background

This text has black color on #D9BBEF background.


White color preview on #D9BBEF background

This text has white color on #D9BBEF background.