COLOR #D8BDBE

HEX: #D8BDBE RGB: (216,189,190)

Color info

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

RGB color model

#D8BDBE color RGB value is (216,189,190).

RGB: (216,189,190) (85%, 74%, 75%)

RGB channels and saturation

R 216 of 255 = 85%
G 189 of 255 = 74%
B 190 of 255 = 75%

216
189
190

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

Portions of RGB colors in percentages

R + G + B = 216 + 189 + 190 = 595 (100%)
R 216 of 595 ~ 36.3%
G 189 of 595 ~ 31.76%
B 190 of 595 ~ 31.93'%

%36.3
%31.76
%31.93

CMYK color model

#D8BDBE color CMYK value is (0,13,12,15).

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

CMYK: (0,13,12,15)
C0M13Y12K15 (0%, 13%, 12%, 15%)
(0.00 / 0.13 / 0.12 / 0.15)

CMYK percentages

%0
%12.5
%12.04
%15.29

Codes

Color #D8BDBE in popluar color models

D8 BD BE
RGB 216 189 190
HSL 358° 25.71% 79.41%
HSB/HSV 358° 12.50% 84.71%
CMYK 0.00% 12.50% 12.04%
15.29%

Color #D8BDBE in popluar number systems.

HEX D8 BD BE
Decimal 216 189 190
Binary 11011000 10111101 10111110
Octal 330 275 276

Shades and tints

Shades of #D8BDBE

#D8BDBE
(216,189,190)
#C5ACAD
(197,172,173)
#B29B9C
(178,155,156)
#9F8A8B
(159,138,139)
#8C797A
(140,121,122)
#796869
(121,104,105)
#665758
(102,87,88)
#534647
(83,70,71)
#403536
(64,53,54)
#2D2425
(45,36,37)
#1A1314
(26,19,20)
#000000
(0,0,0)

Tints of #D8BDBE

#D8BDBE
(216,189,190)
#DBC3C3
(219,195,195)
#DEC9C8
(222,201,200)
#E1CFCD
(225,207,205)
#E4D5D2
(228,213,210)
#E7DBD7
(231,219,215)
#EAE1DC
(234,225,220)
#EDE7E1
(237,231,225)
#F0EDE6
(240,237,230)
#F3F3EB
(243,243,235)
#F6F9F0
(246,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8BDBE; }

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

This text font color is #D8BDBE.

Background Color

.myBgColor { background-color: #D8BDBE; }

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

This div background color is #D8BDBE.

Border color

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

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

This div border color is #D8BDBE.

Opacity

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

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

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

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

This text has shadow with #D8BDBE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D8BDBE.

Preview

Color preview on black background

This text has color #D8BDBE on black background.


Color preview on white background

This text has color #D8BDBE on white background.


Black color preview on #D8BDBE background

This text has black color on #D8BDBE background.


White color preview on #D8BDBE background

This text has white color on #D8BDBE background.


Related colors

Complementary color

Complementary color for #hex is #274241.


I love getcolorcode.com

Triadic colors

1 #BED8BD and #BDBED8 with #D8BDBE are triadic colors.

2 #BEBDD8 and #BDD8BE with #D8BDBE are triadic colors.