COLOR #D9BAF8

HEX: #D9BAF8
RGB: (217,186,248)

Color info

#D9BAF8 contains mainly red and blue colors. Web safe color of #D9BAF8 is #CCCCFF (or #CCF).

RGB color model

#D9BAF8 color RGB value is (217,186,248).

  • red value is 217;
  • green value is 186;
  • blue value is 248.
RGB:
(217,186,248)
(85%,73%,97%)

RGB channels and saturation

R 217 of 255 = 85%
G 186 of 255 = 73%
B 248 of 255 = 97%

217
186
248

R + G + B ~ 85%. #D9BAF8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
217 + 186 + 248 = 651 (100%)
R 217 of 651 ~ 33.33%
G 186 of 651 ~ 28.57%
B 248 of 651 ~ 38.1%

%33.33
%28.57
%38.1

CMYK color model

#D9BAF8 color CMYK value is (13,25,0,3).

  • cyan value is 12.50%
  • magenta value is 25.00%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK:
(13,25,0,3)
C13M25Y0K3 
(13%,25%,0%,3%)
(0.13/0.25/0.00/0.03)	

CMYK percentages

%12.5
%25
%0
%2.75

Codes

Color #D9BAF8 in popluar color models

D9BAF8
RGB217186248
HSL270°81.58%85.10%
HSB/HSV270°25.00%97.25%
CMYK12.50%25.00%0.00%
2.75%

Color #D9BAF8 in popluar number systems.

HEXD9BAF8
Decimal217186248
Binary110110011011101011111000
Octal331272370

Shades and tints

Shades of #D9BAF8

#D9BAF8
(217,186,248)
#C6AAE2
(198,170,226)
#B39ACC
(179,154,204)
#A08AB6
(160,138,182)
#8D7AA0
(141,122,160)
#7A6A8A
(122,106,138)
#675A74
(103,90,116)
#544A5E
(84,74,94)
#413A48
(65,58,72)
#2E2A32
(46,42,50)
#1B1A1C
(27,26,28)
#000000
(0,0,0)

Tints of #D9BAF8

#D9BAF8
(217,186,248)
#DCC0F8
(220,192,248)
#DFC6F8
(223,198,248)
#E2CCF8
(226,204,248)
#E5D2F8
(229,210,248)
#E8D8F8
(232,216,248)
#EBDEF8
(235,222,248)
#EEE4F8
(238,228,248)
#F1EAF8
(241,234,248)
#F4F0F8
(244,240,248)
#F7F6F8
(247,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9BAF8 color. Also use rgb(217,186,248) instead hex code.

Text Font Color

.myTextColor { color: #D9BAF8; }

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

This text font color is #D9BAF8.


Background Color

.myBgColor { background-color: #D9BAF8; }

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

This div background color is #D9BAF8.


Border color

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

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

This div border color is #D9BAF8.


Opacity

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

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

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

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

This text has shadow with #D9BAF8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9BAF8 on black background.


Color preview on white background

This text has color #D9BAF8 on white background.



Black color preview on #D9BAF8 background

This text has black color on #D9BAF8 background.


White color preview on #D9BAF8 background

This text has white color on #D9BAF8 background.