COLOR #DBB1D9

HEX: #DBB1D9
RGB: (219,177,217)

Color info

#DBB1D9 contains red, green and blue colors in about the same proportion. Web safe color of #DBB1D9 is #CC99CC (or #C9C).

RGB color model

#DBB1D9 color RGB value is (219,177,217).

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

RGB channels and saturation

R 219 of 255 = 86%
G 177 of 255 = 69%
B 217 of 255 = 85%

219
177
217

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

Portions of RGB colors in percentages

R + G + B =
219 + 177 + 217 = 613 (100%)
R 219 of 613 ~ 35.73%
G 177 of 613 ~ 28.87%
B 217 of 613 ~ 35.4%

%35.73
%28.87
%35.4

CMYK color model

#DBB1D9 color CMYK value is (0,19,1,14).

  • cyan value is 0.00%
  • magenta value is 19.18%
  • yellow value is 0.91%
  • key color value is 14.12%
CMYK:
(0,19,1,14)
C0M19Y1K14 
(0%,19%,1%,14%)
(0.00/0.19/0.01/0.14)	

CMYK percentages

%0
%19.18
%0.91
%14.12

Codes

Color #DBB1D9 in popluar color models

DBB1D9
RGB219177217
HSL303°36.84%77.65%
HSB/HSV303°19.18%85.88%
CMYK0.00%19.18%0.91%
14.12%

Color #DBB1D9 in popluar number systems.

HEXDBB1D9
Decimal219177217
Binary110110111011000111011001
Octal333261331

Shades and tints

Shades of #DBB1D9

#DBB1D9
(219,177,217)
#C8A1C6
(200,161,198)
#B591B3
(181,145,179)
#A281A0
(162,129,160)
#8F718D
(143,113,141)
#7C617A
(124,97,122)
#695167
(105,81,103)
#564154
(86,65,84)
#433141
(67,49,65)
#30212E
(48,33,46)
#1D111B
(29,17,27)
#000000
(0,0,0)

Tints of #DBB1D9

#DBB1D9
(219,177,217)
#DEB8DC
(222,184,220)
#E1BFDF
(225,191,223)
#E4C6E2
(228,198,226)
#E7CDE5
(231,205,229)
#EAD4E8
(234,212,232)
#EDDBEB
(237,219,235)
#F0E2EE
(240,226,238)
#F3E9F1
(243,233,241)
#F6F0F4
(246,240,244)
#F9F7F7
(249,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBB1D9; }

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

This text font color is #DBB1D9.


Background Color

.myBgColor { background-color: #DBB1D9; }

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

This div background color is #DBB1D9.


Border color

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

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

This div border color is #DBB1D9.


Opacity

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

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

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

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

This text has shadow with #DBB1D9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBB1D9 on black background.


Color preview on white background

This text has color #DBB1D9 on white background.



Black color preview on #DBB1D9 background

This text has black color on #DBB1D9 background.


White color preview on #DBB1D9 background

This text has white color on #DBB1D9 background.