COLOR #DBC8F2

HEX: #DBC8F2
RGB: (219,200,242)

Color info

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

RGB color model

#DBC8F2 color RGB value is (219,200,242).

  • red value is 219;
  • green value is 200;
  • blue value is 242.
RGB:
(219,200,242)
(86%,78%,95%)

RGB channels and saturation

R 219 of 255 = 86%
G 200 of 255 = 78%
B 242 of 255 = 95%

219
200
242

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

Portions of RGB colors in percentages

R + G + B =
219 + 200 + 242 = 661 (100%)
R 219 of 661 ~ 33.13%
G 200 of 661 ~ 30.26%
B 242 of 661 ~ 36.61%

%33.13
%30.26
%36.61

CMYK color model

#DBC8F2 color CMYK value is (10,17,0,5).

  • cyan value is 9.50%
  • magenta value is 17.36%
  • yellow value is 0.00%
  • key color value is 5.10%
CMYK:
(10,17,0,5)
C10M17Y0K5 
(10%,17%,0%,5%)
(0.10/0.17/0.00/0.05)	

CMYK percentages

%9.5
%17.36
%0
%5.1

Codes

Color #DBC8F2 in popluar color models

DBC8F2
RGB219200242
HSL267°61.76%86.67%
HSB/HSV267°17.36%94.90%
CMYK9.50%17.36%0.00%
5.10%

Color #DBC8F2 in popluar number systems.

HEXDBC8F2
Decimal219200242
Binary110110111100100011110010
Octal333310362

Shades and tints

Shades of #DBC8F2

#DBC8F2
(219,200,242)
#C8B6DC
(200,182,220)
#B5A4C6
(181,164,198)
#A292B0
(162,146,176)
#8F809A
(143,128,154)
#7C6E84
(124,110,132)
#695C6E
(105,92,110)
#564A58
(86,74,88)
#433842
(67,56,66)
#30262C
(48,38,44)
#1D1416
(29,20,22)
#000000
(0,0,0)

Tints of #DBC8F2

#DBC8F2
(219,200,242)
#DECDF3
(222,205,243)
#E1D2F4
(225,210,244)
#E4D7F5
(228,215,245)
#E7DCF6
(231,220,246)
#EAE1F7
(234,225,247)
#EDE6F8
(237,230,248)
#F0EBF9
(240,235,249)
#F3F0FA
(243,240,250)
#F6F5FB
(246,245,251)
#F9FAFC
(249,250,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBC8F2 color. Also use rgb(219,200,242) instead hex code.

Text Font Color

.myTextColor { color: #DBC8F2; }

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

This text font color is #DBC8F2.


Background Color

.myBgColor { background-color: #DBC8F2; }

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

This div background color is #DBC8F2.


Border color

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

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

This div border color is #DBC8F2.


Opacity

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

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

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

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

This text has shadow with #DBC8F2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBC8F2 on black background.


Color preview on white background

This text has color #DBC8F2 on white background.



Black color preview on #DBC8F2 background

This text has black color on #DBC8F2 background.


White color preview on #DBC8F2 background

This text has white color on #DBC8F2 background.