COLOR #DBC0EC

HEX: #DBC0EC
RGB: (219,192,236)

Color info

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

RGB color model

#DBC0EC color RGB value is (219,192,236).

  • red value is 219;
  • green value is 192;
  • blue value is 236.
RGB:
(219,192,236)
(86%,75%,93%)

RGB channels and saturation

R 219 of 255 = 86%
G 192 of 255 = 75%
B 236 of 255 = 93%

219
192
236

R + G + B ~ 85%. #DBC0EC is quite light color.

Portions of RGB colors in percentages

R + G + B =
219 + 192 + 236 = 647 (100%)
R 219 of 647 ~ 33.85%
G 192 of 647 ~ 29.68%
B 236 of 647 ~ 36.48%

%33.85
%29.68
%36.48

CMYK color model

#DBC0EC color CMYK value is (7,19,0,7).

  • cyan value is 7.20%
  • magenta value is 18.64%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(7,19,0,7)
C7M19Y0K7 
(7%,19%,0%,7%)
(0.07/0.19/0.00/0.07)	

CMYK percentages

%7.2
%18.64
%0
%7.45

Codes

Color #DBC0EC in popluar color models

DBC0EC
RGB219192236
HSL277°53.66%83.92%
HSB/HSV277°18.64%92.55%
CMYK7.20%18.64%0.00%
7.45%

Color #DBC0EC in popluar number systems.

HEXDBC0EC
Decimal219192236
Binary110110111100000011101100
Octal333300354

Shades and tints

Shades of #DBC0EC

#DBC0EC
(219,192,236)
#C8AFD7
(200,175,215)
#B59EC2
(181,158,194)
#A28DAD
(162,141,173)
#8F7C98
(143,124,152)
#7C6B83
(124,107,131)
#695A6E
(105,90,110)
#564959
(86,73,89)
#433844
(67,56,68)
#30272F
(48,39,47)
#1D161A
(29,22,26)
#000000
(0,0,0)

Tints of #DBC0EC

#DBC0EC
(219,192,236)
#DEC5ED
(222,197,237)
#E1CAEE
(225,202,238)
#E4CFEF
(228,207,239)
#E7D4F0
(231,212,240)
#EAD9F1
(234,217,241)
#EDDEF2
(237,222,242)
#F0E3F3
(240,227,243)
#F3E8F4
(243,232,244)
#F6EDF5
(246,237,245)
#F9F2F6
(249,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBC0EC color. Also use rgb(219,192,236) instead hex code.

Text Font Color

.myTextColor { color: #DBC0EC; }

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

This text font color is #DBC0EC.


Background Color

.myBgColor { background-color: #DBC0EC; }

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

This div background color is #DBC0EC.


Border color

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

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

This div border color is #DBC0EC.


Opacity

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

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

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

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

This text has shadow with #DBC0EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBC0EC on black background.


Color preview on white background

This text has color #DBC0EC on white background.



Black color preview on #DBC0EC background

This text has black color on #DBC0EC background.


White color preview on #DBC0EC background

This text has white color on #DBC0EC background.