COLOR #DBCAD9

HEX: #DBCAD9
RGB: (219,202,217)

Color info

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

RGB color model

#DBCAD9 color RGB value is (219,202,217).

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

RGB channels and saturation

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

219
202
217

R + G + B ~ 83%. #DBCAD9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
219 + 202 + 217 = 638 (100%)
R 219 of 638 ~ 34.33%
G 202 of 638 ~ 31.66%
B 217 of 638 ~ 34.01%

%34.33
%31.66
%34.01

CMYK color model

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

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

CMYK percentages

%0
%7.76
%0.91
%14.12

Codes

Color #DBCAD9 in popluar color models

DBCAD9
RGB219202217
HSL307°19.10%82.55%
HSB/HSV307°7.76%85.88%
CMYK0.00%7.76%0.91%
14.12%

Color #DBCAD9 in popluar number systems.

HEXDBCAD9
Decimal219202217
Binary110110111100101011011001
Octal333312331

Shades and tints

Shades of #DBCAD9

#DBCAD9
(219,202,217)
#C8B8C6
(200,184,198)
#B5A6B3
(181,166,179)
#A294A0
(162,148,160)
#8F828D
(143,130,141)
#7C707A
(124,112,122)
#695E67
(105,94,103)
#564C54
(86,76,84)
#433A41
(67,58,65)
#30282E
(48,40,46)
#1D161B
(29,22,27)
#000000
(0,0,0)

Tints of #DBCAD9

#DBCAD9
(219,202,217)
#DECEDC
(222,206,220)
#E1D2DF
(225,210,223)
#E4D6E2
(228,214,226)
#E7DAE5
(231,218,229)
#EADEE8
(234,222,232)
#EDE2EB
(237,226,235)
#F0E6EE
(240,230,238)
#F3EAF1
(243,234,241)
#F6EEF4
(246,238,244)
#F9F2F7
(249,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBCAD9; }

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

This text font color is #DBCAD9.


Background Color

.myBgColor { background-color: #DBCAD9; }

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

This div background color is #DBCAD9.


Border color

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

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

This div border color is #DBCAD9.


Opacity

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

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

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

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

This text has shadow with #DBCAD9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBCAD9 on black background.


Color preview on white background

This text has color #DBCAD9 on white background.



Black color preview on #DBCAD9 background

This text has black color on #DBCAD9 background.


White color preview on #DBCAD9 background

This text has white color on #DBCAD9 background.