COLOR #D8BBF1

HEX: #D8BBF1 RGB: (216,187,241)

Color info

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

RGB color model

#D8BBF1 color RGB value is (216,187,241).

RGB: (216,187,241) (85%, 73%, 95%)

RGB channels and saturation

R 216 of 255 = 85%
G 187 of 255 = 73%
B 241 of 255 = 95%

216
187
241

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

Portions of RGB colors in percentages

R + G + B = 216 + 187 + 241 = 644 (100%)
R 216 of 644 ~ 33.54%
G 187 of 644 ~ 29.04%
B 241 of 644 ~ 37.42'%

%33.54
%29.04
%37.42

CMYK color model

#D8BBF1 color CMYK value is (10,22,0,5).

  • cyan value is 10.37%
  • magenta value is 22.41%
  • yellow value is 0.00%
  • key color value is 5.49%

CMYK: (10,22,0,5)
C10M22Y0K5 (10%, 22%, 0%, 5%)
(0.10 / 0.22 / 0.00 / 0.05)

CMYK percentages

%10.37
%22.41
%0
%5.49

Codes

Color #D8BBF1 in popluar color models

D8 BB F1
RGB 216 187 241
HSL 272° 65.85% 83.92%
HSB/HSV 272° 22.41% 94.51%
CMYK 10.37% 22.41% 0.00%
5.49%

Color #D8BBF1 in popluar number systems.

HEX D8 BB F1
Decimal 216 187 241
Binary 11011000 10111011 11110001
Octal 330 273 361

Shades and tints

Shades of #D8BBF1

#D8BBF1
(216,187,241)
#C5AADC
(197,170,220)
#B299C7
(178,153,199)
#9F88B2
(159,136,178)
#8C779D
(140,119,157)
#796688
(121,102,136)
#665573
(102,85,115)
#53445E
(83,68,94)
#403349
(64,51,73)
#2D2234
(45,34,52)
#1A111F
(26,17,31)
#000000
(0,0,0)

Tints of #D8BBF1

#D8BBF1
(216,187,241)
#DBC1F2
(219,193,242)
#DEC7F3
(222,199,243)
#E1CDF4
(225,205,244)
#E4D3F5
(228,211,245)
#E7D9F6
(231,217,246)
#EADFF7
(234,223,247)
#EDE5F8
(237,229,248)
#F0EBF9
(240,235,249)
#F3F1FA
(243,241,250)
#F6F7FB
(246,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8BBF1 color. Also use rgb(216,187,241) instead hex code.

Text Font Color

.myTextColor { color: #D8BBF1; }

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

This text font color is #D8BBF1.

Background Color

.myBgColor { background-color: #D8BBF1; }

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

This div background color is #D8BBF1.

Border color

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

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

This div border color is #D8BBF1.

Opacity

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

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

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

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

This text has shadow with #D8BBF1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D8BBF1.

Preview

Color preview on black background

This text has color #D8BBF1 on black background.


Color preview on white background

This text has color #D8BBF1 on white background.


Black color preview on #D8BBF1 background

This text has black color on #D8BBF1 background.


White color preview on #D8BBF1 background

This text has white color on #D8BBF1 background.


Related colors

Complementary color

Complementary color for #hex is #27440E.


I love getcolorcode.com

Triadic colors

1 #F1D8BB and #BBF1D8 with #D8BBF1 are triadic colors.

2 #F1BBD8 and #BBD8F1 with #D8BBF1 are triadic colors.