COLOR #D8BDC7

HEX: #D8BDC7 RGB: (216,189,199)

Color info

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

RGB color model

#D8BDC7 color RGB value is (216,189,199).

RGB: (216,189,199) (85%, 74%, 78%)

RGB channels and saturation

R 216 of 255 = 85%
G 189 of 255 = 74%
B 199 of 255 = 78%

216
189
199

R + G + B ~ 79%. #D8BDC7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 216 + 189 + 199 = 604 (100%)
R 216 of 604 ~ 35.76%
G 189 of 604 ~ 31.29%
B 199 of 604 ~ 32.95'%

%35.76
%31.29
%32.95

CMYK color model

#D8BDC7 color CMYK value is (0,13,8,15).

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

CMYK: (0,13,8,15)
C0M13Y8K15 (0%, 13%, 8%, 15%)
(0.00 / 0.13 / 0.08 / 0.15)

CMYK percentages

%0
%12.5
%7.87
%15.29

Codes

Color #D8BDC7 in popluar color models

D8 BD C7
RGB 216 189 199
HSL 338° 25.71% 79.41%
HSB/HSV 338° 12.50% 84.71%
CMYK 0.00% 12.50% 7.87%
15.29%

Color #D8BDC7 in popluar number systems.

HEX D8 BD C7
Decimal 216 189 199
Binary 11011000 10111101 11000111
Octal 330 275 307

Shades and tints

Shades of #D8BDC7

#D8BDC7
(216,189,199)
#C5ACB5
(197,172,181)
#B29BA3
(178,155,163)
#9F8A91
(159,138,145)
#8C797F
(140,121,127)
#79686D
(121,104,109)
#66575B
(102,87,91)
#534649
(83,70,73)
#403537
(64,53,55)
#2D2425
(45,36,37)
#1A1313
(26,19,19)
#000000
(0,0,0)

Tints of #D8BDC7

#D8BDC7
(216,189,199)
#DBC3CC
(219,195,204)
#DEC9D1
(222,201,209)
#E1CFD6
(225,207,214)
#E4D5DB
(228,213,219)
#E7DBE0
(231,219,224)
#EAE1E5
(234,225,229)
#EDE7EA
(237,231,234)
#F0EDEF
(240,237,239)
#F3F3F4
(243,243,244)
#F6F9F9
(246,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8BDC7; }

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

This text font color is #D8BDC7.

Background Color

.myBgColor { background-color: #D8BDC7; }

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

This div background color is #D8BDC7.

Border color

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

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

This div border color is #D8BDC7.

Opacity

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

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

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

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

This text has shadow with #D8BDC7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D8BDC7.

Preview

Color preview on black background

This text has color #D8BDC7 on black background.


Color preview on white background

This text has color #D8BDC7 on white background.


Black color preview on #D8BDC7 background

This text has black color on #D8BDC7 background.


White color preview on #D8BDC7 background

This text has white color on #D8BDC7 background.


Related colors

Complementary color

Complementary color for #hex is #274238.


I love getcolorcode.com

Triadic colors

1 #C7D8BD and #BDC7D8 with #D8BDC7 are triadic colors.

2 #C7BDD8 and #BDD8C7 with #D8BDC7 are triadic colors.