COLOR #DBCBE1

HEX: #DBCBE1
RGB: (219,203,225)

Color info

#DBCBE1 contains red, green and blue colors in about the same proportion. Web safe color of #DBCBE1 is #CCCCCC (or #CCC).

RGB color model

#DBCBE1 color RGB value is (219,203,225).

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

RGB channels and saturation

R 219 of 255 = 86%
G 203 of 255 = 80%
B 225 of 255 = 88%

219
203
225

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

Portions of RGB colors in percentages

R + G + B =
219 + 203 + 225 = 647 (100%)
R 219 of 647 ~ 33.85%
G 203 of 647 ~ 31.38%
B 225 of 647 ~ 34.78%

%33.85
%31.38
%34.78

CMYK color model

#DBCBE1 color CMYK value is (3,10,0,12).

  • cyan value is 2.67%
  • magenta value is 9.78%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(3,10,0,12)
C3M10Y0K12 
(3%,10%,0%,12%)
(0.03/0.10/0.00/0.12)	

CMYK percentages

%2.67
%9.78
%0
%11.76

Codes

Color #DBCBE1 in popluar color models

DBCBE1
RGB219203225
HSL284°26.83%83.92%
HSB/HSV284°9.78%88.24%
CMYK2.67%9.78%0.00%
11.76%

Color #DBCBE1 in popluar number systems.

HEXDBCBE1
Decimal219203225
Binary110110111100101111100001
Octal333313341

Shades and tints

Shades of #DBCBE1

#DBCBE1
(219,203,225)
#C8B9CD
(200,185,205)
#B5A7B9
(181,167,185)
#A295A5
(162,149,165)
#8F8391
(143,131,145)
#7C717D
(124,113,125)
#695F69
(105,95,105)
#564D55
(86,77,85)
#433B41
(67,59,65)
#30292D
(48,41,45)
#1D1719
(29,23,25)
#000000
(0,0,0)

Tints of #DBCBE1

#DBCBE1
(219,203,225)
#DECFE3
(222,207,227)
#E1D3E5
(225,211,229)
#E4D7E7
(228,215,231)
#E7DBE9
(231,219,233)
#EADFEB
(234,223,235)
#EDE3ED
(237,227,237)
#F0E7EF
(240,231,239)
#F3EBF1
(243,235,241)
#F6EFF3
(246,239,243)
#F9F3F5
(249,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBCBE1; }

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

This text font color is #DBCBE1.


Background Color

.myBgColor { background-color: #DBCBE1; }

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

This div background color is #DBCBE1.


Border color

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

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

This div border color is #DBCBE1.


Opacity

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

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

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

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

This text has shadow with #DBCBE1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBCBE1 on black background.


Color preview on white background

This text has color #DBCBE1 on white background.



Black color preview on #DBCBE1 background

This text has black color on #DBCBE1 background.


White color preview on #DBCBE1 background

This text has white color on #DBCBE1 background.