COLOR #D6BDBC

HEX: #D6BDBC
RGB: (214,189,188)

Color info

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

RGB color model

#D6BDBC color RGB value is (214,189,188).

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

RGB channels and saturation

R 214 of 255 = 84%
G 189 of 255 = 74%
B 188 of 255 = 74%

214
189
188

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

Portions of RGB colors in percentages

R + G + B =
214 + 189 + 188 = 591 (100%)
R 214 of 591 ~ 36.21%
G 189 of 591 ~ 31.98%
B 188 of 591 ~ 31.81%

%36.21
%31.98
%31.81

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 11.68%
  • yellow value is 12.15%
  • key color value is 16.08%
CMYK:
(0,12,12,16)
C0M12Y12K16 
(0%,12%,12%,16%)
(0.00/0.12/0.12/0.16)	

CMYK percentages

%0
%11.68
%12.15
%16.08

Codes

Color #D6BDBC in popluar color models

D6BDBC
RGB214189188
HSL24.07%78.82%
HSB/HSV12.15%83.92%
CMYK0.00%11.68%12.15%
16.08%

Color #D6BDBC in popluar number systems.

HEXD6BDBC
Decimal214189188
Binary110101101011110110111100
Octal326275274

Shades and tints

Shades of #D6BDBC

#D6BDBC
(214,189,188)
#C3ACAB
(195,172,171)
#B09B9A
(176,155,154)
#9D8A89
(157,138,137)
#8A7978
(138,121,120)
#776867
(119,104,103)
#645756
(100,87,86)
#514645
(81,70,69)
#3E3534
(62,53,52)
#2B2423
(43,36,35)
#181312
(24,19,18)
#000000
(0,0,0)

Tints of #D6BDBC

#D6BDBC
(214,189,188)
#D9C3C2
(217,195,194)
#DCC9C8
(220,201,200)
#DFCFCE
(223,207,206)
#E2D5D4
(226,213,212)
#E5DBDA
(229,219,218)
#E8E1E0
(232,225,224)
#EBE7E6
(235,231,230)
#EEEDEC
(238,237,236)
#F1F3F2
(241,243,242)
#F4F9F8
(244,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6BDBC; }

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

This text font color is #D6BDBC.


Background Color

.myBgColor { background-color: #D6BDBC; }

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

This div background color is #D6BDBC.


Border color

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

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

This div border color is #D6BDBC.


Opacity

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

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

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

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

This text has shadow with #D6BDBC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6BDBC on black background.


Color preview on white background

This text has color #D6BDBC on white background.



Black color preview on #D6BDBC background

This text has black color on #D6BDBC background.


White color preview on #D6BDBC background

This text has white color on #D6BDBC background.