COLOR #DBB9E8

HEX: #DBB9E8
RGB: (219,185,232)

Color info

#DBB9E8 contains red, green and blue colors in about the same proportion. Web safe color of #DBB9E8 is #CCCCFF (or #CCF).

RGB color model

#DBB9E8 color RGB value is (219,185,232).

  • red value is 219;
  • green value is 185;
  • blue value is 232.
RGB:
(219,185,232)
(86%,73%,91%)

RGB channels and saturation

R 219 of 255 = 86%
G 185 of 255 = 73%
B 232 of 255 = 91%

219
185
232

R + G + B ~ 83%. #DBB9E8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
219 + 185 + 232 = 636 (100%)
R 219 of 636 ~ 34.43%
G 185 of 636 ~ 29.09%
B 232 of 636 ~ 36.48%

%34.43
%29.09
%36.48

CMYK color model

#DBB9E8 color CMYK value is (6,20,0,9).

  • cyan value is 5.60%
  • magenta value is 20.26%
  • yellow value is 0.00%
  • key color value is 9.02%
CMYK:
(6,20,0,9)
C6M20Y0K9 
(6%,20%,0%,9%)
(0.06/0.20/0.00/0.09)	

CMYK percentages

%5.6
%20.26
%0
%9.02

Codes

Color #DBB9E8 in popluar color models

DBB9E8
RGB219185232
HSL283°50.54%81.76%
HSB/HSV283°20.26%90.98%
CMYK5.60%20.26%0.00%
9.02%

Color #DBB9E8 in popluar number systems.

HEXDBB9E8
Decimal219185232
Binary110110111011100111101000
Octal333271350

Shades and tints

Shades of #DBB9E8

#DBB9E8
(219,185,232)
#C8A9D3
(200,169,211)
#B599BE
(181,153,190)
#A289A9
(162,137,169)
#8F7994
(143,121,148)
#7C697F
(124,105,127)
#69596A
(105,89,106)
#564955
(86,73,85)
#433940
(67,57,64)
#30292B
(48,41,43)
#1D1916
(29,25,22)
#000000
(0,0,0)

Tints of #DBB9E8

#DBB9E8
(219,185,232)
#DEBFEA
(222,191,234)
#E1C5EC
(225,197,236)
#E4CBEE
(228,203,238)
#E7D1F0
(231,209,240)
#EAD7F2
(234,215,242)
#EDDDF4
(237,221,244)
#F0E3F6
(240,227,246)
#F3E9F8
(243,233,248)
#F6EFFA
(246,239,250)
#F9F5FC
(249,245,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBB9E8 color. Also use rgb(219,185,232) instead hex code.

Text Font Color

.myTextColor { color: #DBB9E8; }

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

This text font color is #DBB9E8.


Background Color

.myBgColor { background-color: #DBB9E8; }

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

This div background color is #DBB9E8.


Border color

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

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

This div border color is #DBB9E8.


Opacity

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

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

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

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

This text has shadow with #DBB9E8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBB9E8 on black background.


Color preview on white background

This text has color #DBB9E8 on white background.



Black color preview on #DBB9E8 background

This text has black color on #DBB9E8 background.


White color preview on #DBB9E8 background

This text has white color on #DBB9E8 background.