COLOR #D8BDC1

HEX: #D8BDC1
RGB: (216,189,193)

Color info

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

RGB color model

#D8BDC1 color RGB value is (216,189,193).

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

RGB channels and saturation

R 216 of 255 = 85%
G 189 of 255 = 74%
B 193 of 255 = 76%

216
189
193

R + G + B ~ 78%. #D8BDC1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
216 + 189 + 193 = 598 (100%)
R 216 of 598 ~ 36.12%
G 189 of 598 ~ 31.61%
B 193 of 598 ~ 32.27%

%36.12
%31.61
%32.27

CMYK color model

#D8BDC1 color CMYK value is (0,13,11,15).

  • cyan value is 0.00%
  • magenta value is 12.50%
  • yellow value is 10.65%
  • key color value is 15.29%
CMYK:
(0,13,11,15)
C0M13Y11K15 
(0%,13%,11%,15%)
(0.00/0.13/0.11/0.15)	

CMYK percentages

%0
%12.5
%10.65
%15.29

Codes

Color #D8BDC1 in popluar color models

D8BDC1
RGB216189193
HSL351°25.71%79.41%
HSB/HSV351°12.50%84.71%
CMYK0.00%12.50%10.65%
15.29%

Color #D8BDC1 in popluar number systems.

HEXD8BDC1
Decimal216189193
Binary110110001011110111000001
Octal330275301

Shades and tints

Shades of #D8BDC1

#D8BDC1
(216,189,193)
#C5ACB0
(197,172,176)
#B29B9F
(178,155,159)
#9F8A8E
(159,138,142)
#8C797D
(140,121,125)
#79686C
(121,104,108)
#66575B
(102,87,91)
#53464A
(83,70,74)
#403539
(64,53,57)
#2D2428
(45,36,40)
#1A1317
(26,19,23)
#000000
(0,0,0)

Tints of #D8BDC1

#D8BDC1
(216,189,193)
#DBC3C6
(219,195,198)
#DEC9CB
(222,201,203)
#E1CFD0
(225,207,208)
#E4D5D5
(228,213,213)
#E7DBDA
(231,219,218)
#EAE1DF
(234,225,223)
#EDE7E4
(237,231,228)
#F0EDE9
(240,237,233)
#F3F3EE
(243,243,238)
#F6F9F3
(246,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8BDC1; }

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

This text font color is #D8BDC1.


Background Color

.myBgColor { background-color: #D8BDC1; }

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

This div background color is #D8BDC1.


Border color

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

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

This div border color is #D8BDC1.


Opacity

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

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

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

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

This text has shadow with #D8BDC1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8BDC1 on black background.


Color preview on white background

This text has color #D8BDC1 on white background.



Black color preview on #D8BDC1 background

This text has black color on #D8BDC1 background.


White color preview on #D8BDC1 background

This text has white color on #D8BDC1 background.