COLOR #D5BDE7

HEX: #D5BDE7 RGB: (213,189,231)

Color info

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

RGB color model

#D5BDE7 color RGB value is (213,189,231).

RGB: (213,189,231) (84%, 74%, 91%)

RGB channels and saturation

R 213 of 255 = 84%
G 189 of 255 = 74%
B 231 of 255 = 91%

213
189
231

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

Portions of RGB colors in percentages

R + G + B = 213 + 189 + 231 = 633 (100%)
R 213 of 633 ~ 33.65%
G 189 of 633 ~ 29.86%
B 231 of 633 ~ 36.49'%

%33.65
%29.86
%36.49

CMYK color model

#D5BDE7 color CMYK value is (8,18,0,9).

  • cyan value is 7.79%
  • magenta value is 18.18%
  • yellow value is 0.00%
  • key color value is 9.41%

CMYK: (8,18,0,9)
C8M18Y0K9 (8%, 18%, 0%, 9%)
(0.08 / 0.18 / 0.00 / 0.09)

CMYK percentages

%7.79
%18.18
%0
%9.41

Codes

Color #D5BDE7 in popluar color models

D5 BD E7
RGB 213 189 231
HSL 274° 46.67% 82.35%
HSB/HSV 274° 18.18% 90.59%
CMYK 7.79% 18.18% 0.00%
9.41%

Color #D5BDE7 in popluar number systems.

HEX D5 BD E7
Decimal 213 189 231
Binary 11010101 10111101 11100111
Octal 325 275 347

Shades and tints

Shades of #D5BDE7

#D5BDE7
(213,189,231)
#C2ACD2
(194,172,210)
#AF9BBD
(175,155,189)
#9C8AA8
(156,138,168)
#897993
(137,121,147)
#76687E
(118,104,126)
#635769
(99,87,105)
#504654
(80,70,84)
#3D353F
(61,53,63)
#2A242A
(42,36,42)
#171315
(23,19,21)
#000000
(0,0,0)

Tints of #D5BDE7

#D5BDE7
(213,189,231)
#D8C3E9
(216,195,233)
#DBC9EB
(219,201,235)
#DECFED
(222,207,237)
#E1D5EF
(225,213,239)
#E4DBF1
(228,219,241)
#E7E1F3
(231,225,243)
#EAE7F5
(234,231,245)
#EDEDF7
(237,237,247)
#F0F3F9
(240,243,249)
#F3F9FB
(243,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5BDE7 color. Also use rgb(213,189,231) instead hex code.

Text Font Color

.myTextColor { color: #D5BDE7; }

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

This text font color is #D5BDE7.

Background Color

.myBgColor { background-color: #D5BDE7; }

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

This div background color is #D5BDE7.

Border color

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

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

This div border color is #D5BDE7.

Opacity

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

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

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

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

This text has shadow with #D5BDE7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D5BDE7.

Preview

Color preview on black background

This text has color #D5BDE7 on black background.


Color preview on white background

This text has color #D5BDE7 on white background.


Black color preview on #D5BDE7 background

This text has black color on #D5BDE7 background.


White color preview on #D5BDE7 background

This text has white color on #D5BDE7 background.


Related colors

Complementary color

Complementary color for #hex is #2A4218.


I love getcolorcode.com

Triadic colors

1 #E7D5BD and #BDE7D5 with #D5BDE7 are triadic colors.

2 #E7BDD5 and #BDD5E7 with #D5BDE7 are triadic colors.