COLOR #DBCFF8

HEX: #DBCFF8
RGB: (219,207,248)

Color info

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

RGB color model

#DBCFF8 color RGB value is (219,207,248).

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

RGB channels and saturation

R 219 of 255 = 86%
G 207 of 255 = 81%
B 248 of 255 = 97%

219
207
248

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

Portions of RGB colors in percentages

R + G + B =
219 + 207 + 248 = 674 (100%)
R 219 of 674 ~ 32.49%
G 207 of 674 ~ 30.71%
B 248 of 674 ~ 36.8%

%32.49
%30.71
%36.8

CMYK color model

#DBCFF8 color CMYK value is (12,17,0,3).

  • cyan value is 11.69%
  • magenta value is 16.53%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK:
(12,17,0,3)
C12M17Y0K3 
(12%,17%,0%,3%)
(0.12/0.17/0.00/0.03)	

CMYK percentages

%11.69
%16.53
%0
%2.75

Codes

Color #DBCFF8 in popluar color models

DBCFF8
RGB219207248
HSL258°74.55%89.22%
HSB/HSV258°16.53%97.25%
CMYK11.69%16.53%0.00%
2.75%

Color #DBCFF8 in popluar number systems.

HEXDBCFF8
Decimal219207248
Binary110110111100111111111000
Octal333317370

Shades and tints

Shades of #DBCFF8

#DBCFF8
(219,207,248)
#C8BDE2
(200,189,226)
#B5ABCC
(181,171,204)
#A299B6
(162,153,182)
#8F87A0
(143,135,160)
#7C758A
(124,117,138)
#696374
(105,99,116)
#56515E
(86,81,94)
#433F48
(67,63,72)
#302D32
(48,45,50)
#1D1B1C
(29,27,28)
#000000
(0,0,0)

Tints of #DBCFF8

#DBCFF8
(219,207,248)
#DED3F8
(222,211,248)
#E1D7F8
(225,215,248)
#E4DBF8
(228,219,248)
#E7DFF8
(231,223,248)
#EAE3F8
(234,227,248)
#EDE7F8
(237,231,248)
#F0EBF8
(240,235,248)
#F3EFF8
(243,239,248)
#F6F3F8
(246,243,248)
#F9F7F8
(249,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBCFF8; }

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

This text font color is #DBCFF8.


Background Color

.myBgColor { background-color: #DBCFF8; }

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

This div background color is #DBCFF8.


Border color

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

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

This div border color is #DBCFF8.


Opacity

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

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

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

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

This text has shadow with #DBCFF8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBCFF8 on black background.


Color preview on white background

This text has color #DBCFF8 on white background.



Black color preview on #DBCFF8 background

This text has black color on #DBCFF8 background.


White color preview on #DBCFF8 background

This text has white color on #DBCFF8 background.