COLOR #DBCADB

HEX: #DBCADB
RGB: (219,202,219)

Color info

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

RGB color model

#DBCADB color RGB value is (219,202,219).

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

RGB channels and saturation

R 219 of 255 = 86%
G 202 of 255 = 79%
B 219 of 255 = 86%

219
202
219

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

Portions of RGB colors in percentages

R + G + B =
219 + 202 + 219 = 640 (100%)
R 219 of 640 ~ 34.22%
G 202 of 640 ~ 31.56%
B 219 of 640 ~ 34.22%

%34.22
%31.56
%34.22

CMYK color model

#DBCADB color CMYK value is (0,8,0,14).

  • cyan value is 0.00%
  • magenta value is 7.76%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(0,8,0,14)
C0M8Y0K14 
(0%,8%,0%,14%)
(0.00/0.08/0.00/0.14)	

CMYK percentages

%0
%7.76
%0
%14.12

Codes

Color #DBCADB in popluar color models

DBCADB
RGB219202219
HSL300°19.10%82.55%
HSB/HSV300°7.76%85.88%
CMYK0.00%7.76%0.00%
14.12%

Color #DBCADB in popluar number systems.

HEXDBCADB
Decimal219202219
Binary110110111100101011011011
Octal333312333

Shades and tints

Shades of #DBCADB

#DBCADB
(219,202,219)
#C8B8C8
(200,184,200)
#B5A6B5
(181,166,181)
#A294A2
(162,148,162)
#8F828F
(143,130,143)
#7C707C
(124,112,124)
#695E69
(105,94,105)
#564C56
(86,76,86)
#433A43
(67,58,67)
#302830
(48,40,48)
#1D161D
(29,22,29)
#000000
(0,0,0)

Tints of #DBCADB

#DBCADB
(219,202,219)
#DECEDE
(222,206,222)
#E1D2E1
(225,210,225)
#E4D6E4
(228,214,228)
#E7DAE7
(231,218,231)
#EADEEA
(234,222,234)
#EDE2ED
(237,226,237)
#F0E6F0
(240,230,240)
#F3EAF3
(243,234,243)
#F6EEF6
(246,238,246)
#F9F2F9
(249,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBCADB; }

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

This text font color is #DBCADB.


Background Color

.myBgColor { background-color: #DBCADB; }

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

This div background color is #DBCADB.


Border color

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

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

This div border color is #DBCADB.


Opacity

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

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

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

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

This text has shadow with #DBCADB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBCADB on black background.


Color preview on white background

This text has color #DBCADB on white background.



Black color preview on #DBCADB background

This text has black color on #DBCADB background.


White color preview on #DBCADB background

This text has white color on #DBCADB background.