COLOR #D9BFE4

HEX: #D9BFE4
RGB: (217,191,228)

Color info

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

RGB color model

#D9BFE4 color RGB value is (217,191,228).

  • red value is 217;
  • green value is 191;
  • blue value is 228.
RGB:
(217,191,228)
(85%,75%,89%)

RGB channels and saturation

R 217 of 255 = 85%
G 191 of 255 = 75%
B 228 of 255 = 89%

217
191
228

R + G + B ~ 83%. #D9BFE4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
217 + 191 + 228 = 636 (100%)
R 217 of 636 ~ 34.12%
G 191 of 636 ~ 30.03%
B 228 of 636 ~ 35.85%

%34.12
%30.03
%35.85

CMYK color model

#D9BFE4 color CMYK value is (5,16,0,11).

  • cyan value is 4.82%
  • magenta value is 16.23%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK:
(5,16,0,11)
C5M16Y0K11 
(5%,16%,0%,11%)
(0.05/0.16/0.00/0.11)	

CMYK percentages

%4.82
%16.23
%0
%10.59

Codes

Color #D9BFE4 in popluar color models

D9BFE4
RGB217191228
HSL282°40.66%82.16%
HSB/HSV282°16.23%89.41%
CMYK4.82%16.23%0.00%
10.59%

Color #D9BFE4 in popluar number systems.

HEXD9BFE4
Decimal217191228
Binary110110011011111111100100
Octal331277344

Shades and tints

Shades of #D9BFE4

#D9BFE4
(217,191,228)
#C6AED0
(198,174,208)
#B39DBC
(179,157,188)
#A08CA8
(160,140,168)
#8D7B94
(141,123,148)
#7A6A80
(122,106,128)
#67596C
(103,89,108)
#544858
(84,72,88)
#413744
(65,55,68)
#2E2630
(46,38,48)
#1B151C
(27,21,28)
#000000
(0,0,0)

Tints of #D9BFE4

#D9BFE4
(217,191,228)
#DCC4E6
(220,196,230)
#DFC9E8
(223,201,232)
#E2CEEA
(226,206,234)
#E5D3EC
(229,211,236)
#E8D8EE
(232,216,238)
#EBDDF0
(235,221,240)
#EEE2F2
(238,226,242)
#F1E7F4
(241,231,244)
#F4ECF6
(244,236,246)
#F7F1F8
(247,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9BFE4 color. Also use rgb(217,191,228) instead hex code.

Text Font Color

.myTextColor { color: #D9BFE4; }

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

This text font color is #D9BFE4.


Background Color

.myBgColor { background-color: #D9BFE4; }

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

This div background color is #D9BFE4.


Border color

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

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

This div border color is #D9BFE4.


Opacity

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

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

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

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

This text has shadow with #D9BFE4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9BFE4 on black background.


Color preview on white background

This text has color #D9BFE4 on white background.



Black color preview on #D9BFE4 background

This text has black color on #D9BFE4 background.


White color preview on #D9BFE4 background

This text has white color on #D9BFE4 background.