COLOR #DBBEF9

HEX: #DBBEF9 RGB: (219,190,249)

Color info

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

RGB color model

#DBBEF9 color RGB value is (219,190,249).

RGB: (219,190,249) (86%, 75%, 98%)

RGB channels and saturation

R 219 of 255 = 86%
G 190 of 255 = 75%
B 249 of 255 = 98%

219
190
249

R + G + B ~ 86%. #DBBEF9 is light color.

Portions of RGB colors in percentages

R + G + B = 219 + 190 + 249 = 658 (100%)
R 219 of 658 ~ 33.28%
G 190 of 658 ~ 28.88%
B 249 of 658 ~ 37.84'%

%33.28
%28.88
%37.84

CMYK color model

#DBBEF9 color CMYK value is (12,24,0,2).

  • cyan value is 12.05%
  • magenta value is 23.69%
  • yellow value is 0.00%
  • key color value is 2.35%

CMYK: (12,24,0,2)
C12M24Y0K2 (12%, 24%, 0%, 2%)
(0.12 / 0.24 / 0.00 / 0.02)

CMYK percentages

%12.05
%23.69
%0
%2.35

Codes

Color #DBBEF9 in popluar color models

DB BE F9
RGB 219 190 249
HSL 269° 83.10% 86.08%
HSB/HSV 269° 23.69% 97.65%
CMYK 12.05% 23.69% 0.00%
2.35%

Color #DBBEF9 in popluar number systems.

HEX DB BE F9
Decimal 219 190 249
Binary 11011011 10111110 11111001
Octal 333 276 371

Shades and tints

Shades of #DBBEF9

#DBBEF9
(219,190,249)
#C8ADE3
(200,173,227)
#B59CCD
(181,156,205)
#A28BB7
(162,139,183)
#8F7AA1
(143,122,161)
#7C698B
(124,105,139)
#695875
(105,88,117)
#56475F
(86,71,95)
#433649
(67,54,73)
#302533
(48,37,51)
#1D141D
(29,20,29)
#000000
(0,0,0)

Tints of #DBBEF9

#DBBEF9
(219,190,249)
#DEC3F9
(222,195,249)
#E1C8F9
(225,200,249)
#E4CDF9
(228,205,249)
#E7D2F9
(231,210,249)
#EAD7F9
(234,215,249)
#EDDCF9
(237,220,249)
#F0E1F9
(240,225,249)
#F3E6F9
(243,230,249)
#F6EBF9
(246,235,249)
#F9F0F9
(249,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBBEF9; }

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

This text font color is #DBBEF9.

Background Color

.myBgColor { background-color: #DBBEF9; }

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

This div background color is #DBBEF9.

Border color

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

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

This div border color is #DBBEF9.

Opacity

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

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

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

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

This text has shadow with #DBBEF9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBBEF9.

Preview

Color preview on black background

This text has color #DBBEF9 on black background.


Color preview on white background

This text has color #DBBEF9 on white background.


Black color preview on #DBBEF9 background

This text has black color on #DBBEF9 background.


White color preview on #DBBEF9 background

This text has white color on #DBBEF9 background.


Related colors

Complementary color

Complementary color for #hex is #244106.


I love getcolorcode.com

Triadic colors

1 #F9DBBE and #BEF9DB with #DBBEF9 are triadic colors.

2 #F9BEDB and #BEDBF9 with #DBBEF9 are triadic colors.