COLOR #D5B6BE

HEX: #D5B6BE
RGB: (213,182,190)

Color info

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

RGB color model

#D5B6BE color RGB value is (213,182,190).

  • red value is 213;
  • green value is 182;
  • blue value is 190.
RGB:
(213,182,190)
(84%,71%,75%)

RGB channels and saturation

R 213 of 255 = 84%
G 182 of 255 = 71%
B 190 of 255 = 75%

213
182
190

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

Portions of RGB colors in percentages

R + G + B =
213 + 182 + 190 = 585 (100%)
R 213 of 585 ~ 36.41%
G 182 of 585 ~ 31.11%
B 190 of 585 ~ 32.48%

%36.41
%31.11
%32.48

CMYK color model

#D5B6BE color CMYK value is (0,15,11,16).

  • cyan value is 0.00%
  • magenta value is 14.55%
  • yellow value is 10.80%
  • key color value is 16.47%
CMYK:
(0,15,11,16)
C0M15Y11K16 
(0%,15%,11%,16%)
(0.00/0.15/0.11/0.16)	

CMYK percentages

%0
%14.55
%10.8
%16.47

Codes

Color #D5B6BE in popluar color models

D5B6BE
RGB213182190
HSL345°26.96%77.45%
HSB/HSV345°14.55%83.53%
CMYK0.00%14.55%10.80%
16.47%

Color #D5B6BE in popluar number systems.

HEXD5B6BE
Decimal213182190
Binary110101011011011010111110
Octal325266276

Shades and tints

Shades of #D5B6BE

#D5B6BE
(213,182,190)
#C2A6AD
(194,166,173)
#AF969C
(175,150,156)
#9C868B
(156,134,139)
#89767A
(137,118,122)
#766669
(118,102,105)
#635658
(99,86,88)
#504647
(80,70,71)
#3D3636
(61,54,54)
#2A2625
(42,38,37)
#171614
(23,22,20)
#000000
(0,0,0)

Tints of #D5B6BE

#D5B6BE
(213,182,190)
#D8BCC3
(216,188,195)
#DBC2C8
(219,194,200)
#DEC8CD
(222,200,205)
#E1CED2
(225,206,210)
#E4D4D7
(228,212,215)
#E7DADC
(231,218,220)
#EAE0E1
(234,224,225)
#EDE6E6
(237,230,230)
#F0ECEB
(240,236,235)
#F3F2F0
(243,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5B6BE color. Also use rgb(213,182,190) instead hex code.

Text Font Color

.myTextColor { color: #D5B6BE; }

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

This text font color is #D5B6BE.


Background Color

.myBgColor { background-color: #D5B6BE; }

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

This div background color is #D5B6BE.


Border color

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

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

This div border color is #D5B6BE.


Opacity

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

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

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

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

This text has shadow with #D5B6BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5B6BE on black background.


Color preview on white background

This text has color #D5B6BE on white background.



Black color preview on #D5B6BE background

This text has black color on #D5B6BE background.


White color preview on #D5B6BE background

This text has white color on #D5B6BE background.