COLOR #DBB8D9

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

219
184
217

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

Portions of RGB colors in percentages

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

%35.32
%29.68
%35

CMYK color model

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

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

CMYK percentages

%0
%15.98
%0.91
%14.12

Codes

Color #DBB8D9 in popluar color models

DBB8D9
RGB219184217
HSL303°32.71%79.02%
HSB/HSV303°15.98%85.88%
CMYK0.00%15.98%0.91%
14.12%

Color #DBB8D9 in popluar number systems.

HEXDBB8D9
Decimal219184217
Binary110110111011100011011001
Octal333270331

Shades and tints

Shades of #DBB8D9

#DBB8D9
(219,184,217)
#C8A8C6
(200,168,198)
#B598B3
(181,152,179)
#A288A0
(162,136,160)
#8F788D
(143,120,141)
#7C687A
(124,104,122)
#695867
(105,88,103)
#564854
(86,72,84)
#433841
(67,56,65)
#30282E
(48,40,46)
#1D181B
(29,24,27)
#000000
(0,0,0)

Tints of #DBB8D9

#DBB8D9
(219,184,217)
#DEBEDC
(222,190,220)
#E1C4DF
(225,196,223)
#E4CAE2
(228,202,226)
#E7D0E5
(231,208,229)
#EAD6E8
(234,214,232)
#EDDCEB
(237,220,235)
#F0E2EE
(240,226,238)
#F3E8F1
(243,232,241)
#F6EEF4
(246,238,244)
#F9F4F7
(249,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBB8D9; }

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

This text font color is #DBB8D9.


Background Color

.myBgColor { background-color: #DBB8D9; }

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

This div background color is #DBB8D9.


Border color

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

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

This div border color is #DBB8D9.


Opacity

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

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

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

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

This text has shadow with #DBB8D9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBB8D9 on black background.


Color preview on white background

This text has color #DBB8D9 on white background.



Black color preview on #DBB8D9 background

This text has black color on #DBB8D9 background.


White color preview on #DBB8D9 background

This text has white color on #DBB8D9 background.