COLOR #D6B4B5

HEX: #D6B4B5
RGB: (214,180,181)

Color info

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

RGB color model

#D6B4B5 color RGB value is (214,180,181).

  • red value is 214;
  • green value is 180;
  • blue value is 181.
RGB:
(214,180,181)
(84%,71%,71%)

RGB channels and saturation

R 214 of 255 = 84%
G 180 of 255 = 71%
B 181 of 255 = 71%

214
180
181

R + G + B ~ 75%. #D6B4B5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
214 + 180 + 181 = 575 (100%)
R 214 of 575 ~ 37.22%
G 180 of 575 ~ 31.3%
B 181 of 575 ~ 31.48%

%37.22
%31.3
%31.48

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 15.89%
  • yellow value is 15.42%
  • key color value is 16.08%
CMYK:
(0,16,15,16)
C0M16Y15K16 
(0%,16%,15%,16%)
(0.00/0.16/0.15/0.16)	

CMYK percentages

%0
%15.89
%15.42
%16.08

Codes

Color #D6B4B5 in popluar color models

D6B4B5
RGB214180181
HSL358°29.31%77.25%
HSB/HSV358°15.89%83.92%
CMYK0.00%15.89%15.42%
16.08%

Color #D6B4B5 in popluar number systems.

HEXD6B4B5
Decimal214180181
Binary110101101011010010110101
Octal326264265

Shades and tints

Shades of #D6B4B5

#D6B4B5
(214,180,181)
#C3A4A5
(195,164,165)
#B09495
(176,148,149)
#9D8485
(157,132,133)
#8A7475
(138,116,117)
#776465
(119,100,101)
#645455
(100,84,85)
#514445
(81,68,69)
#3E3435
(62,52,53)
#2B2425
(43,36,37)
#181415
(24,20,21)
#000000
(0,0,0)

Tints of #D6B4B5

#D6B4B5
(214,180,181)
#D9BABB
(217,186,187)
#DCC0C1
(220,192,193)
#DFC6C7
(223,198,199)
#E2CCCD
(226,204,205)
#E5D2D3
(229,210,211)
#E8D8D9
(232,216,217)
#EBDEDF
(235,222,223)
#EEE4E5
(238,228,229)
#F1EAEB
(241,234,235)
#F4F0F1
(244,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6B4B5 color. Also use rgb(214,180,181) instead hex code.

Text Font Color

.myTextColor { color: #D6B4B5; }

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

This text font color is #D6B4B5.


Background Color

.myBgColor { background-color: #D6B4B5; }

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

This div background color is #D6B4B5.


Border color

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

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

This div border color is #D6B4B5.


Opacity

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

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

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

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

This text has shadow with #D6B4B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6B4B5 on black background.


Color preview on white background

This text has color #D6B4B5 on white background.



Black color preview on #D6B4B5 background

This text has black color on #D6B4B5 background.


White color preview on #D6B4B5 background

This text has white color on #D6B4B5 background.