COLOR #D6BDBE

HEX: #D6BDBE
RGB: (214,189,190)

Color info

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

RGB color model

#D6BDBE color RGB value is (214,189,190).

  • red value is 214;
  • green value is 189;
  • blue value is 190.
RGB:
(214,189,190)
(84%,74%,75%)

RGB channels and saturation

R 214 of 255 = 84%
G 189 of 255 = 74%
B 190 of 255 = 75%

214
189
190

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

Portions of RGB colors in percentages

R + G + B =
214 + 189 + 190 = 593 (100%)
R 214 of 593 ~ 36.09%
G 189 of 593 ~ 31.87%
B 190 of 593 ~ 32.04%

%36.09
%31.87
%32.04

CMYK color model

#D6BDBE color CMYK value is (0,12,11,16).

  • cyan value is 0.00%
  • magenta value is 11.68%
  • yellow value is 11.21%
  • key color value is 16.08%
CMYK:
(0,12,11,16)
C0M12Y11K16 
(0%,12%,11%,16%)
(0.00/0.12/0.11/0.16)	

CMYK percentages

%0
%11.68
%11.21
%16.08

Codes

Color #D6BDBE in popluar color models

D6BDBE
RGB214189190
HSL358°23.36%79.02%
HSB/HSV358°11.68%83.92%
CMYK0.00%11.68%11.21%
16.08%

Color #D6BDBE in popluar number systems.

HEXD6BDBE
Decimal214189190
Binary110101101011110110111110
Octal326275276

Shades and tints

Shades of #D6BDBE

#D6BDBE
(214,189,190)
#C3ACAD
(195,172,173)
#B09B9C
(176,155,156)
#9D8A8B
(157,138,139)
#8A797A
(138,121,122)
#776869
(119,104,105)
#645758
(100,87,88)
#514647
(81,70,71)
#3E3536
(62,53,54)
#2B2425
(43,36,37)
#181314
(24,19,20)
#000000
(0,0,0)

Tints of #D6BDBE

#D6BDBE
(214,189,190)
#D9C3C3
(217,195,195)
#DCC9C8
(220,201,200)
#DFCFCD
(223,207,205)
#E2D5D2
(226,213,210)
#E5DBD7
(229,219,215)
#E8E1DC
(232,225,220)
#EBE7E1
(235,231,225)
#EEEDE6
(238,237,230)
#F1F3EB
(241,243,235)
#F4F9F0
(244,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6BDBE; }

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

This text font color is #D6BDBE.


Background Color

.myBgColor { background-color: #D6BDBE; }

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

This div background color is #D6BDBE.


Border color

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

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

This div border color is #D6BDBE.


Opacity

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

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

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

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

This text has shadow with #D6BDBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6BDBE on black background.


Color preview on white background

This text has color #D6BDBE on white background.



Black color preview on #D6BDBE background

This text has black color on #D6BDBE background.


White color preview on #D6BDBE background

This text has white color on #D6BDBE background.