COLOR #DBCFEC

HEX: #DBCFEC
RGB: (219,207,236)

Color info

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

RGB color model

#DBCFEC color RGB value is (219,207,236).

  • red value is 219;
  • green value is 207;
  • blue value is 236.
RGB:
(219,207,236)
(86%,81%,93%)

RGB channels and saturation

R 219 of 255 = 86%
G 207 of 255 = 81%
B 236 of 255 = 93%

219
207
236

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

Portions of RGB colors in percentages

R + G + B =
219 + 207 + 236 = 662 (100%)
R 219 of 662 ~ 33.08%
G 207 of 662 ~ 31.27%
B 236 of 662 ~ 35.65%

%33.08
%31.27
%35.65

CMYK color model

#DBCFEC color CMYK value is (7,12,0,7).

  • cyan value is 7.20%
  • magenta value is 12.29%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(7,12,0,7)
C7M12Y0K7 
(7%,12%,0%,7%)
(0.07/0.12/0.00/0.07)	

CMYK percentages

%7.2
%12.29
%0
%7.45

Codes

Color #DBCFEC in popluar color models

DBCFEC
RGB219207236
HSL265°43.28%86.86%
HSB/HSV265°12.29%92.55%
CMYK7.20%12.29%0.00%
7.45%

Color #DBCFEC in popluar number systems.

HEXDBCFEC
Decimal219207236
Binary110110111100111111101100
Octal333317354

Shades and tints

Shades of #DBCFEC

#DBCFEC
(219,207,236)
#C8BDD7
(200,189,215)
#B5ABC2
(181,171,194)
#A299AD
(162,153,173)
#8F8798
(143,135,152)
#7C7583
(124,117,131)
#69636E
(105,99,110)
#565159
(86,81,89)
#433F44
(67,63,68)
#302D2F
(48,45,47)
#1D1B1A
(29,27,26)
#000000
(0,0,0)

Tints of #DBCFEC

#DBCFEC
(219,207,236)
#DED3ED
(222,211,237)
#E1D7EE
(225,215,238)
#E4DBEF
(228,219,239)
#E7DFF0
(231,223,240)
#EAE3F1
(234,227,241)
#EDE7F2
(237,231,242)
#F0EBF3
(240,235,243)
#F3EFF4
(243,239,244)
#F6F3F5
(246,243,245)
#F9F7F6
(249,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBCFEC color. Also use rgb(219,207,236) instead hex code.

Text Font Color

.myTextColor { color: #DBCFEC; }

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

This text font color is #DBCFEC.


Background Color

.myBgColor { background-color: #DBCFEC; }

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

This div background color is #DBCFEC.


Border color

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

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

This div border color is #DBCFEC.


Opacity

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

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

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

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

This text has shadow with #DBCFEC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBCFEC on black background.


Color preview on white background

This text has color #DBCFEC on white background.



Black color preview on #DBCFEC background

This text has black color on #DBCFEC background.


White color preview on #DBCFEC background

This text has white color on #DBCFEC background.