COLOR #D8BDE9

HEX: #D8BDE9 RGB: (216,189,233)

Color info

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

RGB color model

#D8BDE9 color RGB value is (216,189,233).

RGB: (216,189,233) (85%, 74%, 91%)

RGB channels and saturation

R 216 of 255 = 85%
G 189 of 255 = 74%
B 233 of 255 = 91%

216
189
233

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

Portions of RGB colors in percentages

R + G + B = 216 + 189 + 233 = 638 (100%)
R 216 of 638 ~ 33.86%
G 189 of 638 ~ 29.62%
B 233 of 638 ~ 36.52'%

%33.86
%29.62
%36.52

CMYK color model

#D8BDE9 color CMYK value is (7,19,0,9).

  • cyan value is 7.30%
  • magenta value is 18.88%
  • yellow value is 0.00%
  • key color value is 8.63%

CMYK: (7,19,0,9)
C7M19Y0K9 (7%, 19%, 0%, 9%)
(0.07 / 0.19 / 0.00 / 0.09)

CMYK percentages

%7.3
%18.88
%0
%8.63

Codes

Color #D8BDE9 in popluar color models

D8 BD E9
RGB 216 189 233
HSL 277° 50.00% 82.75%
HSB/HSV 277° 18.88% 91.37%
CMYK 7.30% 18.88% 0.00%
8.63%

Color #D8BDE9 in popluar number systems.

HEX D8 BD E9
Decimal 216 189 233
Binary 11011000 10111101 11101001
Octal 330 275 351

Shades and tints

Shades of #D8BDE9

#D8BDE9
(216,189,233)
#C5ACD4
(197,172,212)
#B29BBF
(178,155,191)
#9F8AAA
(159,138,170)
#8C7995
(140,121,149)
#796880
(121,104,128)
#66576B
(102,87,107)
#534656
(83,70,86)
#403541
(64,53,65)
#2D242C
(45,36,44)
#1A1317
(26,19,23)
#000000
(0,0,0)

Tints of #D8BDE9

#D8BDE9
(216,189,233)
#DBC3EB
(219,195,235)
#DEC9ED
(222,201,237)
#E1CFEF
(225,207,239)
#E4D5F1
(228,213,241)
#E7DBF3
(231,219,243)
#EAE1F5
(234,225,245)
#EDE7F7
(237,231,247)
#F0EDF9
(240,237,249)
#F3F3FB
(243,243,251)
#F6F9FD
(246,249,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8BDE9 color. Also use rgb(216,189,233) instead hex code.

Text Font Color

.myTextColor { color: #D8BDE9; }

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

This text font color is #D8BDE9.

Background Color

.myBgColor { background-color: #D8BDE9; }

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

This div background color is #D8BDE9.

Border color

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

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

This div border color is #D8BDE9.

Opacity

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

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

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

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

This text has shadow with #D8BDE9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D8BDE9.

Preview

Color preview on black background

This text has color #D8BDE9 on black background.


Color preview on white background

This text has color #D8BDE9 on white background.


Black color preview on #D8BDE9 background

This text has black color on #D8BDE9 background.


White color preview on #D8BDE9 background

This text has white color on #D8BDE9 background.


Related colors

Complementary color

Complementary color for #hex is #274216.


I love getcolorcode.com

Triadic colors

1 #E9D8BD and #BDE9D8 with #D8BDE9 are triadic colors.

2 #E9BDD8 and #BDD8E9 with #D8BDE9 are triadic colors.