COLOR #D9B8DB

HEX: #D9B8DB
RGB: (217,184,219)

Color info

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

RGB color model

#D9B8DB color RGB value is (217,184,219).

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

RGB channels and saturation

R 217 of 255 = 85%
G 184 of 255 = 72%
B 219 of 255 = 86%

217
184
219

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

Portions of RGB colors in percentages

R + G + B =
217 + 184 + 219 = 620 (100%)
R 217 of 620 ~ 35%
G 184 of 620 ~ 29.68%
B 219 of 620 ~ 35.32%

%35
%29.68
%35.32

CMYK color model

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

  • cyan value is 0.91%
  • magenta value is 15.98%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(1,16,0,14)
C1M16Y0K14 
(1%,16%,0%,14%)
(0.01/0.16/0.00/0.14)	

CMYK percentages

%0.91
%15.98
%0
%14.12

Codes

Color #D9B8DB in popluar color models

D9B8DB
RGB217184219
HSL297°32.71%79.02%
HSB/HSV297°15.98%85.88%
CMYK0.91%15.98%0.00%
14.12%

Color #D9B8DB in popluar number systems.

HEXD9B8DB
Decimal217184219
Binary110110011011100011011011
Octal331270333

Shades and tints

Shades of #D9B8DB

#D9B8DB
(217,184,219)
#C6A8C8
(198,168,200)
#B398B5
(179,152,181)
#A088A2
(160,136,162)
#8D788F
(141,120,143)
#7A687C
(122,104,124)
#675869
(103,88,105)
#544856
(84,72,86)
#413843
(65,56,67)
#2E2830
(46,40,48)
#1B181D
(27,24,29)
#000000
(0,0,0)

Tints of #D9B8DB

#D9B8DB
(217,184,219)
#DCBEDE
(220,190,222)
#DFC4E1
(223,196,225)
#E2CAE4
(226,202,228)
#E5D0E7
(229,208,231)
#E8D6EA
(232,214,234)
#EBDCED
(235,220,237)
#EEE2F0
(238,226,240)
#F1E8F3
(241,232,243)
#F4EEF6
(244,238,246)
#F7F4F9
(247,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9B8DB; }

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

This text font color is #D9B8DB.


Background Color

.myBgColor { background-color: #D9B8DB; }

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

This div background color is #D9B8DB.


Border color

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

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

This div border color is #D9B8DB.


Opacity

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

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

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

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

This text has shadow with #D9B8DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9B8DB on black background.


Color preview on white background

This text has color #D9B8DB on white background.



Black color preview on #D9B8DB background

This text has black color on #D9B8DB background.


White color preview on #D9B8DB background

This text has white color on #D9B8DB background.