COLOR #D5B7EC

HEX: #D5B7EC
RGB: (213,183,236)

Color info

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

RGB color model

#D5B7EC color RGB value is (213,183,236).

  • red value is 213;
  • green value is 183;
  • blue value is 236.
RGB:
(213,183,236)
(84%,72%,93%)

RGB channels and saturation

R 213 of 255 = 84%
G 183 of 255 = 72%
B 236 of 255 = 93%

213
183
236

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

Portions of RGB colors in percentages

R + G + B =
213 + 183 + 236 = 632 (100%)
R 213 of 632 ~ 33.7%
G 183 of 632 ~ 28.96%
B 236 of 632 ~ 37.34%

%33.7
%28.96
%37.34

CMYK color model

#D5B7EC color CMYK value is (10,22,0,7).

  • cyan value is 9.75%
  • magenta value is 22.46%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(10,22,0,7)
C10M22Y0K7 
(10%,22%,0%,7%)
(0.10/0.22/0.00/0.07)	

CMYK percentages

%9.75
%22.46
%0
%7.45

Codes

Color #D5B7EC in popluar color models

D5B7EC
RGB213183236
HSL274°58.24%82.16%
HSB/HSV274°22.46%92.55%
CMYK9.75%22.46%0.00%
7.45%

Color #D5B7EC in popluar number systems.

HEXD5B7EC
Decimal213183236
Binary110101011011011111101100
Octal325267354

Shades and tints

Shades of #D5B7EC

#D5B7EC
(213,183,236)
#C2A7D7
(194,167,215)
#AF97C2
(175,151,194)
#9C87AD
(156,135,173)
#897798
(137,119,152)
#766783
(118,103,131)
#63576E
(99,87,110)
#504759
(80,71,89)
#3D3744
(61,55,68)
#2A272F
(42,39,47)
#17171A
(23,23,26)
#000000
(0,0,0)

Tints of #D5B7EC

#D5B7EC
(213,183,236)
#D8BDED
(216,189,237)
#DBC3EE
(219,195,238)
#DEC9EF
(222,201,239)
#E1CFF0
(225,207,240)
#E4D5F1
(228,213,241)
#E7DBF2
(231,219,242)
#EAE1F3
(234,225,243)
#EDE7F4
(237,231,244)
#F0EDF5
(240,237,245)
#F3F3F6
(243,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5B7EC color. Also use rgb(213,183,236) instead hex code.

Text Font Color

.myTextColor { color: #D5B7EC; }

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

This text font color is #D5B7EC.


Background Color

.myBgColor { background-color: #D5B7EC; }

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

This div background color is #D5B7EC.


Border color

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

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

This div border color is #D5B7EC.


Opacity

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

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

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

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

This text has shadow with #D5B7EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5B7EC on black background.


Color preview on white background

This text has color #D5B7EC on white background.



Black color preview on #D5B7EC background

This text has black color on #D5B7EC background.


White color preview on #D5B7EC background

This text has white color on #D5B7EC background.