COLOR #DBDFE3

HEX: #DBDFE3 RGB: (219,223,227)

Color info

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

RGB color model

#DBDFE3 color RGB value is (219,223,227).

RGB: (219,223,227) (86%, 87%, 89%)

RGB channels and saturation

R 219 of 255 = 86%
G 223 of 255 = 87%
B 227 of 255 = 89%

219
223
227

R + G + B ~ 87%. #DBDFE3 is light color.

Portions of RGB colors in percentages

R + G + B = 219 + 223 + 227 = 669 (100%)
R 219 of 669 ~ 32.74%
G 223 of 669 ~ 33.33%
B 227 of 669 ~ 33.93'%

%32.74
%33.33
%33.93

CMYK color model

#DBDFE3 color CMYK value is (4,2,0,11).

  • cyan value is 3.52%
  • magenta value is 1.76%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK: (4,2,0,11) C4M2Y0K11 (4%,2%,0%,11%) (0.04/0.02/0.00/0.11) 

CMYK percentages

%3.52
%1.76
%0
%10.98

Codes

Color #DBDFE3 in popluar color models

DB DF E3
RGB 219 223 227
HSL 210° 12.50% 87.45%
HSB/HSV 210° 3.52% 89.02%
CMYK 3.52% 1.76% 0.00%
10.98%

Color #DBDFE3 in popluar number systems.

HEX DB DF E3
Decimal 219 223 227
Binary 11011011 11011111 11100011
Octal 333 337 343

Shades and tints

Shades of #DBDFE3

#DBDFE3
(219,223,227)
#C8CBCF
(200,203,207)
#B5B7BB
(181,183,187)
#A2A3A7
(162,163,167)
#8F8F93
(143,143,147)
#7C7B7F
(124,123,127)
#69676B
(105,103,107)
#565357
(86,83,87)
#433F43
(67,63,67)
#302B2F
(48,43,47)
#1D171B
(29,23,27)
#000000
(0,0,0)

Tints of #DBDFE3

#DBDFE3
(219,223,227)
#DEE1E5
(222,225,229)
#E1E3E7
(225,227,231)
#E4E5E9
(228,229,233)
#E7E7EB
(231,231,235)
#EAE9ED
(234,233,237)
#EDEBEF
(237,235,239)
#F0EDF1
(240,237,241)
#F3EFF3
(243,239,243)
#F6F1F5
(246,241,245)
#F9F3F7
(249,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBDFE3; }

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

This text font color is #DBDFE3.

Background Color

.myBgColor { background-color: #DBDFE3; }

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

This div background color is #DBDFE3.

Border color

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

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

This div border color is #DBDFE3.

Opacity

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

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

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

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

This text has shadow with #DBDFE3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBDFE3.

Preview

Color preview on black background

This text has color #DBDFE3 on black background.


Color preview on white background

This text has color #DBDFE3 on white background.


Black color preview on #DBDFE3 background

This text has black color on #DBDFE3 background.


White color preview on #DBDFE3 background

This text has white color on #DBDFE3 background.


Related colors

Complementary color

Complementary color for #hex is #24201C.


I love getcolorcode.com

Triadic colors

1 #E3DBDF and #DFE3DB with #DBDFE3 are triadic colors.

2 #E3DFDB and #DFDBE3 with #DBDFE3 are triadic colors.