COLOR #D8BDC6

HEX: #D8BDC6
RGB: (216,189,198)

Color info

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

RGB color model

#D8BDC6 color RGB value is (216,189,198).

  • red value is 216;
  • green value is 189;
  • blue value is 198.
RGB:
(216,189,198)
(85%,74%,78%)

RGB channels and saturation

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

216
189
198

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

Portions of RGB colors in percentages

R + G + B =
216 + 189 + 198 = 603 (100%)
R 216 of 603 ~ 35.82%
G 189 of 603 ~ 31.34%
B 198 of 603 ~ 32.84%

%35.82
%31.34
%32.84

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 12.50%
  • yellow value is 8.33%
  • 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
%8.33
%15.29

Codes

Color #D8BDC6 in popluar color models

D8BDC6
RGB216189198
HSL340°25.71%79.41%
HSB/HSV340°12.50%84.71%
CMYK0.00%12.50%8.33%
15.29%

Color #D8BDC6 in popluar number systems.

HEXD8BDC6
Decimal216189198
Binary110110001011110111000110
Octal330275306

Shades and tints

Shades of #D8BDC6

#D8BDC6
(216,189,198)
#C5ACB4
(197,172,180)
#B29BA2
(178,155,162)
#9F8A90
(159,138,144)
#8C797E
(140,121,126)
#79686C
(121,104,108)
#66575A
(102,87,90)
#534648
(83,70,72)
#403536
(64,53,54)
#2D2424
(45,36,36)
#1A1312
(26,19,18)
#000000
(0,0,0)

Tints of #D8BDC6

#D8BDC6
(216,189,198)
#DBC3CB
(219,195,203)
#DEC9D0
(222,201,208)
#E1CFD5
(225,207,213)
#E4D5DA
(228,213,218)
#E7DBDF
(231,219,223)
#EAE1E4
(234,225,228)
#EDE7E9
(237,231,233)
#F0EDEE
(240,237,238)
#F3F3F3
(243,243,243)
#F6F9F8
(246,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8BDC6; }

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

This text font color is #D8BDC6.


Background Color

.myBgColor { background-color: #D8BDC6; }

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

This div background color is #D8BDC6.


Border color

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

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

This div border color is #D8BDC6.


Opacity

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

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

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

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

This text has shadow with #D8BDC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8BDC6 on black background.


Color preview on white background

This text has color #D8BDC6 on white background.



Black color preview on #D8BDC6 background

This text has black color on #D8BDC6 background.


White color preview on #D8BDC6 background

This text has white color on #D8BDC6 background.