COLOR #D8BDD0

HEX: #D8BDD0 RGB: (216,189,208)

Color info

#D8BDD0 contains red, green and blue colors in about the same proportion. Web safe color of #D8BDD0 is #CCCCCC (or #CCC).

RGB color model

#D8BDD0 color RGB value is (216,189,208).

RGB: (216,189,208) (85%, 74%, 82%)

RGB channels and saturation

R 216 of 255 = 85%
G 189 of 255 = 74%
B 208 of 255 = 82%

216
189
208

R + G + B ~ 80%. #D8BDD0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 216 + 189 + 208 = 613 (100%)
R 216 of 613 ~ 35.24%
G 189 of 613 ~ 30.83%
B 208 of 613 ~ 33.93'%

%35.24
%30.83
%33.93

CMYK color model

#D8BDD0 color CMYK value is (0,13,4,15).

  • cyan value is 0.00%
  • magenta value is 12.50%
  • yellow value is 3.70%
  • key color value is 15.29%

CMYK: (0,13,4,15)
C0M13Y4K15 (0%, 13%, 4%, 15%)
(0.00 / 0.13 / 0.04 / 0.15)

CMYK percentages

%0
%12.5
%3.7
%15.29

Codes

Color #D8BDD0 in popluar color models

D8 BD D0
RGB 216 189 208
HSL 318° 25.71% 79.41%
HSB/HSV 318° 12.50% 84.71%
CMYK 0.00% 12.50% 3.70%
15.29%

Color #D8BDD0 in popluar number systems.

HEX D8 BD D0
Decimal 216 189 208
Binary 11011000 10111101 11010000
Octal 330 275 320

Shades and tints

Shades of #D8BDD0

#D8BDD0
(216,189,208)
#C5ACBE
(197,172,190)
#B29BAC
(178,155,172)
#9F8A9A
(159,138,154)
#8C7988
(140,121,136)
#796876
(121,104,118)
#665764
(102,87,100)
#534652
(83,70,82)
#403540
(64,53,64)
#2D242E
(45,36,46)
#1A131C
(26,19,28)
#000000
(0,0,0)

Tints of #D8BDD0

#D8BDD0
(216,189,208)
#DBC3D4
(219,195,212)
#DEC9D8
(222,201,216)
#E1CFDC
(225,207,220)
#E4D5E0
(228,213,224)
#E7DBE4
(231,219,228)
#EAE1E8
(234,225,232)
#EDE7EC
(237,231,236)
#F0EDF0
(240,237,240)
#F3F3F4
(243,243,244)
#F6F9F8
(246,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8BDD0; }

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

This text font color is #D8BDD0.

Background Color

.myBgColor { background-color: #D8BDD0; }

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

This div background color is #D8BDD0.

Border color

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

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

This div border color is #D8BDD0.

Opacity

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

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

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

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

This text has shadow with #D8BDD0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D8BDD0.

Preview

Color preview on black background

This text has color #D8BDD0 on black background.


Color preview on white background

This text has color #D8BDD0 on white background.


Black color preview on #D8BDD0 background

This text has black color on #D8BDD0 background.


White color preview on #D8BDD0 background

This text has white color on #D8BDD0 background.


Related colors

Complementary color

Complementary color for #hex is #27422F.


I love getcolorcode.com

Triadic colors

1 #D0D8BD and #BDD0D8 with #D8BDD0 are triadic colors.

2 #D0BDD8 and #BDD8D0 with #D8BDD0 are triadic colors.