COLOR #D6BDC1

HEX: #D6BDC1
RGB: (214,189,193)

Color info

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

RGB color model

#D6BDC1 color RGB value is (214,189,193).

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

RGB channels and saturation

R 214 of 255 = 84%
G 189 of 255 = 74%
B 193 of 255 = 76%

214
189
193

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

Portions of RGB colors in percentages

R + G + B =
214 + 189 + 193 = 596 (100%)
R 214 of 596 ~ 35.91%
G 189 of 596 ~ 31.71%
B 193 of 596 ~ 32.38%

%35.91
%31.71
%32.38

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 11.68%
  • yellow value is 9.81%
  • key color value is 16.08%
CMYK:
(0,12,10,16)
C0M12Y10K16 
(0%,12%,10%,16%)
(0.00/0.12/0.10/0.16)	

CMYK percentages

%0
%11.68
%9.81
%16.08

Codes

Color #D6BDC1 in popluar color models

D6BDC1
RGB214189193
HSL350°23.36%79.02%
HSB/HSV350°11.68%83.92%
CMYK0.00%11.68%9.81%
16.08%

Color #D6BDC1 in popluar number systems.

HEXD6BDC1
Decimal214189193
Binary110101101011110111000001
Octal326275301

Shades and tints

Shades of #D6BDC1

#D6BDC1
(214,189,193)
#C3ACB0
(195,172,176)
#B09B9F
(176,155,159)
#9D8A8E
(157,138,142)
#8A797D
(138,121,125)
#77686C
(119,104,108)
#64575B
(100,87,91)
#51464A
(81,70,74)
#3E3539
(62,53,57)
#2B2428
(43,36,40)
#181317
(24,19,23)
#000000
(0,0,0)

Tints of #D6BDC1

#D6BDC1
(214,189,193)
#D9C3C6
(217,195,198)
#DCC9CB
(220,201,203)
#DFCFD0
(223,207,208)
#E2D5D5
(226,213,213)
#E5DBDA
(229,219,218)
#E8E1DF
(232,225,223)
#EBE7E4
(235,231,228)
#EEEDE9
(238,237,233)
#F1F3EE
(241,243,238)
#F4F9F3
(244,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6BDC1; }

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

This text font color is #D6BDC1.


Background Color

.myBgColor { background-color: #D6BDC1; }

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

This div background color is #D6BDC1.


Border color

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

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

This div border color is #D6BDC1.


Opacity

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

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

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

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

This text has shadow with #D6BDC1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6BDC1 on black background.


Color preview on white background

This text has color #D6BDC1 on white background.



Black color preview on #D6BDC1 background

This text has black color on #D6BDC1 background.


White color preview on #D6BDC1 background

This text has white color on #D6BDC1 background.