COLOR #DBC7F2

HEX: #DBC7F2
RGB: (219,199,242)

Color info

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

RGB color model

#DBC7F2 color RGB value is (219,199,242).

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

RGB channels and saturation

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

219
199
242

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

Portions of RGB colors in percentages

R + G + B =
219 + 199 + 242 = 660 (100%)
R 219 of 660 ~ 33.18%
G 199 of 660 ~ 30.15%
B 242 of 660 ~ 36.67%

%33.18
%30.15
%36.67

CMYK color model

#DBC7F2 color CMYK value is (10,18,0,5).

  • cyan value is 9.50%
  • magenta value is 17.77%
  • yellow value is 0.00%
  • key color value is 5.10%
CMYK:
(10,18,0,5)
C10M18Y0K5 
(10%,18%,0%,5%)
(0.10/0.18/0.00/0.05)	

CMYK percentages

%9.5
%17.77
%0
%5.1

Codes

Color #DBC7F2 in popluar color models

DBC7F2
RGB219199242
HSL268°62.32%86.47%
HSB/HSV268°17.77%94.90%
CMYK9.50%17.77%0.00%
5.10%

Color #DBC7F2 in popluar number systems.

HEXDBC7F2
Decimal219199242
Binary110110111100011111110010
Octal333307362

Shades and tints

Shades of #DBC7F2

#DBC7F2
(219,199,242)
#C8B5DC
(200,181,220)
#B5A3C6
(181,163,198)
#A291B0
(162,145,176)
#8F7F9A
(143,127,154)
#7C6D84
(124,109,132)
#695B6E
(105,91,110)
#564958
(86,73,88)
#433742
(67,55,66)
#30252C
(48,37,44)
#1D1316
(29,19,22)
#000000
(0,0,0)

Tints of #DBC7F2

#DBC7F2
(219,199,242)
#DECCF3
(222,204,243)
#E1D1F4
(225,209,244)
#E4D6F5
(228,214,245)
#E7DBF6
(231,219,246)
#EAE0F7
(234,224,247)
#EDE5F8
(237,229,248)
#F0EAF9
(240,234,249)
#F3EFFA
(243,239,250)
#F6F4FB
(246,244,251)
#F9F9FC
(249,249,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBC7F2; }

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

This text font color is #DBC7F2.


Background Color

.myBgColor { background-color: #DBC7F2; }

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

This div background color is #DBC7F2.


Border color

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

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

This div border color is #DBC7F2.


Opacity

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

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

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

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

This text has shadow with #DBC7F2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBC7F2 on black background.


Color preview on white background

This text has color #DBC7F2 on white background.



Black color preview on #DBC7F2 background

This text has black color on #DBC7F2 background.


White color preview on #DBC7F2 background

This text has white color on #DBC7F2 background.