COLOR #DBCCF7

HEX: #DBCCF7
RGB: (219,204,247)

Color info

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

RGB color model

#DBCCF7 color RGB value is (219,204,247).

  • red value is 219;
  • green value is 204;
  • blue value is 247.
RGB:
(219,204,247)
(86%,80%,97%)

RGB channels and saturation

R 219 of 255 = 86%
G 204 of 255 = 80%
B 247 of 255 = 97%

219
204
247

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

Portions of RGB colors in percentages

R + G + B =
219 + 204 + 247 = 670 (100%)
R 219 of 670 ~ 32.69%
G 204 of 670 ~ 30.45%
B 247 of 670 ~ 36.87%

%32.69
%30.45
%36.87

CMYK color model

#DBCCF7 color CMYK value is (11,17,0,3).

  • cyan value is 11.34%
  • magenta value is 17.41%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK:
(11,17,0,3)
C11M17Y0K3 
(11%,17%,0%,3%)
(0.11/0.17/0.00/0.03)	

CMYK percentages

%11.34
%17.41
%0
%3.14

Codes

Color #DBCCF7 in popluar color models

DBCCF7
RGB219204247
HSL261°72.88%88.43%
HSB/HSV261°17.41%96.86%
CMYK11.34%17.41%0.00%
3.14%

Color #DBCCF7 in popluar number systems.

HEXDBCCF7
Decimal219204247
Binary110110111100110011110111
Octal333314367

Shades and tints

Shades of #DBCCF7

#DBCCF7
(219,204,247)
#C8BAE1
(200,186,225)
#B5A8CB
(181,168,203)
#A296B5
(162,150,181)
#8F849F
(143,132,159)
#7C7289
(124,114,137)
#696073
(105,96,115)
#564E5D
(86,78,93)
#433C47
(67,60,71)
#302A31
(48,42,49)
#1D181B
(29,24,27)
#000000
(0,0,0)

Tints of #DBCCF7

#DBCCF7
(219,204,247)
#DED0F7
(222,208,247)
#E1D4F7
(225,212,247)
#E4D8F7
(228,216,247)
#E7DCF7
(231,220,247)
#EAE0F7
(234,224,247)
#EDE4F7
(237,228,247)
#F0E8F7
(240,232,247)
#F3ECF7
(243,236,247)
#F6F0F7
(246,240,247)
#F9F4F7
(249,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBCCF7 color. Also use rgb(219,204,247) instead hex code.

Text Font Color

.myTextColor { color: #DBCCF7; }

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

This text font color is #DBCCF7.


Background Color

.myBgColor { background-color: #DBCCF7; }

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

This div background color is #DBCCF7.


Border color

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

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

This div border color is #DBCCF7.


Opacity

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

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

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

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

This text has shadow with #DBCCF7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBCCF7 on black background.


Color preview on white background

This text has color #DBCCF7 on white background.



Black color preview on #DBCCF7 background

This text has black color on #DBCCF7 background.


White color preview on #DBCCF7 background

This text has white color on #DBCCF7 background.