COLOR #DBCEF7

HEX: #DBCEF7
RGB: (219,206,247)

Color info

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

RGB color model

#DBCEF7 color RGB value is (219,206,247).

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

RGB channels and saturation

R 219 of 255 = 86%
G 206 of 255 = 81%
B 247 of 255 = 97%

219
206
247

R + G + B ~ 88%. #DBCEF7 is light color.

Portions of RGB colors in percentages

R + G + B =
219 + 206 + 247 = 672 (100%)
R 219 of 672 ~ 32.59%
G 206 of 672 ~ 30.65%
B 247 of 672 ~ 36.76%

%32.59
%30.65
%36.76

CMYK color model

#DBCEF7 color CMYK value is (11,17,0,3).

  • cyan value is 11.34%
  • magenta value is 16.60%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK:
(11,17,0,3)
C11M17Y0K3 
(11%,17%,0%,3%)
(0.11/0.17/0.00/0.03)	

CMYK percentages

%11.34
%16.6
%0
%3.14

Codes

Color #DBCEF7 in popluar color models

DBCEF7
RGB219206247
HSL259°71.93%88.82%
HSB/HSV259°16.60%96.86%
CMYK11.34%16.60%0.00%
3.14%

Color #DBCEF7 in popluar number systems.

HEXDBCEF7
Decimal219206247
Binary110110111100111011110111
Octal333316367

Shades and tints

Shades of #DBCEF7

#DBCEF7
(219,206,247)
#C8BCE1
(200,188,225)
#B5AACB
(181,170,203)
#A298B5
(162,152,181)
#8F869F
(143,134,159)
#7C7489
(124,116,137)
#696273
(105,98,115)
#56505D
(86,80,93)
#433E47
(67,62,71)
#302C31
(48,44,49)
#1D1A1B
(29,26,27)
#000000
(0,0,0)

Tints of #DBCEF7

#DBCEF7
(219,206,247)
#DED2F7
(222,210,247)
#E1D6F7
(225,214,247)
#E4DAF7
(228,218,247)
#E7DEF7
(231,222,247)
#EAE2F7
(234,226,247)
#EDE6F7
(237,230,247)
#F0EAF7
(240,234,247)
#F3EEF7
(243,238,247)
#F6F2F7
(246,242,247)
#F9F6F7
(249,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBCEF7; }

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

This text font color is #DBCEF7.


Background Color

.myBgColor { background-color: #DBCEF7; }

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

This div background color is #DBCEF7.


Border color

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

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

This div border color is #DBCEF7.


Opacity

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

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

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

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

This text has shadow with #DBCEF7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBCEF7 on black background.


Color preview on white background

This text has color #DBCEF7 on white background.



Black color preview on #DBCEF7 background

This text has black color on #DBCEF7 background.


White color preview on #DBCEF7 background

This text has white color on #DBCEF7 background.