COLOR #DBCEF1

HEX: #DBCEF1
RGB: (219,206,241)

Color info

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

RGB color model

#DBCEF1 color RGB value is (219,206,241).

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

RGB channels and saturation

R 219 of 255 = 86%
G 206 of 255 = 81%
B 241 of 255 = 95%

219
206
241

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

Portions of RGB colors in percentages

R + G + B =
219 + 206 + 241 = 666 (100%)
R 219 of 666 ~ 32.88%
G 206 of 666 ~ 30.93%
B 241 of 666 ~ 36.19%

%32.88
%30.93
%36.19

CMYK color model

#DBCEF1 color CMYK value is (9,15,0,5).

  • cyan value is 9.13%
  • magenta value is 14.52%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK:
(9,15,0,5)
C9M15Y0K5 
(9%,15%,0%,5%)
(0.09/0.15/0.00/0.05)	

CMYK percentages

%9.13
%14.52
%0
%5.49

Codes

Color #DBCEF1 in popluar color models

DBCEF1
RGB219206241
HSL262°55.56%87.65%
HSB/HSV262°14.52%94.51%
CMYK9.13%14.52%0.00%
5.49%

Color #DBCEF1 in popluar number systems.

HEXDBCEF1
Decimal219206241
Binary110110111100111011110001
Octal333316361

Shades and tints

Shades of #DBCEF1

#DBCEF1
(219,206,241)
#C8BCDC
(200,188,220)
#B5AAC7
(181,170,199)
#A298B2
(162,152,178)
#8F869D
(143,134,157)
#7C7488
(124,116,136)
#696273
(105,98,115)
#56505E
(86,80,94)
#433E49
(67,62,73)
#302C34
(48,44,52)
#1D1A1F
(29,26,31)
#000000
(0,0,0)

Tints of #DBCEF1

#DBCEF1
(219,206,241)
#DED2F2
(222,210,242)
#E1D6F3
(225,214,243)
#E4DAF4
(228,218,244)
#E7DEF5
(231,222,245)
#EAE2F6
(234,226,246)
#EDE6F7
(237,230,247)
#F0EAF8
(240,234,248)
#F3EEF9
(243,238,249)
#F6F2FA
(246,242,250)
#F9F6FB
(249,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBCEF1; }

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

This text font color is #DBCEF1.


Background Color

.myBgColor { background-color: #DBCEF1; }

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

This div background color is #DBCEF1.


Border color

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

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

This div border color is #DBCEF1.


Opacity

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

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

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

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

This text has shadow with #DBCEF1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBCEF1 on black background.


Color preview on white background

This text has color #DBCEF1 on white background.



Black color preview on #DBCEF1 background

This text has black color on #DBCEF1 background.


White color preview on #DBCEF1 background

This text has white color on #DBCEF1 background.