COLOR #D6B8DE

HEX: #D6B8DE
RGB: (214,184,222)

Color info

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

RGB color model

#D6B8DE color RGB value is (214,184,222).

  • red value is 214;
  • green value is 184;
  • blue value is 222.
RGB:
(214,184,222)
(84%,72%,87%)

RGB channels and saturation

R 214 of 255 = 84%
G 184 of 255 = 72%
B 222 of 255 = 87%

214
184
222

R + G + B ~ 81%. #D6B8DE is quite light color.

Portions of RGB colors in percentages

R + G + B =
214 + 184 + 222 = 620 (100%)
R 214 of 620 ~ 34.52%
G 184 of 620 ~ 29.68%
B 222 of 620 ~ 35.81%

%34.52
%29.68
%35.81

CMYK color model

#D6B8DE color CMYK value is (4,17,0,13).

  • cyan value is 3.60%
  • magenta value is 17.12%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(4,17,0,13)
C4M17Y0K13 
(4%,17%,0%,13%)
(0.04/0.17/0.00/0.13)	

CMYK percentages

%3.6
%17.12
%0
%12.94

Codes

Color #D6B8DE in popluar color models

D6B8DE
RGB214184222
HSL287°36.54%79.61%
HSB/HSV287°17.12%87.06%
CMYK3.60%17.12%0.00%
12.94%

Color #D6B8DE in popluar number systems.

HEXD6B8DE
Decimal214184222
Binary110101101011100011011110
Octal326270336

Shades and tints

Shades of #D6B8DE

#D6B8DE
(214,184,222)
#C3A8CA
(195,168,202)
#B098B6
(176,152,182)
#9D88A2
(157,136,162)
#8A788E
(138,120,142)
#77687A
(119,104,122)
#645866
(100,88,102)
#514852
(81,72,82)
#3E383E
(62,56,62)
#2B282A
(43,40,42)
#181816
(24,24,22)
#000000
(0,0,0)

Tints of #D6B8DE

#D6B8DE
(214,184,222)
#D9BEE1
(217,190,225)
#DCC4E4
(220,196,228)
#DFCAE7
(223,202,231)
#E2D0EA
(226,208,234)
#E5D6ED
(229,214,237)
#E8DCF0
(232,220,240)
#EBE2F3
(235,226,243)
#EEE8F6
(238,232,246)
#F1EEF9
(241,238,249)
#F4F4FC
(244,244,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6B8DE color. Also use rgb(214,184,222) instead hex code.

Text Font Color

.myTextColor { color: #D6B8DE; }

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

This text font color is #D6B8DE.


Background Color

.myBgColor { background-color: #D6B8DE; }

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

This div background color is #D6B8DE.


Border color

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

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

This div border color is #D6B8DE.


Opacity

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

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

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

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

This text has shadow with #D6B8DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6B8DE on black background.


Color preview on white background

This text has color #D6B8DE on white background.



Black color preview on #D6B8DE background

This text has black color on #D6B8DE background.


White color preview on #D6B8DE background

This text has white color on #D6B8DE background.