COLOR #D9BAFE

HEX: #D9BAFE RGB: (217,186,254)

Color info

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

RGB color model

#D9BAFE color RGB value is (217,186,254).

RGB: (217,186,254) (85%, 73%, 100%)

RGB channels and saturation

R 217 of 255 = 85%
G 186 of 255 = 73%
B 254 of 255 = 100%

217
186
254

R + G + B ~ 86%. #D9BAFE is light color.

Portions of RGB colors in percentages

R + G + B = 217 + 186 + 254 = 657 (100%)
R 217 of 657 ~ 33.03%
G 186 of 657 ~ 28.31%
B 254 of 657 ~ 38.66'%

%33.03
%28.31
%38.66

CMYK color model

#D9BAFE color CMYK value is (15,27,0,0).

  • cyan value is 14.57%
  • magenta value is 26.77%
  • yellow value is 0.00%
  • key color value is 0.39%

CMYK: (15,27,0,0)
C15M27Y0K0 (15%, 27%, 0%, 0%)
(0.15 / 0.27 / 0.00 / 0.00)

CMYK percentages

%14.57
%26.77
%0
%0.39

Codes

Color #D9BAFE in popluar color models

D9 BA FE
RGB 217 186 254
HSL 267° 97.14% 86.27%
HSB/HSV 267° 26.77% 99.61%
CMYK 14.57% 26.77% 0.00%
0.39%

Color #D9BAFE in popluar number systems.

HEX D9 BA FE
Decimal 217 186 254
Binary 11011001 10111010 11111110
Octal 331 272 376

Shades and tints

Shades of #D9BAFE

#D9BAFE
(217,186,254)
#C6AAE7
(198,170,231)
#B39AD0
(179,154,208)
#A08AB9
(160,138,185)
#8D7AA2
(141,122,162)
#7A6A8B
(122,106,139)
#675A74
(103,90,116)
#544A5D
(84,74,93)
#413A46
(65,58,70)
#2E2A2F
(46,42,47)
#1B1A18
(27,26,24)
#000000
(0,0,0)

Tints of #D9BAFE

#D9BAFE
(217,186,254)
#DCC0FE
(220,192,254)
#DFC6FE
(223,198,254)
#E2CCFE
(226,204,254)
#E5D2FE
(229,210,254)
#E8D8FE
(232,216,254)
#EBDEFE
(235,222,254)
#EEE4FE
(238,228,254)
#F1EAFE
(241,234,254)
#F4F0FE
(244,240,254)
#F7F6FE
(247,246,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9BAFE; }

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

This text font color is #D9BAFE.

Background Color

.myBgColor { background-color: #D9BAFE; }

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

This div background color is #D9BAFE.

Border color

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

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

This div border color is #D9BAFE.

Opacity

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

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

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

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

This text has shadow with #D9BAFE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D9BAFE.

Preview

Color preview on black background

This text has color #D9BAFE on black background.


Color preview on white background

This text has color #D9BAFE on white background.


Black color preview on #D9BAFE background

This text has black color on #D9BAFE background.


White color preview on #D9BAFE background

This text has white color on #D9BAFE background.


Related colors

Complementary color

Complementary color for #hex is #264501.


I love getcolorcode.com

Triadic colors

1 #FED9BA and #BAFED9 with #D9BAFE are triadic colors.

2 #FEBAD9 and #BAD9FE with #D9BAFE are triadic colors.