COLOR #DBCFE5

HEX: #DBCFE5
RGB: (219,207,229)

Color info

#DBCFE5 contains red, green and blue colors in about the same proportion. Web safe color of #DBCFE5 is #CCCCCC (or #CCC).

RGB color model

#DBCFE5 color RGB value is (219,207,229).

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

RGB channels and saturation

R 219 of 255 = 86%
G 207 of 255 = 81%
B 229 of 255 = 90%

219
207
229

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

Portions of RGB colors in percentages

R + G + B =
219 + 207 + 229 = 655 (100%)
R 219 of 655 ~ 33.44%
G 207 of 655 ~ 31.6%
B 229 of 655 ~ 34.96%

%33.44
%31.6
%34.96

CMYK color model

#DBCFE5 color CMYK value is (4,10,0,10).

  • cyan value is 4.37%
  • magenta value is 9.61%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(4,10,0,10)
C4M10Y0K10 
(4%,10%,0%,10%)
(0.04/0.10/0.00/0.10)	

CMYK percentages

%4.37
%9.61
%0
%10.2

Codes

Color #DBCFE5 in popluar color models

DBCFE5
RGB219207229
HSL273°29.73%85.49%
HSB/HSV273°9.61%89.80%
CMYK4.37%9.61%0.00%
10.20%

Color #DBCFE5 in popluar number systems.

HEXDBCFE5
Decimal219207229
Binary110110111100111111100101
Octal333317345

Shades and tints

Shades of #DBCFE5

#DBCFE5
(219,207,229)
#C8BDD1
(200,189,209)
#B5ABBD
(181,171,189)
#A299A9
(162,153,169)
#8F8795
(143,135,149)
#7C7581
(124,117,129)
#69636D
(105,99,109)
#565159
(86,81,89)
#433F45
(67,63,69)
#302D31
(48,45,49)
#1D1B1D
(29,27,29)
#000000
(0,0,0)

Tints of #DBCFE5

#DBCFE5
(219,207,229)
#DED3E7
(222,211,231)
#E1D7E9
(225,215,233)
#E4DBEB
(228,219,235)
#E7DFED
(231,223,237)
#EAE3EF
(234,227,239)
#EDE7F1
(237,231,241)
#F0EBF3
(240,235,243)
#F3EFF5
(243,239,245)
#F6F3F7
(246,243,247)
#F9F7F9
(249,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBCFE5; }

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

This text font color is #DBCFE5.


Background Color

.myBgColor { background-color: #DBCFE5; }

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

This div background color is #DBCFE5.


Border color

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

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

This div border color is #DBCFE5.


Opacity

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

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

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

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

This text has shadow with #DBCFE5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBCFE5 on black background.


Color preview on white background

This text has color #DBCFE5 on white background.



Black color preview on #DBCFE5 background

This text has black color on #DBCFE5 background.


White color preview on #DBCFE5 background

This text has white color on #DBCFE5 background.