COLOR #D8BFDB

HEX: #D8BFDB RGB: (216,191,219)

Color info

#D8BFDB contains red, green and blue colors in about the same proportion. Web safe color of #D8BFDB is #CCCCCC (or #CCC).

RGB color model

#D8BFDB color RGB value is (216,191,219).

RGB: (216,191,219) (85%, 75%, 86%)

RGB channels and saturation

R 216 of 255 = 85%
G 191 of 255 = 75%
B 219 of 255 = 86%

216
191
219

R + G + B ~ 82%. #D8BFDB is quite light color.

Portions of RGB colors in percentages

R + G + B = 216 + 191 + 219 = 626 (100%)
R 216 of 626 ~ 34.5%
G 191 of 626 ~ 30.51%
B 219 of 626 ~ 34.98'%

%34.5
%30.51
%34.98

CMYK color model

#D8BFDB color CMYK value is (1,13,0,14).

  • cyan value is 1.37%
  • magenta value is 12.79%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK: (1,13,0,14) C1M13Y0K14 (1%,13%,0%,14%) (0.01/0.13/0.00/0.14) 

CMYK percentages

%1.37
%12.79
%0
%14.12

Codes

Color #D8BFDB in popluar color models

D8 BF DB
RGB 216 191 219
HSL 294° 28.00% 80.39%
HSB/HSV 294° 12.79% 85.88%
CMYK 1.37% 12.79% 0.00%
14.12%

Color #D8BFDB in popluar number systems.

HEX D8 BF DB
Decimal 216 191 219
Binary 11011000 10111111 11011011
Octal 330 277 333

Shades and tints

Shades of #D8BFDB

#D8BFDB
(216,191,219)
#C5AEC8
(197,174,200)
#B29DB5
(178,157,181)
#9F8CA2
(159,140,162)
#8C7B8F
(140,123,143)
#796A7C
(121,106,124)
#665969
(102,89,105)
#534856
(83,72,86)
#403743
(64,55,67)
#2D2630
(45,38,48)
#1A151D
(26,21,29)
#000000
(0,0,0)

Tints of #D8BFDB

#D8BFDB
(216,191,219)
#DBC4DE
(219,196,222)
#DEC9E1
(222,201,225)
#E1CEE4
(225,206,228)
#E4D3E7
(228,211,231)
#E7D8EA
(231,216,234)
#EADDED
(234,221,237)
#EDE2F0
(237,226,240)
#F0E7F3
(240,231,243)
#F3ECF6
(243,236,246)
#F6F1F9
(246,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8BFDB color. Also use rgb(216,191,219) instead hex code.

Text Font Color

.myTextColor { color: #D8BFDB; }

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

This text font color is #D8BFDB.

Background Color

.myBgColor { background-color: #D8BFDB; }

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

This div background color is #D8BFDB.

Border color

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

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

This div border color is #D8BFDB.

Opacity

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

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

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

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

This text has shadow with #D8BFDB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D8BFDB.

Preview

Color preview on black background

This text has color #D8BFDB on black background.


Color preview on white background

This text has color #D8BFDB on white background.


Black color preview on #D8BFDB background

This text has black color on #D8BFDB background.


White color preview on #D8BFDB background

This text has white color on #D8BFDB background.


Related colors

Complementary color

Complementary color for #hex is #274024.


I love getcolorcode.com

Triadic colors

1 #DBD8BF and #BFDBD8 with #D8BFDB are triadic colors.

2 #DBBFD8 and #BFD8DB with #D8BFDB are triadic colors.