COLOR #D8B8BE

HEX: #D8B8BE
RGB: (216,184,190)

Color info

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

RGB color model

#D8B8BE color RGB value is (216,184,190).

  • red value is 216;
  • green value is 184;
  • blue value is 190.
RGB:
(216,184,190)
(85%,72%,75%)

RGB channels and saturation

R 216 of 255 = 85%
G 184 of 255 = 72%
B 190 of 255 = 75%

216
184
190

R + G + B ~ 77%. #D8B8BE is quite light color.

Portions of RGB colors in percentages

R + G + B =
216 + 184 + 190 = 590 (100%)
R 216 of 590 ~ 36.61%
G 184 of 590 ~ 31.19%
B 190 of 590 ~ 32.2%

%36.61
%31.19
%32.2

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 14.81%
  • yellow value is 12.04%
  • key color value is 15.29%
CMYK:
(0,15,12,15)
C0M15Y12K15 
(0%,15%,12%,15%)
(0.00/0.15/0.12/0.15)	

CMYK percentages

%0
%14.81
%12.04
%15.29

Codes

Color #D8B8BE in popluar color models

D8B8BE
RGB216184190
HSL349°29.09%78.43%
HSB/HSV349°14.81%84.71%
CMYK0.00%14.81%12.04%
15.29%

Color #D8B8BE in popluar number systems.

HEXD8B8BE
Decimal216184190
Binary110110001011100010111110
Octal330270276

Shades and tints

Shades of #D8B8BE

#D8B8BE
(216,184,190)
#C5A8AD
(197,168,173)
#B2989C
(178,152,156)
#9F888B
(159,136,139)
#8C787A
(140,120,122)
#796869
(121,104,105)
#665858
(102,88,88)
#534847
(83,72,71)
#403836
(64,56,54)
#2D2825
(45,40,37)
#1A1814
(26,24,20)
#000000
(0,0,0)

Tints of #D8B8BE

#D8B8BE
(216,184,190)
#DBBEC3
(219,190,195)
#DEC4C8
(222,196,200)
#E1CACD
(225,202,205)
#E4D0D2
(228,208,210)
#E7D6D7
(231,214,215)
#EADCDC
(234,220,220)
#EDE2E1
(237,226,225)
#F0E8E6
(240,232,230)
#F3EEEB
(243,238,235)
#F6F4F0
(246,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8B8BE; }

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

This text font color is #D8B8BE.


Background Color

.myBgColor { background-color: #D8B8BE; }

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

This div background color is #D8B8BE.


Border color

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

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

This div border color is #D8B8BE.


Opacity

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

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

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

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

This text has shadow with #D8B8BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8B8BE on black background.


Color preview on white background

This text has color #D8B8BE on white background.



Black color preview on #D8B8BE background

This text has black color on #D8B8BE background.


White color preview on #D8B8BE background

This text has white color on #D8B8BE background.