COLOR #DBCBD8

HEX: #DBCBD8
RGB: (219,203,216)

Color info

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

RGB color model

#DBCBD8 color RGB value is (219,203,216).

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

RGB channels and saturation

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

219
203
216

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

Portions of RGB colors in percentages

R + G + B =
219 + 203 + 216 = 638 (100%)
R 219 of 638 ~ 34.33%
G 203 of 638 ~ 31.82%
B 216 of 638 ~ 33.86%

%34.33
%31.82
%33.86

CMYK color model

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

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

CMYK percentages

%0
%7.31
%1.37
%14.12

Codes

Color #DBCBD8 in popluar color models

DBCBD8
RGB219203216
HSL311°18.18%82.75%
HSB/HSV311°7.31%85.88%
CMYK0.00%7.31%1.37%
14.12%

Color #DBCBD8 in popluar number systems.

HEXDBCBD8
Decimal219203216
Binary110110111100101111011000
Octal333313330

Shades and tints

Shades of #DBCBD8

#DBCBD8
(219,203,216)
#C8B9C5
(200,185,197)
#B5A7B2
(181,167,178)
#A2959F
(162,149,159)
#8F838C
(143,131,140)
#7C7179
(124,113,121)
#695F66
(105,95,102)
#564D53
(86,77,83)
#433B40
(67,59,64)
#30292D
(48,41,45)
#1D171A
(29,23,26)
#000000
(0,0,0)

Tints of #DBCBD8

#DBCBD8
(219,203,216)
#DECFDB
(222,207,219)
#E1D3DE
(225,211,222)
#E4D7E1
(228,215,225)
#E7DBE4
(231,219,228)
#EADFE7
(234,223,231)
#EDE3EA
(237,227,234)
#F0E7ED
(240,231,237)
#F3EBF0
(243,235,240)
#F6EFF3
(246,239,243)
#F9F3F6
(249,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBCBD8; }

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

This text font color is #DBCBD8.


Background Color

.myBgColor { background-color: #DBCBD8; }

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

This div background color is #DBCBD8.


Border color

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

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

This div border color is #DBCBD8.


Opacity

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

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

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

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

This text has shadow with #DBCBD8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBCBD8 on black background.


Color preview on white background

This text has color #DBCBD8 on white background.



Black color preview on #DBCBD8 background

This text has black color on #DBCBD8 background.


White color preview on #DBCBD8 background

This text has white color on #DBCBD8 background.