COLOR #DBCFE0

HEX: #DBCFE0
RGB: (219,207,224)

Color info

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

RGB color model

#DBCFE0 color RGB value is (219,207,224).

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

RGB channels and saturation

R 219 of 255 = 86%
G 207 of 255 = 81%
B 224 of 255 = 88%

219
207
224

R + G + B ~ 85%. #DBCFE0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
219 + 207 + 224 = 650 (100%)
R 219 of 650 ~ 33.69%
G 207 of 650 ~ 31.85%
B 224 of 650 ~ 34.46%

%33.69
%31.85
%34.46

CMYK color model

#DBCFE0 color CMYK value is (2,8,0,12).

  • cyan value is 2.23%
  • magenta value is 7.59%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK:
(2,8,0,12)
C2M8Y0K12 
(2%,8%,0%,12%)
(0.02/0.08/0.00/0.12)	

CMYK percentages

%2.23
%7.59
%0
%12.16

Codes

Color #DBCFE0 in popluar color models

DBCFE0
RGB219207224
HSL282°21.52%84.51%
HSB/HSV282°7.59%87.84%
CMYK2.23%7.59%0.00%
12.16%

Color #DBCFE0 in popluar number systems.

HEXDBCFE0
Decimal219207224
Binary110110111100111111100000
Octal333317340

Shades and tints

Shades of #DBCFE0

#DBCFE0
(219,207,224)
#C8BDCC
(200,189,204)
#B5ABB8
(181,171,184)
#A299A4
(162,153,164)
#8F8790
(143,135,144)
#7C757C
(124,117,124)
#696368
(105,99,104)
#565154
(86,81,84)
#433F40
(67,63,64)
#302D2C
(48,45,44)
#1D1B18
(29,27,24)
#000000
(0,0,0)

Tints of #DBCFE0

#DBCFE0
(219,207,224)
#DED3E2
(222,211,226)
#E1D7E4
(225,215,228)
#E4DBE6
(228,219,230)
#E7DFE8
(231,223,232)
#EAE3EA
(234,227,234)
#EDE7EC
(237,231,236)
#F0EBEE
(240,235,238)
#F3EFF0
(243,239,240)
#F6F3F2
(246,243,242)
#F9F7F4
(249,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBCFE0; }

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

This text font color is #DBCFE0.


Background Color

.myBgColor { background-color: #DBCFE0; }

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

This div background color is #DBCFE0.


Border color

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

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

This div border color is #DBCFE0.


Opacity

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

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

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

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

This text has shadow with #DBCFE0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBCFE0 on black background.


Color preview on white background

This text has color #DBCFE0 on white background.



Black color preview on #DBCFE0 background

This text has black color on #DBCFE0 background.


White color preview on #DBCFE0 background

This text has white color on #DBCFE0 background.