COLOR #DBCFE7

HEX: #DBCFE7
RGB: (219,207,231)

Color info

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

RGB color model

#DBCFE7 color RGB value is (219,207,231).

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

RGB channels and saturation

R 219 of 255 = 86%
G 207 of 255 = 81%
B 231 of 255 = 91%

219
207
231

R + G + B ~ 86%. #DBCFE7 is light color.

Portions of RGB colors in percentages

R + G + B =
219 + 207 + 231 = 657 (100%)
R 219 of 657 ~ 33.33%
G 207 of 657 ~ 31.51%
B 231 of 657 ~ 35.16%

%33.33
%31.51
%35.16

CMYK color model

#DBCFE7 color CMYK value is (5,10,0,9).

  • cyan value is 5.19%
  • magenta value is 10.39%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(5,10,0,9)
C5M10Y0K9 
(5%,10%,0%,9%)
(0.05/0.10/0.00/0.09)	

CMYK percentages

%5.19
%10.39
%0
%9.41

Codes

Color #DBCFE7 in popluar color models

DBCFE7
RGB219207231
HSL270°33.33%85.88%
HSB/HSV270°10.39%90.59%
CMYK5.19%10.39%0.00%
9.41%

Color #DBCFE7 in popluar number systems.

HEXDBCFE7
Decimal219207231
Binary110110111100111111100111
Octal333317347

Shades and tints

Shades of #DBCFE7

#DBCFE7
(219,207,231)
#C8BDD2
(200,189,210)
#B5ABBD
(181,171,189)
#A299A8
(162,153,168)
#8F8793
(143,135,147)
#7C757E
(124,117,126)
#696369
(105,99,105)
#565154
(86,81,84)
#433F3F
(67,63,63)
#302D2A
(48,45,42)
#1D1B15
(29,27,21)
#000000
(0,0,0)

Tints of #DBCFE7

#DBCFE7
(219,207,231)
#DED3E9
(222,211,233)
#E1D7EB
(225,215,235)
#E4DBED
(228,219,237)
#E7DFEF
(231,223,239)
#EAE3F1
(234,227,241)
#EDE7F3
(237,231,243)
#F0EBF5
(240,235,245)
#F3EFF7
(243,239,247)
#F6F3F9
(246,243,249)
#F9F7FB
(249,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBCFE7; }

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

This text font color is #DBCFE7.


Background Color

.myBgColor { background-color: #DBCFE7; }

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

This div background color is #DBCFE7.


Border color

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

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

This div border color is #DBCFE7.


Opacity

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

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

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

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

This text has shadow with #DBCFE7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBCFE7 on black background.


Color preview on white background

This text has color #DBCFE7 on white background.



Black color preview on #DBCFE7 background

This text has black color on #DBCFE7 background.


White color preview on #DBCFE7 background

This text has white color on #DBCFE7 background.