COLOR #DBDFC6

HEX: #DBDFC6 RGB: (219,223,198)

Color info

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

RGB color model

#DBDFC6 color RGB value is (219,223,198).

RGB: (219,223,198) (86%, 87%, 78%)

RGB channels and saturation

R 219 of 255 = 86%
G 223 of 255 = 87%
B 198 of 255 = 78%

219
223
198

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

Portions of RGB colors in percentages

R + G + B = 219 + 223 + 198 = 640 (100%)
R 219 of 640 ~ 34.22%
G 223 of 640 ~ 34.84%
B 198 of 640 ~ 30.94'%

%34.22
%34.84
%30.94

CMYK color model

#DBDFC6 color CMYK value is (2,0,11,13).

  • cyan value is 1.79%
  • magenta value is 0.00%
  • yellow value is 11.21%
  • key color value is 12.55%

CMYK: (2,0,11,13)
C2M0Y11K13 (2%, 0%, 11%, 13%)
(0.02 / 0.00 / 0.11 / 0.13)

CMYK percentages

%1.79
%0
%11.21
%12.55

Codes

Color #DBDFC6 in popluar color models

DB DF C6
RGB 219 223 198
HSL 70° 28.09% 82.55%
HSB/HSV 70° 11.21% 87.45%
CMYK 1.79% 0.00% 11.21%
12.55%

Color #DBDFC6 in popluar number systems.

HEX DB DF C6
Decimal 219 223 198
Binary 11011011 11011111 11000110
Octal 333 337 306

Shades and tints

Shades of #DBDFC6

#DBDFC6
(219,223,198)
#C8CBB4
(200,203,180)
#B5B7A2
(181,183,162)
#A2A390
(162,163,144)
#8F8F7E
(143,143,126)
#7C7B6C
(124,123,108)
#69675A
(105,103,90)
#565348
(86,83,72)
#433F36
(67,63,54)
#302B24
(48,43,36)
#1D1712
(29,23,18)
#000000
(0,0,0)

Tints of #DBDFC6

#DBDFC6
(219,223,198)
#DEE1CB
(222,225,203)
#E1E3D0
(225,227,208)
#E4E5D5
(228,229,213)
#E7E7DA
(231,231,218)
#EAE9DF
(234,233,223)
#EDEBE4
(237,235,228)
#F0EDE9
(240,237,233)
#F3EFEE
(243,239,238)
#F6F1F3
(246,241,243)
#F9F3F8
(249,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBDFC6; }

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

This text font color is #DBDFC6.

Background Color

.myBgColor { background-color: #DBDFC6; }

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

This div background color is #DBDFC6.

Border color

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

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

This div border color is #DBDFC6.

Opacity

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

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

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

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

This text has shadow with #DBDFC6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBDFC6.

Preview

Color preview on black background

This text has color #DBDFC6 on black background.


Color preview on white background

This text has color #DBDFC6 on white background.


Black color preview on #DBDFC6 background

This text has black color on #DBDFC6 background.


White color preview on #DBDFC6 background

This text has white color on #DBDFC6 background.


Related colors

Complementary color

Complementary color for #hex is #242039.


I love getcolorcode.com

Triadic colors

1 #C6DBDF and #DFC6DB with #DBDFC6 are triadic colors.

2 #C6DFDB and #DFDBC6 with #DBDFC6 are triadic colors.