COLOR #DBBEF0

HEX: #DBBEF0
RGB: (219,190,240)

Color info

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

RGB color model

#DBBEF0 color RGB value is (219,190,240).

  • red value is 219;
  • green value is 190;
  • blue value is 240.
RGB:
(219,190,240)
(86%,75%,94%)

RGB channels and saturation

R 219 of 255 = 86%
G 190 of 255 = 75%
B 240 of 255 = 94%

219
190
240

R + G + B ~ 85%. #DBBEF0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
219 + 190 + 240 = 649 (100%)
R 219 of 649 ~ 33.74%
G 190 of 649 ~ 29.28%
B 240 of 649 ~ 36.98%

%33.74
%29.28
%36.98

CMYK color model

#DBBEF0 color CMYK value is (9,21,0,6).

  • cyan value is 8.75%
  • magenta value is 20.83%
  • yellow value is 0.00%
  • key color value is 5.88%
CMYK:
(9,21,0,6)
C9M21Y0K6 
(9%,21%,0%,6%)
(0.09/0.21/0.00/0.06)	

CMYK percentages

%8.75
%20.83
%0
%5.88

Codes

Color #DBBEF0 in popluar color models

DBBEF0
RGB219190240
HSL275°62.50%84.31%
HSB/HSV275°20.83%94.12%
CMYK8.75%20.83%0.00%
5.88%

Color #DBBEF0 in popluar number systems.

HEXDBBEF0
Decimal219190240
Binary110110111011111011110000
Octal333276360

Shades and tints

Shades of #DBBEF0

#DBBEF0
(219,190,240)
#C8ADDB
(200,173,219)
#B59CC6
(181,156,198)
#A28BB1
(162,139,177)
#8F7A9C
(143,122,156)
#7C6987
(124,105,135)
#695872
(105,88,114)
#56475D
(86,71,93)
#433648
(67,54,72)
#302533
(48,37,51)
#1D141E
(29,20,30)
#000000
(0,0,0)

Tints of #DBBEF0

#DBBEF0
(219,190,240)
#DEC3F1
(222,195,241)
#E1C8F2
(225,200,242)
#E4CDF3
(228,205,243)
#E7D2F4
(231,210,244)
#EAD7F5
(234,215,245)
#EDDCF6
(237,220,246)
#F0E1F7
(240,225,247)
#F3E6F8
(243,230,248)
#F6EBF9
(246,235,249)
#F9F0FA
(249,240,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBBEF0 color. Also use rgb(219,190,240) instead hex code.

Text Font Color

.myTextColor { color: #DBBEF0; }

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

This text font color is #DBBEF0.


Background Color

.myBgColor { background-color: #DBBEF0; }

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

This div background color is #DBBEF0.


Border color

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

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

This div border color is #DBBEF0.


Opacity

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

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

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

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

This text has shadow with #DBBEF0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBBEF0 on black background.


Color preview on white background

This text has color #DBBEF0 on white background.



Black color preview on #DBBEF0 background

This text has black color on #DBBEF0 background.


White color preview on #DBBEF0 background

This text has white color on #DBBEF0 background.