COLOR #D6BDD4

HEX: #D6BDD4
RGB: (214,189,212)

Color info

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

RGB color model

#D6BDD4 color RGB value is (214,189,212).

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

RGB channels and saturation

R 214 of 255 = 84%
G 189 of 255 = 74%
B 212 of 255 = 83%

214
189
212

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

Portions of RGB colors in percentages

R + G + B =
214 + 189 + 212 = 615 (100%)
R 214 of 615 ~ 34.8%
G 189 of 615 ~ 30.73%
B 212 of 615 ~ 34.47%

%34.8
%30.73
%34.47

CMYK color model

#D6BDD4 color CMYK value is (0,12,1,16).

  • cyan value is 0.00%
  • magenta value is 11.68%
  • yellow value is 0.93%
  • key color value is 16.08%
CMYK:
(0,12,1,16)
C0M12Y1K16 
(0%,12%,1%,16%)
(0.00/0.12/0.01/0.16)	

CMYK percentages

%0
%11.68
%0.93
%16.08

Codes

Color #D6BDD4 in popluar color models

D6BDD4
RGB214189212
HSL305°23.36%79.02%
HSB/HSV305°11.68%83.92%
CMYK0.00%11.68%0.93%
16.08%

Color #D6BDD4 in popluar number systems.

HEXD6BDD4
Decimal214189212
Binary110101101011110111010100
Octal326275324

Shades and tints

Shades of #D6BDD4

#D6BDD4
(214,189,212)
#C3ACC1
(195,172,193)
#B09BAE
(176,155,174)
#9D8A9B
(157,138,155)
#8A7988
(138,121,136)
#776875
(119,104,117)
#645762
(100,87,98)
#51464F
(81,70,79)
#3E353C
(62,53,60)
#2B2429
(43,36,41)
#181316
(24,19,22)
#000000
(0,0,0)

Tints of #D6BDD4

#D6BDD4
(214,189,212)
#D9C3D7
(217,195,215)
#DCC9DA
(220,201,218)
#DFCFDD
(223,207,221)
#E2D5E0
(226,213,224)
#E5DBE3
(229,219,227)
#E8E1E6
(232,225,230)
#EBE7E9
(235,231,233)
#EEEDEC
(238,237,236)
#F1F3EF
(241,243,239)
#F4F9F2
(244,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6BDD4; }

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

This text font color is #D6BDD4.


Background Color

.myBgColor { background-color: #D6BDD4; }

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

This div background color is #D6BDD4.


Border color

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

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

This div border color is #D6BDD4.


Opacity

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

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

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

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

This text has shadow with #D6BDD4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6BDD4 on black background.


Color preview on white background

This text has color #D6BDD4 on white background.



Black color preview on #D6BDD4 background

This text has black color on #D6BDD4 background.


White color preview on #D6BDD4 background

This text has white color on #D6BDD4 background.