COLOR #D5B9EF

HEX: #D5B9EF
RGB: (213,185,239)

Color info

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

RGB color model

#D5B9EF color RGB value is (213,185,239).

  • red value is 213;
  • green value is 185;
  • blue value is 239.
RGB:
(213,185,239)
(84%,73%,94%)

RGB channels and saturation

R 213 of 255 = 84%
G 185 of 255 = 73%
B 239 of 255 = 94%

213
185
239

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

Portions of RGB colors in percentages

R + G + B =
213 + 185 + 239 = 637 (100%)
R 213 of 637 ~ 33.44%
G 185 of 637 ~ 29.04%
B 239 of 637 ~ 37.52%

%33.44
%29.04
%37.52

CMYK color model

#D5B9EF color CMYK value is (11,23,0,6).

  • cyan value is 10.88%
  • magenta value is 22.59%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(11,23,0,6)
C11M23Y0K6 
(11%,23%,0%,6%)
(0.11/0.23/0.00/0.06)	

CMYK percentages

%10.88
%22.59
%0
%6.27

Codes

Color #D5B9EF in popluar color models

D5B9EF
RGB213185239
HSL271°62.79%83.14%
HSB/HSV271°22.59%93.73%
CMYK10.88%22.59%0.00%
6.27%

Color #D5B9EF in popluar number systems.

HEXD5B9EF
Decimal213185239
Binary110101011011100111101111
Octal325271357

Shades and tints

Shades of #D5B9EF

#D5B9EF
(213,185,239)
#C2A9DA
(194,169,218)
#AF99C5
(175,153,197)
#9C89B0
(156,137,176)
#89799B
(137,121,155)
#766986
(118,105,134)
#635971
(99,89,113)
#50495C
(80,73,92)
#3D3947
(61,57,71)
#2A2932
(42,41,50)
#17191D
(23,25,29)
#000000
(0,0,0)

Tints of #D5B9EF

#D5B9EF
(213,185,239)
#D8BFF0
(216,191,240)
#DBC5F1
(219,197,241)
#DECBF2
(222,203,242)
#E1D1F3
(225,209,243)
#E4D7F4
(228,215,244)
#E7DDF5
(231,221,245)
#EAE3F6
(234,227,246)
#EDE9F7
(237,233,247)
#F0EFF8
(240,239,248)
#F3F5F9
(243,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5B9EF color. Also use rgb(213,185,239) instead hex code.

Text Font Color

.myTextColor { color: #D5B9EF; }

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

This text font color is #D5B9EF.


Background Color

.myBgColor { background-color: #D5B9EF; }

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

This div background color is #D5B9EF.


Border color

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

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

This div border color is #D5B9EF.


Opacity

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

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

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

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

This text has shadow with #D5B9EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5B9EF on black background.


Color preview on white background

This text has color #D5B9EF on white background.



Black color preview on #D5B9EF background

This text has black color on #D5B9EF background.


White color preview on #D5B9EF background

This text has white color on #D5B9EF background.