COLOR #DBCBF1

HEX: #DBCBF1
RGB: (219,203,241)

Color info

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

RGB color model

#DBCBF1 color RGB value is (219,203,241).

  • red value is 219;
  • green value is 203;
  • blue value is 241.
RGB:
(219,203,241)
(86%,80%,95%)

RGB channels and saturation

R 219 of 255 = 86%
G 203 of 255 = 80%
B 241 of 255 = 95%

219
203
241

R + G + B ~ 87%. #DBCBF1 is light color.

Portions of RGB colors in percentages

R + G + B =
219 + 203 + 241 = 663 (100%)
R 219 of 663 ~ 33.03%
G 203 of 663 ~ 30.62%
B 241 of 663 ~ 36.35%

%33.03
%30.62
%36.35

CMYK color model

#DBCBF1 color CMYK value is (9,16,0,5).

  • cyan value is 9.13%
  • magenta value is 15.77%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK:
(9,16,0,5)
C9M16Y0K5 
(9%,16%,0%,5%)
(0.09/0.16/0.00/0.05)	

CMYK percentages

%9.13
%15.77
%0
%5.49

Codes

Color #DBCBF1 in popluar color models

DBCBF1
RGB219203241
HSL265°57.58%87.06%
HSB/HSV265°15.77%94.51%
CMYK9.13%15.77%0.00%
5.49%

Color #DBCBF1 in popluar number systems.

HEXDBCBF1
Decimal219203241
Binary110110111100101111110001
Octal333313361

Shades and tints

Shades of #DBCBF1

#DBCBF1
(219,203,241)
#C8B9DC
(200,185,220)
#B5A7C7
(181,167,199)
#A295B2
(162,149,178)
#8F839D
(143,131,157)
#7C7188
(124,113,136)
#695F73
(105,95,115)
#564D5E
(86,77,94)
#433B49
(67,59,73)
#302934
(48,41,52)
#1D171F
(29,23,31)
#000000
(0,0,0)

Tints of #DBCBF1

#DBCBF1
(219,203,241)
#DECFF2
(222,207,242)
#E1D3F3
(225,211,243)
#E4D7F4
(228,215,244)
#E7DBF5
(231,219,245)
#EADFF6
(234,223,246)
#EDE3F7
(237,227,247)
#F0E7F8
(240,231,248)
#F3EBF9
(243,235,249)
#F6EFFA
(246,239,250)
#F9F3FB
(249,243,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBCBF1 color. Also use rgb(219,203,241) instead hex code.

Text Font Color

.myTextColor { color: #DBCBF1; }

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

This text font color is #DBCBF1.


Background Color

.myBgColor { background-color: #DBCBF1; }

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

This div background color is #DBCBF1.


Border color

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

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

This div border color is #DBCBF1.


Opacity

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

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

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

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

This text has shadow with #DBCBF1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBCBF1 on black background.


Color preview on white background

This text has color #DBCBF1 on white background.



Black color preview on #DBCBF1 background

This text has black color on #DBCBF1 background.


White color preview on #DBCBF1 background

This text has white color on #DBCBF1 background.