COLOR #DBCBF4

HEX: #DBCBF4
RGB: (219,203,244)

Color info

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

RGB color model

#DBCBF4 color RGB value is (219,203,244).

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

RGB channels and saturation

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

219
203
244

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

Portions of RGB colors in percentages

R + G + B =
219 + 203 + 244 = 666 (100%)
R 219 of 666 ~ 32.88%
G 203 of 666 ~ 30.48%
B 244 of 666 ~ 36.64%

%32.88
%30.48
%36.64

CMYK color model

#DBCBF4 color CMYK value is (10,17,0,4).

  • cyan value is 10.25%
  • magenta value is 16.80%
  • yellow value is 0.00%
  • key color value is 4.31%
CMYK:
(10,17,0,4)
C10M17Y0K4 
(10%,17%,0%,4%)
(0.10/0.17/0.00/0.04)	

CMYK percentages

%10.25
%16.8
%0
%4.31

Codes

Color #DBCBF4 in popluar color models

DBCBF4
RGB219203244
HSL263°65.08%87.65%
HSB/HSV263°16.80%95.69%
CMYK10.25%16.80%0.00%
4.31%

Color #DBCBF4 in popluar number systems.

HEXDBCBF4
Decimal219203244
Binary110110111100101111110100
Octal333313364

Shades and tints

Shades of #DBCBF4

#DBCBF4
(219,203,244)
#C8B9DE
(200,185,222)
#B5A7C8
(181,167,200)
#A295B2
(162,149,178)
#8F839C
(143,131,156)
#7C7186
(124,113,134)
#695F70
(105,95,112)
#564D5A
(86,77,90)
#433B44
(67,59,68)
#30292E
(48,41,46)
#1D1718
(29,23,24)
#000000
(0,0,0)

Tints of #DBCBF4

#DBCBF4
(219,203,244)
#DECFF5
(222,207,245)
#E1D3F6
(225,211,246)
#E4D7F7
(228,215,247)
#E7DBF8
(231,219,248)
#EADFF9
(234,223,249)
#EDE3FA
(237,227,250)
#F0E7FB
(240,231,251)
#F3EBFC
(243,235,252)
#F6EFFD
(246,239,253)
#F9F3FE
(249,243,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBCBF4; }

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

This text font color is #DBCBF4.


Background Color

.myBgColor { background-color: #DBCBF4; }

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

This div background color is #DBCBF4.


Border color

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

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

This div border color is #DBCBF4.


Opacity

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

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

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

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

This text has shadow with #DBCBF4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBCBF4 on black background.


Color preview on white background

This text has color #DBCBF4 on white background.



Black color preview on #DBCBF4 background

This text has black color on #DBCBF4 background.


White color preview on #DBCBF4 background

This text has white color on #DBCBF4 background.