COLOR #D3BBF8

HEX: #D3BBF8
RGB: (211,187,248)

Color info

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

RGB color model

#D3BBF8 color RGB value is (211,187,248).

  • red value is 211;
  • green value is 187;
  • blue value is 248.
RGB:
(211,187,248)
(83%,73%,97%)

RGB channels and saturation

R 211 of 255 = 83%
G 187 of 255 = 73%
B 248 of 255 = 97%

211
187
248

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

Portions of RGB colors in percentages

R + G + B =
211 + 187 + 248 = 646 (100%)
R 211 of 646 ~ 32.66%
G 187 of 646 ~ 28.95%
B 248 of 646 ~ 38.39%

%32.66
%28.95
%38.39

CMYK color model

#D3BBF8 color CMYK value is (15,25,0,3).

  • cyan value is 14.92%
  • magenta value is 24.60%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK:
(15,25,0,3)
C15M25Y0K3 
(15%,25%,0%,3%)
(0.15/0.25/0.00/0.03)	

CMYK percentages

%14.92
%24.6
%0
%2.75

Codes

Color #D3BBF8 in popluar color models

D3BBF8
RGB211187248
HSL264°81.33%85.29%
HSB/HSV264°24.60%97.25%
CMYK14.92%24.60%0.00%
2.75%

Color #D3BBF8 in popluar number systems.

HEXD3BBF8
Decimal211187248
Binary110100111011101111111000
Octal323273370

Shades and tints

Shades of #D3BBF8

#D3BBF8
(211,187,248)
#C0AAE2
(192,170,226)
#AD99CC
(173,153,204)
#9A88B6
(154,136,182)
#8777A0
(135,119,160)
#74668A
(116,102,138)
#615574
(97,85,116)
#4E445E
(78,68,94)
#3B3348
(59,51,72)
#282232
(40,34,50)
#15111C
(21,17,28)
#000000
(0,0,0)

Tints of #D3BBF8

#D3BBF8
(211,187,248)
#D7C1F8
(215,193,248)
#DBC7F8
(219,199,248)
#DFCDF8
(223,205,248)
#E3D3F8
(227,211,248)
#E7D9F8
(231,217,248)
#EBDFF8
(235,223,248)
#EFE5F8
(239,229,248)
#F3EBF8
(243,235,248)
#F7F1F8
(247,241,248)
#FBF7F8
(251,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D3BBF8 color. Also use rgb(211,187,248) instead hex code.

Text Font Color

.myTextColor { color: #D3BBF8; }

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

This text font color is #D3BBF8.


Background Color

.myBgColor { background-color: #D3BBF8; }

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

This div background color is #D3BBF8.


Border color

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

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

This div border color is #D3BBF8.


Opacity

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

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

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

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

This text has shadow with #D3BBF8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3BBF8 on black background.


Color preview on white background

This text has color #D3BBF8 on white background.



Black color preview on #D3BBF8 background

This text has black color on #D3BBF8 background.


White color preview on #D3BBF8 background

This text has white color on #D3BBF8 background.