COLOR #D6BDD0

HEX: #D6BDD0
RGB: (214,189,208)

Color info

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

RGB color model

#D6BDD0 color RGB value is (214,189,208).

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

RGB channels and saturation

R 214 of 255 = 84%
G 189 of 255 = 74%
B 208 of 255 = 82%

214
189
208

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

Portions of RGB colors in percentages

R + G + B =
214 + 189 + 208 = 611 (100%)
R 214 of 611 ~ 35.02%
G 189 of 611 ~ 30.93%
B 208 of 611 ~ 34.04%

%35.02
%30.93
%34.04

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 11.68%
  • yellow value is 2.80%
  • key color value is 16.08%
CMYK:
(0,12,3,16)
C0M12Y3K16 
(0%,12%,3%,16%)
(0.00/0.12/0.03/0.16)	

CMYK percentages

%0
%11.68
%2.8
%16.08

Codes

Color #D6BDD0 in popluar color models

D6BDD0
RGB214189208
HSL314°23.36%79.02%
HSB/HSV314°11.68%83.92%
CMYK0.00%11.68%2.80%
16.08%

Color #D6BDD0 in popluar number systems.

HEXD6BDD0
Decimal214189208
Binary110101101011110111010000
Octal326275320

Shades and tints

Shades of #D6BDD0

#D6BDD0
(214,189,208)
#C3ACBE
(195,172,190)
#B09BAC
(176,155,172)
#9D8A9A
(157,138,154)
#8A7988
(138,121,136)
#776876
(119,104,118)
#645764
(100,87,100)
#514652
(81,70,82)
#3E3540
(62,53,64)
#2B242E
(43,36,46)
#18131C
(24,19,28)
#000000
(0,0,0)

Tints of #D6BDD0

#D6BDD0
(214,189,208)
#D9C3D4
(217,195,212)
#DCC9D8
(220,201,216)
#DFCFDC
(223,207,220)
#E2D5E0
(226,213,224)
#E5DBE4
(229,219,228)
#E8E1E8
(232,225,232)
#EBE7EC
(235,231,236)
#EEEDF0
(238,237,240)
#F1F3F4
(241,243,244)
#F4F9F8
(244,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6BDD0; }

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

This text font color is #D6BDD0.


Background Color

.myBgColor { background-color: #D6BDD0; }

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

This div background color is #D6BDD0.


Border color

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

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

This div border color is #D6BDD0.


Opacity

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

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

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

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

This text has shadow with #D6BDD0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6BDD0 on black background.


Color preview on white background

This text has color #D6BDD0 on white background.



Black color preview on #D6BDD0 background

This text has black color on #D6BDD0 background.


White color preview on #D6BDD0 background

This text has white color on #D6BDD0 background.