COLOR #DBCBDB

HEX: #DBCBDB
RGB: (219,203,219)

Color info

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

RGB color model

#DBCBDB color RGB value is (219,203,219).

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

RGB channels and saturation

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

219
203
219

R + G + B ~ 84%. #DBCBDB is quite light color.

Portions of RGB colors in percentages

R + G + B =
219 + 203 + 219 = 641 (100%)
R 219 of 641 ~ 34.17%
G 203 of 641 ~ 31.67%
B 219 of 641 ~ 34.17%

%34.17
%31.67
%34.17

CMYK color model

#DBCBDB color CMYK value is (0,7,0,14).

  • cyan value is 0.00%
  • magenta value is 7.31%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(0,7,0,14)
C0M7Y0K14 
(0%,7%,0%,14%)
(0.00/0.07/0.00/0.14)	

CMYK percentages

%0
%7.31
%0
%14.12

Codes

Color #DBCBDB in popluar color models

DBCBDB
RGB219203219
HSL300°18.18%82.75%
HSB/HSV300°7.31%85.88%
CMYK0.00%7.31%0.00%
14.12%

Color #DBCBDB in popluar number systems.

HEXDBCBDB
Decimal219203219
Binary110110111100101111011011
Octal333313333

Shades and tints

Shades of #DBCBDB

#DBCBDB
(219,203,219)
#C8B9C8
(200,185,200)
#B5A7B5
(181,167,181)
#A295A2
(162,149,162)
#8F838F
(143,131,143)
#7C717C
(124,113,124)
#695F69
(105,95,105)
#564D56
(86,77,86)
#433B43
(67,59,67)
#302930
(48,41,48)
#1D171D
(29,23,29)
#000000
(0,0,0)

Tints of #DBCBDB

#DBCBDB
(219,203,219)
#DECFDE
(222,207,222)
#E1D3E1
(225,211,225)
#E4D7E4
(228,215,228)
#E7DBE7
(231,219,231)
#EADFEA
(234,223,234)
#EDE3ED
(237,227,237)
#F0E7F0
(240,231,240)
#F3EBF3
(243,235,243)
#F6EFF6
(246,239,246)
#F9F3F9
(249,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBCBDB; }

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

This text font color is #DBCBDB.


Background Color

.myBgColor { background-color: #DBCBDB; }

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

This div background color is #DBCBDB.


Border color

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

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

This div border color is #DBCBDB.


Opacity

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

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

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

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

This text has shadow with #DBCBDB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBCBDB on black background.


Color preview on white background

This text has color #DBCBDB on white background.



Black color preview on #DBCBDB background

This text has black color on #DBCBDB background.


White color preview on #DBCBDB background

This text has white color on #DBCBDB background.