COLOR #DBCBF6

HEX: #DBCBF6
RGB: (219,203,246)

Color info

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

RGB color model

#DBCBF6 color RGB value is (219,203,246).

  • red value is 219;
  • green value is 203;
  • blue value is 246.
RGB:
(219,203,246)
(86%,80%,96%)

RGB channels and saturation

R 219 of 255 = 86%
G 203 of 255 = 80%
B 246 of 255 = 96%

219
203
246

R + G + B ~ 87%. #DBCBF6 is light color.

Portions of RGB colors in percentages

R + G + B =
219 + 203 + 246 = 668 (100%)
R 219 of 668 ~ 32.78%
G 203 of 668 ~ 30.39%
B 246 of 668 ~ 36.83%

%32.78
%30.39
%36.83

CMYK color model

#DBCBF6 color CMYK value is (11,17,0,4).

  • cyan value is 10.98%
  • magenta value is 17.48%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(11,17,0,4)
C11M17Y0K4 
(11%,17%,0%,4%)
(0.11/0.17/0.00/0.04)	

CMYK percentages

%10.98
%17.48
%0
%3.53

Codes

Color #DBCBF6 in popluar color models

DBCBF6
RGB219203246
HSL262°70.49%88.04%
HSB/HSV262°17.48%96.47%
CMYK10.98%17.48%0.00%
3.53%

Color #DBCBF6 in popluar number systems.

HEXDBCBF6
Decimal219203246
Binary110110111100101111110110
Octal333313366

Shades and tints

Shades of #DBCBF6

#DBCBF6
(219,203,246)
#C8B9E0
(200,185,224)
#B5A7CA
(181,167,202)
#A295B4
(162,149,180)
#8F839E
(143,131,158)
#7C7188
(124,113,136)
#695F72
(105,95,114)
#564D5C
(86,77,92)
#433B46
(67,59,70)
#302930
(48,41,48)
#1D171A
(29,23,26)
#000000
(0,0,0)

Tints of #DBCBF6

#DBCBF6
(219,203,246)
#DECFF6
(222,207,246)
#E1D3F6
(225,211,246)
#E4D7F6
(228,215,246)
#E7DBF6
(231,219,246)
#EADFF6
(234,223,246)
#EDE3F6
(237,227,246)
#F0E7F6
(240,231,246)
#F3EBF6
(243,235,246)
#F6EFF6
(246,239,246)
#F9F3F6
(249,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBCBF6 color. Also use rgb(219,203,246) instead hex code.

Text Font Color

.myTextColor { color: #DBCBF6; }

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

This text font color is #DBCBF6.


Background Color

.myBgColor { background-color: #DBCBF6; }

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

This div background color is #DBCBF6.


Border color

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

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

This div border color is #DBCBF6.


Opacity

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

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

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

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

This text has shadow with #DBCBF6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBCBF6 on black background.


Color preview on white background

This text has color #DBCBF6 on white background.



Black color preview on #DBCBF6 background

This text has black color on #DBCBF6 background.


White color preview on #DBCBF6 background

This text has white color on #DBCBF6 background.