COLOR #DBCAD3

HEX: #DBCAD3
RGB: (219,202,211)

Color info

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

RGB color model

#DBCAD3 color RGB value is (219,202,211).

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

RGB channels and saturation

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

219
202
211

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

Portions of RGB colors in percentages

R + G + B =
219 + 202 + 211 = 632 (100%)
R 219 of 632 ~ 34.65%
G 202 of 632 ~ 31.96%
B 211 of 632 ~ 33.39%

%34.65
%31.96
%33.39

CMYK color model

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

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

CMYK percentages

%0
%7.76
%3.65
%14.12

Codes

Color #DBCAD3 in popluar color models

DBCAD3
RGB219202211
HSL328°19.10%82.55%
HSB/HSV328°7.76%85.88%
CMYK0.00%7.76%3.65%
14.12%

Color #DBCAD3 in popluar number systems.

HEXDBCAD3
Decimal219202211
Binary110110111100101011010011
Octal333312323

Shades and tints

Shades of #DBCAD3

#DBCAD3
(219,202,211)
#C8B8C0
(200,184,192)
#B5A6AD
(181,166,173)
#A2949A
(162,148,154)
#8F8287
(143,130,135)
#7C7074
(124,112,116)
#695E61
(105,94,97)
#564C4E
(86,76,78)
#433A3B
(67,58,59)
#302828
(48,40,40)
#1D1615
(29,22,21)
#000000
(0,0,0)

Tints of #DBCAD3

#DBCAD3
(219,202,211)
#DECED7
(222,206,215)
#E1D2DB
(225,210,219)
#E4D6DF
(228,214,223)
#E7DAE3
(231,218,227)
#EADEE7
(234,222,231)
#EDE2EB
(237,226,235)
#F0E6EF
(240,230,239)
#F3EAF3
(243,234,243)
#F6EEF7
(246,238,247)
#F9F2FB
(249,242,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBCAD3; }

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

This text font color is #DBCAD3.


Background Color

.myBgColor { background-color: #DBCAD3; }

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

This div background color is #DBCAD3.


Border color

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

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

This div border color is #DBCAD3.


Opacity

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

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

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

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

This text has shadow with #DBCAD3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBCAD3 on black background.


Color preview on white background

This text has color #DBCAD3 on white background.



Black color preview on #DBCAD3 background

This text has black color on #DBCAD3 background.


White color preview on #DBCAD3 background

This text has white color on #DBCAD3 background.