COLOR #D6B7CB

HEX: #D6B7CB
RGB: (214,183,203)

Color info

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

RGB color model

#D6B7CB color RGB value is (214,183,203).

  • red value is 214;
  • green value is 183;
  • blue value is 203.
RGB:
(214,183,203)
(84%,72%,80%)

RGB channels and saturation

R 214 of 255 = 84%
G 183 of 255 = 72%
B 203 of 255 = 80%

214
183
203

R + G + B ~ 79%. #D6B7CB is quite light color.

Portions of RGB colors in percentages

R + G + B =
214 + 183 + 203 = 600 (100%)
R 214 of 600 ~ 35.67%
G 183 of 600 ~ 30.5%
B 203 of 600 ~ 33.83%

%35.67
%30.5
%33.83

CMYK color model

#D6B7CB color CMYK value is (0,14,5,16).

  • cyan value is 0.00%
  • magenta value is 14.49%
  • yellow value is 5.14%
  • key color value is 16.08%
CMYK:
(0,14,5,16)
C0M14Y5K16 
(0%,14%,5%,16%)
(0.00/0.14/0.05/0.16)	

CMYK percentages

%0
%14.49
%5.14
%16.08

Codes

Color #D6B7CB in popluar color models

D6B7CB
RGB214183203
HSL321°27.43%77.84%
HSB/HSV321°14.49%83.92%
CMYK0.00%14.49%5.14%
16.08%

Color #D6B7CB in popluar number systems.

HEXD6B7CB
Decimal214183203
Binary110101101011011111001011
Octal326267313

Shades and tints

Shades of #D6B7CB

#D6B7CB
(214,183,203)
#C3A7B9
(195,167,185)
#B097A7
(176,151,167)
#9D8795
(157,135,149)
#8A7783
(138,119,131)
#776771
(119,103,113)
#64575F
(100,87,95)
#51474D
(81,71,77)
#3E373B
(62,55,59)
#2B2729
(43,39,41)
#181717
(24,23,23)
#000000
(0,0,0)

Tints of #D6B7CB

#D6B7CB
(214,183,203)
#D9BDCF
(217,189,207)
#DCC3D3
(220,195,211)
#DFC9D7
(223,201,215)
#E2CFDB
(226,207,219)
#E5D5DF
(229,213,223)
#E8DBE3
(232,219,227)
#EBE1E7
(235,225,231)
#EEE7EB
(238,231,235)
#F1EDEF
(241,237,239)
#F4F3F3
(244,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6B7CB color. Also use rgb(214,183,203) instead hex code.

Text Font Color

.myTextColor { color: #D6B7CB; }

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

This text font color is #D6B7CB.


Background Color

.myBgColor { background-color: #D6B7CB; }

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

This div background color is #D6B7CB.


Border color

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

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

This div border color is #D6B7CB.


Opacity

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

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

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

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

This text has shadow with #D6B7CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6B7CB on black background.


Color preview on white background

This text has color #D6B7CB on white background.



Black color preview on #D6B7CB background

This text has black color on #D6B7CB background.


White color preview on #D6B7CB background

This text has white color on #D6B7CB background.