COLOR #D6B8DB

HEX: #D6B8DB
RGB: (214,184,219)

Color info

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

RGB color model

#D6B8DB color RGB value is (214,184,219).

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

RGB channels and saturation

R 214 of 255 = 84%
G 184 of 255 = 72%
B 219 of 255 = 86%

214
184
219

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

Portions of RGB colors in percentages

R + G + B =
214 + 184 + 219 = 617 (100%)
R 214 of 617 ~ 34.68%
G 184 of 617 ~ 29.82%
B 219 of 617 ~ 35.49%

%34.68
%29.82
%35.49

CMYK color model

#D6B8DB color CMYK value is (2,16,0,14).

  • cyan value is 2.28%
  • magenta value is 15.98%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(2,16,0,14)
C2M16Y0K14 
(2%,16%,0%,14%)
(0.02/0.16/0.00/0.14)	

CMYK percentages

%2.28
%15.98
%0
%14.12

Codes

Color #D6B8DB in popluar color models

D6B8DB
RGB214184219
HSL291°32.71%79.02%
HSB/HSV291°15.98%85.88%
CMYK2.28%15.98%0.00%
14.12%

Color #D6B8DB in popluar number systems.

HEXD6B8DB
Decimal214184219
Binary110101101011100011011011
Octal326270333

Shades and tints

Shades of #D6B8DB

#D6B8DB
(214,184,219)
#C3A8C8
(195,168,200)
#B098B5
(176,152,181)
#9D88A2
(157,136,162)
#8A788F
(138,120,143)
#77687C
(119,104,124)
#645869
(100,88,105)
#514856
(81,72,86)
#3E3843
(62,56,67)
#2B2830
(43,40,48)
#18181D
(24,24,29)
#000000
(0,0,0)

Tints of #D6B8DB

#D6B8DB
(214,184,219)
#D9BEDE
(217,190,222)
#DCC4E1
(220,196,225)
#DFCAE4
(223,202,228)
#E2D0E7
(226,208,231)
#E5D6EA
(229,214,234)
#E8DCED
(232,220,237)
#EBE2F0
(235,226,240)
#EEE8F3
(238,232,243)
#F1EEF6
(241,238,246)
#F4F4F9
(244,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6B8DB; }

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

This text font color is #D6B8DB.


Background Color

.myBgColor { background-color: #D6B8DB; }

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

This div background color is #D6B8DB.


Border color

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

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

This div border color is #D6B8DB.


Opacity

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

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

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

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

This text has shadow with #D6B8DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6B8DB on black background.


Color preview on white background

This text has color #D6B8DB on white background.



Black color preview on #D6B8DB background

This text has black color on #D6B8DB background.


White color preview on #D6B8DB background

This text has white color on #D6B8DB background.