COLOR #D3DBE2

HEX: #D3DBE2 RGB: (211,219,226)

Color info

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

RGB color model

#D3DBE2 color RGB value is (211,219,226).

RGB: (211,219,226) (83%, 86%, 89%)

RGB channels and saturation

R 211 of 255 = 83%
G 219 of 255 = 86%
B 226 of 255 = 89%

211
219
226

R + G + B ~ 86%. #D3DBE2 is light color.

Portions of RGB colors in percentages

R + G + B = 211 + 219 + 226 = 656 (100%)
R 211 of 656 ~ 32.16%
G 219 of 656 ~ 33.38%
B 226 of 656 ~ 34.45'%

%32.16
%33.38
%34.45

CMYK color model

#D3DBE2 color CMYK value is (7,3,0,11).

  • cyan value is 6.64%
  • magenta value is 3.10%
  • yellow value is 0.00%
  • key color value is 11.37%

CMYK: (7,3,0,11)
C7M3Y0K11 (7%, 3%, 0%, 11%)
(0.07 / 0.03 / 0.00 / 0.11)

CMYK percentages

%6.64
%3.1
%0
%11.37

Codes

Color #D3DBE2 in popluar color models

D3 DB E2
RGB 211 219 226
HSL 208° 20.55% 85.69%
HSB/HSV 208° 6.64% 88.63%
CMYK 6.64% 3.10% 0.00%
11.37%

Color #D3DBE2 in popluar number systems.

HEX D3 DB E2
Decimal 211 219 226
Binary 11010011 11011011 11100010
Octal 323 333 342

Shades and tints

Shades of #D3DBE2

#D3DBE2
(211,219,226)
#C0C8CE
(192,200,206)
#ADB5BA
(173,181,186)
#9AA2A6
(154,162,166)
#878F92
(135,143,146)
#747C7E
(116,124,126)
#61696A
(97,105,106)
#4E5656
(78,86,86)
#3B4342
(59,67,66)
#28302E
(40,48,46)
#151D1A
(21,29,26)
#000000
(0,0,0)

Tints of #D3DBE2

#D3DBE2
(211,219,226)
#D7DEE4
(215,222,228)
#DBE1E6
(219,225,230)
#DFE4E8
(223,228,232)
#E3E7EA
(227,231,234)
#E7EAEC
(231,234,236)
#EBEDEE
(235,237,238)
#EFF0F0
(239,240,240)
#F3F3F2
(243,243,242)
#F7F6F4
(247,246,244)
#FBF9F6
(251,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D3DBE2; }

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

This text font color is #D3DBE2.

Background Color

.myBgColor { background-color: #D3DBE2; }

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

This div background color is #D3DBE2.

Border color

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

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

This div border color is #D3DBE2.

Opacity

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

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

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

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

This text has shadow with #D3DBE2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D3DBE2.

Preview

Color preview on black background

This text has color #D3DBE2 on black background.


Color preview on white background

This text has color #D3DBE2 on white background.


Black color preview on #D3DBE2 background

This text has black color on #D3DBE2 background.


White color preview on #D3DBE2 background

This text has white color on #D3DBE2 background.


Related colors

Complementary color

Complementary color for #hex is #2C241D.


I love getcolorcode.com

Triadic colors

1 #E2D3DB and #DBE2D3 with #D3DBE2 are triadic colors.

2 #E2DBD3 and #DBD3E2 with #D3DBE2 are triadic colors.