COLOR #D6B9D4

HEX: #D6B9D4
RGB: (214,185,212)

Color info

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

RGB color model

#D6B9D4 color RGB value is (214,185,212).

  • red value is 214;
  • green value is 185;
  • blue value is 212.
RGB:
(214,185,212)
(84%,73%,83%)

RGB channels and saturation

R 214 of 255 = 84%
G 185 of 255 = 73%
B 212 of 255 = 83%

214
185
212

R + G + B ~ 80%. #D6B9D4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
214 + 185 + 212 = 611 (100%)
R 214 of 611 ~ 35.02%
G 185 of 611 ~ 30.28%
B 212 of 611 ~ 34.7%

%35.02
%30.28
%34.7

CMYK color model

#D6B9D4 color CMYK value is (0,14,1,16).

  • cyan value is 0.00%
  • magenta value is 13.55%
  • yellow value is 0.93%
  • key color value is 16.08%
CMYK:
(0,14,1,16)
C0M14Y1K16 
(0%,14%,1%,16%)
(0.00/0.14/0.01/0.16)	

CMYK percentages

%0
%13.55
%0.93
%16.08

Codes

Color #D6B9D4 in popluar color models

D6B9D4
RGB214185212
HSL304°26.13%78.24%
HSB/HSV304°13.55%83.92%
CMYK0.00%13.55%0.93%
16.08%

Color #D6B9D4 in popluar number systems.

HEXD6B9D4
Decimal214185212
Binary110101101011100111010100
Octal326271324

Shades and tints

Shades of #D6B9D4

#D6B9D4
(214,185,212)
#C3A9C1
(195,169,193)
#B099AE
(176,153,174)
#9D899B
(157,137,155)
#8A7988
(138,121,136)
#776975
(119,105,117)
#645962
(100,89,98)
#51494F
(81,73,79)
#3E393C
(62,57,60)
#2B2929
(43,41,41)
#181916
(24,25,22)
#000000
(0,0,0)

Tints of #D6B9D4

#D6B9D4
(214,185,212)
#D9BFD7
(217,191,215)
#DCC5DA
(220,197,218)
#DFCBDD
(223,203,221)
#E2D1E0
(226,209,224)
#E5D7E3
(229,215,227)
#E8DDE6
(232,221,230)
#EBE3E9
(235,227,233)
#EEE9EC
(238,233,236)
#F1EFEF
(241,239,239)
#F4F5F2
(244,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6B9D4 color. Also use rgb(214,185,212) instead hex code.

Text Font Color

.myTextColor { color: #D6B9D4; }

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

This text font color is #D6B9D4.


Background Color

.myBgColor { background-color: #D6B9D4; }

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

This div background color is #D6B9D4.


Border color

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

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

This div border color is #D6B9D4.


Opacity

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

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

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

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

This text has shadow with #D6B9D4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6B9D4 on black background.


Color preview on white background

This text has color #D6B9D4 on white background.



Black color preview on #D6B9D4 background

This text has black color on #D6B9D4 background.


White color preview on #D6B9D4 background

This text has white color on #D6B9D4 background.