COLOR #DBCBE3

HEX: #DBCBE3
RGB: (219,203,227)

Color info

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

RGB color model

#DBCBE3 color RGB value is (219,203,227).

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

RGB channels and saturation

R 219 of 255 = 86%
G 203 of 255 = 80%
B 227 of 255 = 89%

219
203
227

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

Portions of RGB colors in percentages

R + G + B =
219 + 203 + 227 = 649 (100%)
R 219 of 649 ~ 33.74%
G 203 of 649 ~ 31.28%
B 227 of 649 ~ 34.98%

%33.74
%31.28
%34.98

CMYK color model

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

  • cyan value is 3.52%
  • magenta value is 10.57%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(4,11,0,11)
C4M11Y0K11 
(4%,11%,0%,11%)
(0.04/0.11/0.00/0.11)	

CMYK percentages

%3.52
%10.57
%0
%10.98

Codes

Color #DBCBE3 in popluar color models

DBCBE3
RGB219203227
HSL280°30.00%84.31%
HSB/HSV280°10.57%89.02%
CMYK3.52%10.57%0.00%
10.98%

Color #DBCBE3 in popluar number systems.

HEXDBCBE3
Decimal219203227
Binary110110111100101111100011
Octal333313343

Shades and tints

Shades of #DBCBE3

#DBCBE3
(219,203,227)
#C8B9CF
(200,185,207)
#B5A7BB
(181,167,187)
#A295A7
(162,149,167)
#8F8393
(143,131,147)
#7C717F
(124,113,127)
#695F6B
(105,95,107)
#564D57
(86,77,87)
#433B43
(67,59,67)
#30292F
(48,41,47)
#1D171B
(29,23,27)
#000000
(0,0,0)

Tints of #DBCBE3

#DBCBE3
(219,203,227)
#DECFE5
(222,207,229)
#E1D3E7
(225,211,231)
#E4D7E9
(228,215,233)
#E7DBEB
(231,219,235)
#EADFED
(234,223,237)
#EDE3EF
(237,227,239)
#F0E7F1
(240,231,241)
#F3EBF3
(243,235,243)
#F6EFF5
(246,239,245)
#F9F3F7
(249,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBCBE3; }

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

This text font color is #DBCBE3.


Background Color

.myBgColor { background-color: #DBCBE3; }

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

This div background color is #DBCBE3.


Border color

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

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

This div border color is #DBCBE3.


Opacity

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

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

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

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

This text has shadow with #DBCBE3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBCBE3 on black background.


Color preview on white background

This text has color #DBCBE3 on white background.



Black color preview on #DBCBE3 background

This text has black color on #DBCBE3 background.


White color preview on #DBCBE3 background

This text has white color on #DBCBE3 background.