COLOR #DBCAD7

HEX: #DBCAD7 RGB: (219,202,215)

Color info

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

RGB color model

#DBCAD7 color RGB value is (219,202,215).

RGB: (219,202,215) (86%, 79%, 84%)

RGB channels and saturation

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

219
202
215

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

Portions of RGB colors in percentages

R + G + B = 219 + 202 + 215 = 636 (100%)
R 219 of 636 ~ 34.43%
G 202 of 636 ~ 31.76%
B 215 of 636 ~ 33.81'%

%34.43
%31.76
%33.81

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 7.76%
  • yellow value is 1.83%
  • key color value is 14.12%

CMYK: (0,8,2,14)
C0M8Y2K14 (0%, 8%, 2%, 14%)
(0.00 / 0.08 / 0.02 / 0.14)

CMYK percentages

%0
%7.76
%1.83
%14.12

Codes

Color #DBCAD7 in popluar color models

DB CA D7
RGB 219 202 215
HSL 314° 19.10% 82.55%
HSB/HSV 314° 7.76% 85.88%
CMYK 0.00% 7.76% 1.83%
14.12%

Color #DBCAD7 in popluar number systems.

HEX DB CA D7
Decimal 219 202 215
Binary 11011011 11001010 11010111
Octal 333 312 327

Shades and tints

Shades of #DBCAD7

#DBCAD7
(219,202,215)
#C8B8C4
(200,184,196)
#B5A6B1
(181,166,177)
#A2949E
(162,148,158)
#8F828B
(143,130,139)
#7C7078
(124,112,120)
#695E65
(105,94,101)
#564C52
(86,76,82)
#433A3F
(67,58,63)
#30282C
(48,40,44)
#1D1619
(29,22,25)
#000000
(0,0,0)

Tints of #DBCAD7

#DBCAD7
(219,202,215)
#DECEDA
(222,206,218)
#E1D2DD
(225,210,221)
#E4D6E0
(228,214,224)
#E7DAE3
(231,218,227)
#EADEE6
(234,222,230)
#EDE2E9
(237,226,233)
#F0E6EC
(240,230,236)
#F3EAEF
(243,234,239)
#F6EEF2
(246,238,242)
#F9F2F5
(249,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBCAD7; }

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

This text font color is #DBCAD7.

Background Color

.myBgColor { background-color: #DBCAD7; }

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

This div background color is #DBCAD7.

Border color

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

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

This div border color is #DBCAD7.

Opacity

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

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

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

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

This text has shadow with #DBCAD7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBCAD7.

Preview

Color preview on black background

This text has color #DBCAD7 on black background.


Color preview on white background

This text has color #DBCAD7 on white background.


Black color preview on #DBCAD7 background

This text has black color on #DBCAD7 background.


White color preview on #DBCAD7 background

This text has white color on #DBCAD7 background.


Related colors

Complementary color

Complementary color for #hex is #243528.


I love getcolorcode.com

Triadic colors

1 #D7DBCA and #CAD7DB with #DBCAD7 are triadic colors.

2 #D7CADB and #CADBD7 with #DBCAD7 are triadic colors.