COLOR #D5B3E3

HEX: #D5B3E3
RGB: (213,179,227)

Color info

#D5B3E3 contains red, green and blue colors in about the same proportion. Web safe color of #D5B3E3 is #CC99CC (or #C9C).

RGB color model

#D5B3E3 color RGB value is (213,179,227).

  • red value is 213;
  • green value is 179;
  • blue value is 227.
RGB:
(213,179,227)
(84%,70%,89%)

RGB channels and saturation

R 213 of 255 = 84%
G 179 of 255 = 70%
B 227 of 255 = 89%

213
179
227

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

Portions of RGB colors in percentages

R + G + B =
213 + 179 + 227 = 619 (100%)
R 213 of 619 ~ 34.41%
G 179 of 619 ~ 28.92%
B 227 of 619 ~ 36.67%

%34.41
%28.92
%36.67

CMYK color model

#D5B3E3 color CMYK value is (6,21,0,11).

  • cyan value is 6.17%
  • magenta value is 21.15%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(6,21,0,11)
C6M21Y0K11 
(6%,21%,0%,11%)
(0.06/0.21/0.00/0.11)	

CMYK percentages

%6.17
%21.15
%0
%10.98

Codes

Color #D5B3E3 in popluar color models

D5B3E3
RGB213179227
HSL283°46.15%79.61%
HSB/HSV283°21.15%89.02%
CMYK6.17%21.15%0.00%
10.98%

Color #D5B3E3 in popluar number systems.

HEXD5B3E3
Decimal213179227
Binary110101011011001111100011
Octal325263343

Shades and tints

Shades of #D5B3E3

#D5B3E3
(213,179,227)
#C2A3CF
(194,163,207)
#AF93BB
(175,147,187)
#9C83A7
(156,131,167)
#897393
(137,115,147)
#76637F
(118,99,127)
#63536B
(99,83,107)
#504357
(80,67,87)
#3D3343
(61,51,67)
#2A232F
(42,35,47)
#17131B
(23,19,27)
#000000
(0,0,0)

Tints of #D5B3E3

#D5B3E3
(213,179,227)
#D8B9E5
(216,185,229)
#DBBFE7
(219,191,231)
#DEC5E9
(222,197,233)
#E1CBEB
(225,203,235)
#E4D1ED
(228,209,237)
#E7D7EF
(231,215,239)
#EADDF1
(234,221,241)
#EDE3F3
(237,227,243)
#F0E9F5
(240,233,245)
#F3EFF7
(243,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5B3E3 color. Also use rgb(213,179,227) instead hex code.

Text Font Color

.myTextColor { color: #D5B3E3; }

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

This text font color is #D5B3E3.


Background Color

.myBgColor { background-color: #D5B3E3; }

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

This div background color is #D5B3E3.


Border color

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

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

This div border color is #D5B3E3.


Opacity

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

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

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

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

This text has shadow with #D5B3E3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5B3E3 on black background.


Color preview on white background

This text has color #D5B3E3 on white background.



Black color preview on #D5B3E3 background

This text has black color on #D5B3E3 background.


White color preview on #D5B3E3 background

This text has white color on #D5B3E3 background.