COLOR #DBE2D2

HEX: #DBE2D2 RGB: (219,226,210)

Color info

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

RGB color model

#DBE2D2 color RGB value is (219,226,210).

RGB: (219,226,210) (86%, 89%, 82%)

RGB channels and saturation

R 219 of 255 = 86%
G 226 of 255 = 89%
B 210 of 255 = 82%

219
226
210

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

Portions of RGB colors in percentages

R + G + B = 219 + 226 + 210 = 655 (100%)
R 219 of 655 ~ 33.44%
G 226 of 655 ~ 34.5%
B 210 of 655 ~ 32.06'%

%33.44
%34.5
%32.06

CMYK color model

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

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

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

CMYK percentages

%3.1
%0
%7.08
%11.37

Codes

Color #DBE2D2 in popluar color models

DB E2 D2
RGB 219 226 210
HSL 86° 21.62% 85.49%
HSB/HSV 86° 7.08% 88.63%
CMYK 3.10% 0.00% 7.08%
11.37%

Color #DBE2D2 in popluar number systems.

HEX DB E2 D2
Decimal 219 226 210
Binary 11011011 11100010 11010010
Octal 333 342 322

Shades and tints

Shades of #DBE2D2

#DBE2D2
(219,226,210)
#C8CEBF
(200,206,191)
#B5BAAC
(181,186,172)
#A2A699
(162,166,153)
#8F9286
(143,146,134)
#7C7E73
(124,126,115)
#696A60
(105,106,96)
#56564D
(86,86,77)
#43423A
(67,66,58)
#302E27
(48,46,39)
#1D1A14
(29,26,20)
#000000
(0,0,0)

Tints of #DBE2D2

#DBE2D2
(219,226,210)
#DEE4D6
(222,228,214)
#E1E6DA
(225,230,218)
#E4E8DE
(228,232,222)
#E7EAE2
(231,234,226)
#EAECE6
(234,236,230)
#EDEEEA
(237,238,234)
#F0F0EE
(240,240,238)
#F3F2F2
(243,242,242)
#F6F4F6
(246,244,246)
#F9F6FA
(249,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBE2D2; }

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

This text font color is #DBE2D2.

Background Color

.myBgColor { background-color: #DBE2D2; }

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

This div background color is #DBE2D2.

Border color

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

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

This div border color is #DBE2D2.

Opacity

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

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

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

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

This text has shadow with #DBE2D2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBE2D2.

Preview

Color preview on black background

This text has color #DBE2D2 on black background.


Color preview on white background

This text has color #DBE2D2 on white background.


Black color preview on #DBE2D2 background

This text has black color on #DBE2D2 background.


White color preview on #DBE2D2 background

This text has white color on #DBE2D2 background.


Related colors

Complementary color

Complementary color for #hex is #241D2D.


I love getcolorcode.com

Triadic colors

1 #D2DBE2 and #E2D2DB with #DBE2D2 are triadic colors.

2 #D2E2DB and #E2DBD2 with #DBE2D2 are triadic colors.