COLOR #D8BBDA

HEX: #D8BBDA
RGB: (216,187,218)

Color info

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

RGB color model

#D8BBDA color RGB value is (216,187,218).

  • red value is 216;
  • green value is 187;
  • blue value is 218.
RGB:
(216,187,218)
(85%,73%,85%)

RGB channels and saturation

R 216 of 255 = 85%
G 187 of 255 = 73%
B 218 of 255 = 85%

216
187
218

R + G + B ~ 81%. #D8BBDA is quite light color.

Portions of RGB colors in percentages

R + G + B =
216 + 187 + 218 = 621 (100%)
R 216 of 621 ~ 34.78%
G 187 of 621 ~ 30.11%
B 218 of 621 ~ 35.1%

%34.78
%30.11
%35.1

CMYK color model

#D8BBDA color CMYK value is (1,14,0,15).

  • cyan value is 0.92%
  • magenta value is 14.22%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(1,14,0,15)
C1M14Y0K15 
(1%,14%,0%,15%)
(0.01/0.14/0.00/0.15)	

CMYK percentages

%0.92
%14.22
%0
%14.51

Codes

Color #D8BBDA in popluar color models

D8BBDA
RGB216187218
HSL296°29.52%79.41%
HSB/HSV296°14.22%85.49%
CMYK0.92%14.22%0.00%
14.51%

Color #D8BBDA in popluar number systems.

HEXD8BBDA
Decimal216187218
Binary110110001011101111011010
Octal330273332

Shades and tints

Shades of #D8BBDA

#D8BBDA
(216,187,218)
#C5AAC7
(197,170,199)
#B299B4
(178,153,180)
#9F88A1
(159,136,161)
#8C778E
(140,119,142)
#79667B
(121,102,123)
#665568
(102,85,104)
#534455
(83,68,85)
#403342
(64,51,66)
#2D222F
(45,34,47)
#1A111C
(26,17,28)
#000000
(0,0,0)

Tints of #D8BBDA

#D8BBDA
(216,187,218)
#DBC1DD
(219,193,221)
#DEC7E0
(222,199,224)
#E1CDE3
(225,205,227)
#E4D3E6
(228,211,230)
#E7D9E9
(231,217,233)
#EADFEC
(234,223,236)
#EDE5EF
(237,229,239)
#F0EBF2
(240,235,242)
#F3F1F5
(243,241,245)
#F6F7F8
(246,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8BBDA; }

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

This text font color is #D8BBDA.


Background Color

.myBgColor { background-color: #D8BBDA; }

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

This div background color is #D8BBDA.


Border color

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

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

This div border color is #D8BBDA.


Opacity

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

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

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

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

This text has shadow with #D8BBDA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8BBDA on black background.


Color preview on white background

This text has color #D8BBDA on white background.



Black color preview on #D8BBDA background

This text has black color on #D8BBDA background.


White color preview on #D8BBDA background

This text has white color on #D8BBDA background.