COLOR #DBD9FA

HEX: #DBD9FA
RGB: (219,217,250)

Color info

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

RGB color model

#DBD9FA color RGB value is (219,217,250).

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

RGB channels and saturation

R 219 of 255 = 86%
G 217 of 255 = 85%
B 250 of 255 = 98%

219
217
250

R + G + B ~ 90%. #DBD9FA is light color.

Portions of RGB colors in percentages

R + G + B =
219 + 217 + 250 = 686 (100%)
R 219 of 686 ~ 31.92%
G 217 of 686 ~ 31.63%
B 250 of 686 ~ 36.44%

%31.92
%31.63
%36.44

CMYK color model

#DBD9FA color CMYK value is (12,13,0,2).

  • cyan value is 12.40%
  • magenta value is 13.20%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(12,13,0,2)
C12M13Y0K2 
(12%,13%,0%,2%)
(0.12/0.13/0.00/0.02)	

CMYK percentages

%12.4
%13.2
%0
%1.96

Codes

Color #DBD9FA in popluar color models

DBD9FA
RGB219217250
HSL244°76.74%91.57%
HSB/HSV244°13.20%98.04%
CMYK12.40%13.20%0.00%
1.96%

Color #DBD9FA in popluar number systems.

HEXDBD9FA
Decimal219217250
Binary110110111101100111111010
Octal333331372

Shades and tints

Shades of #DBD9FA

#DBD9FA
(219,217,250)
#C8C6E4
(200,198,228)
#B5B3CE
(181,179,206)
#A2A0B8
(162,160,184)
#8F8DA2
(143,141,162)
#7C7A8C
(124,122,140)
#696776
(105,103,118)
#565460
(86,84,96)
#43414A
(67,65,74)
#302E34
(48,46,52)
#1D1B1E
(29,27,30)
#000000
(0,0,0)

Tints of #DBD9FA

#DBD9FA
(219,217,250)
#DEDCFA
(222,220,250)
#E1DFFA
(225,223,250)
#E4E2FA
(228,226,250)
#E7E5FA
(231,229,250)
#EAE8FA
(234,232,250)
#EDEBFA
(237,235,250)
#F0EEFA
(240,238,250)
#F3F1FA
(243,241,250)
#F6F4FA
(246,244,250)
#F9F7FA
(249,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBD9FA; }

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

This text font color is #DBD9FA.


Background Color

.myBgColor { background-color: #DBD9FA; }

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

This div background color is #DBD9FA.


Border color

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

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

This div border color is #DBD9FA.


Opacity

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

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

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

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

This text has shadow with #DBD9FA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBD9FA on black background.


Color preview on white background

This text has color #DBD9FA on white background.



Black color preview on #DBD9FA background

This text has black color on #DBD9FA background.


White color preview on #DBD9FA background

This text has white color on #DBD9FA background.