COLOR #DBCFFA

HEX: #DBCFFA
RGB: (219,207,250)

Color info

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

RGB color model

#DBCFFA color RGB value is (219,207,250).

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

RGB channels and saturation

R 219 of 255 = 86%
G 207 of 255 = 81%
B 250 of 255 = 98%

219
207
250

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

Portions of RGB colors in percentages

R + G + B =
219 + 207 + 250 = 676 (100%)
R 219 of 676 ~ 32.4%
G 207 of 676 ~ 30.62%
B 250 of 676 ~ 36.98%

%32.4
%30.62
%36.98

CMYK color model

#DBCFFA color CMYK value is (12,17,0,2).

  • cyan value is 12.40%
  • magenta value is 17.20%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(12,17,0,2)
C12M17Y0K2 
(12%,17%,0%,2%)
(0.12/0.17/0.00/0.02)	

CMYK percentages

%12.4
%17.2
%0
%1.96

Codes

Color #DBCFFA in popluar color models

DBCFFA
RGB219207250
HSL257°81.13%89.61%
HSB/HSV257°17.20%98.04%
CMYK12.40%17.20%0.00%
1.96%

Color #DBCFFA in popluar number systems.

HEXDBCFFA
Decimal219207250
Binary110110111100111111111010
Octal333317372

Shades and tints

Shades of #DBCFFA

#DBCFFA
(219,207,250)
#C8BDE4
(200,189,228)
#B5ABCE
(181,171,206)
#A299B8
(162,153,184)
#8F87A2
(143,135,162)
#7C758C
(124,117,140)
#696376
(105,99,118)
#565160
(86,81,96)
#433F4A
(67,63,74)
#302D34
(48,45,52)
#1D1B1E
(29,27,30)
#000000
(0,0,0)

Tints of #DBCFFA

#DBCFFA
(219,207,250)
#DED3FA
(222,211,250)
#E1D7FA
(225,215,250)
#E4DBFA
(228,219,250)
#E7DFFA
(231,223,250)
#EAE3FA
(234,227,250)
#EDE7FA
(237,231,250)
#F0EBFA
(240,235,250)
#F3EFFA
(243,239,250)
#F6F3FA
(246,243,250)
#F9F7FA
(249,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBCFFA; }

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

This text font color is #DBCFFA.


Background Color

.myBgColor { background-color: #DBCFFA; }

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

This div background color is #DBCFFA.


Border color

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

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

This div border color is #DBCFFA.


Opacity

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

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

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

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

This text has shadow with #DBCFFA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBCFFA on black background.


Color preview on white background

This text has color #DBCFFA on white background.



Black color preview on #DBCFFA background

This text has black color on #DBCFFA background.


White color preview on #DBCFFA background

This text has white color on #DBCFFA background.