COLOR #DBCFF0

HEX: #DBCFF0
RGB: (219,207,240)

Color info

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

RGB color model

#DBCFF0 color RGB value is (219,207,240).

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

RGB channels and saturation

R 219 of 255 = 86%
G 207 of 255 = 81%
B 240 of 255 = 94%

219
207
240

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

Portions of RGB colors in percentages

R + G + B =
219 + 207 + 240 = 666 (100%)
R 219 of 666 ~ 32.88%
G 207 of 666 ~ 31.08%
B 240 of 666 ~ 36.04%

%32.88
%31.08
%36.04

CMYK color model

#DBCFF0 color CMYK value is (9,14,0,6).

  • cyan value is 8.75%
  • magenta value is 13.75%
  • yellow value is 0.00%
  • key color value is 5.88%
CMYK:
(9,14,0,6)
C9M14Y0K6 
(9%,14%,0%,6%)
(0.09/0.14/0.00/0.06)	

CMYK percentages

%8.75
%13.75
%0
%5.88

Codes

Color #DBCFF0 in popluar color models

DBCFF0
RGB219207240
HSL262°52.38%87.65%
HSB/HSV262°13.75%94.12%
CMYK8.75%13.75%0.00%
5.88%

Color #DBCFF0 in popluar number systems.

HEXDBCFF0
Decimal219207240
Binary110110111100111111110000
Octal333317360

Shades and tints

Shades of #DBCFF0

#DBCFF0
(219,207,240)
#C8BDDB
(200,189,219)
#B5ABC6
(181,171,198)
#A299B1
(162,153,177)
#8F879C
(143,135,156)
#7C7587
(124,117,135)
#696372
(105,99,114)
#56515D
(86,81,93)
#433F48
(67,63,72)
#302D33
(48,45,51)
#1D1B1E
(29,27,30)
#000000
(0,0,0)

Tints of #DBCFF0

#DBCFF0
(219,207,240)
#DED3F1
(222,211,241)
#E1D7F2
(225,215,242)
#E4DBF3
(228,219,243)
#E7DFF4
(231,223,244)
#EAE3F5
(234,227,245)
#EDE7F6
(237,231,246)
#F0EBF7
(240,235,247)
#F3EFF8
(243,239,248)
#F6F3F9
(246,243,249)
#F9F7FA
(249,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBCFF0; }

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

This text font color is #DBCFF0.


Background Color

.myBgColor { background-color: #DBCFF0; }

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

This div background color is #DBCFF0.


Border color

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

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

This div border color is #DBCFF0.


Opacity

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

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

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

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

This text has shadow with #DBCFF0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBCFF0 on black background.


Color preview on white background

This text has color #DBCFF0 on white background.



Black color preview on #DBCFF0 background

This text has black color on #DBCFF0 background.


White color preview on #DBCFF0 background

This text has white color on #DBCFF0 background.