COLOR #D6B3CB

HEX: #D6B3CB
RGB: (214,179,203)

Color info

#D6B3CB contains red, green and blue colors in about the same proportion. Web safe color of #D6B3CB is #CC99CC (or #C9C).

RGB color model

#D6B3CB color RGB value is (214,179,203).

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

RGB channels and saturation

R 214 of 255 = 84%
G 179 of 255 = 70%
B 203 of 255 = 80%

214
179
203

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

Portions of RGB colors in percentages

R + G + B =
214 + 179 + 203 = 596 (100%)
R 214 of 596 ~ 35.91%
G 179 of 596 ~ 30.03%
B 203 of 596 ~ 34.06%

%35.91
%30.03
%34.06

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 16.36%
  • yellow value is 5.14%
  • key color value is 16.08%
CMYK:
(0,16,5,16)
C0M16Y5K16 
(0%,16%,5%,16%)
(0.00/0.16/0.05/0.16)	

CMYK percentages

%0
%16.36
%5.14
%16.08

Codes

Color #D6B3CB in popluar color models

D6B3CB
RGB214179203
HSL319°29.91%77.06%
HSB/HSV319°16.36%83.92%
CMYK0.00%16.36%5.14%
16.08%

Color #D6B3CB in popluar number systems.

HEXD6B3CB
Decimal214179203
Binary110101101011001111001011
Octal326263313

Shades and tints

Shades of #D6B3CB

#D6B3CB
(214,179,203)
#C3A3B9
(195,163,185)
#B093A7
(176,147,167)
#9D8395
(157,131,149)
#8A7383
(138,115,131)
#776371
(119,99,113)
#64535F
(100,83,95)
#51434D
(81,67,77)
#3E333B
(62,51,59)
#2B2329
(43,35,41)
#181317
(24,19,23)
#000000
(0,0,0)

Tints of #D6B3CB

#D6B3CB
(214,179,203)
#D9B9CF
(217,185,207)
#DCBFD3
(220,191,211)
#DFC5D7
(223,197,215)
#E2CBDB
(226,203,219)
#E5D1DF
(229,209,223)
#E8D7E3
(232,215,227)
#EBDDE7
(235,221,231)
#EEE3EB
(238,227,235)
#F1E9EF
(241,233,239)
#F4EFF3
(244,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6B3CB; }

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

This text font color is #D6B3CB.


Background Color

.myBgColor { background-color: #D6B3CB; }

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

This div background color is #D6B3CB.


Border color

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

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

This div border color is #D6B3CB.


Opacity

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

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

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

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

This text has shadow with #D6B3CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6B3CB on black background.


Color preview on white background

This text has color #D6B3CB on white background.



Black color preview on #D6B3CB background

This text has black color on #D6B3CB background.


White color preview on #D6B3CB background

This text has white color on #D6B3CB background.