COLOR #DBECD2

HEX: #DBECD2
RGB: (219,236,210)

Color info

#DBECD2 contains red, green and blue colors in about the same proportion. Web safe color of #DBECD2 is #CCFFCC (or #CFC).

RGB color model

#DBECD2 color RGB value is (219,236,210).

  • red value is 219;
  • green value is 236;
  • blue value is 210.
RGB:
(219,236,210)
(86%,93%,82%)

RGB channels and saturation

R 219 of 255 = 86%
G 236 of 255 = 93%
B 210 of 255 = 82%

219
236
210

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

Portions of RGB colors in percentages

R + G + B =
219 + 236 + 210 = 665 (100%)
R 219 of 665 ~ 32.93%
G 236 of 665 ~ 35.49%
B 210 of 665 ~ 31.58%

%32.93
%35.49
%31.58

CMYK color model

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

  • cyan value is 7.20%
  • magenta value is 0.00%
  • yellow value is 11.02%
  • key color value is 7.45%
CMYK:
(7,0,11,7)
C7M0Y11K7 
(7%,0%,11%,7%)
(0.07/0.00/0.11/0.07)	

CMYK percentages

%7.2
%0
%11.02
%7.45

Codes

Color #DBECD2 in popluar color models

DBECD2
RGB219236210
HSL99°40.63%87.45%
HSB/HSV99°11.02%92.55%
CMYK7.20%0.00%11.02%
7.45%

Color #DBECD2 in popluar number systems.

HEXDBECD2
Decimal219236210
Binary110110111110110011010010
Octal333354322

Shades and tints

Shades of #DBECD2

#DBECD2
(219,236,210)
#C8D7BF
(200,215,191)
#B5C2AC
(181,194,172)
#A2AD99
(162,173,153)
#8F9886
(143,152,134)
#7C8373
(124,131,115)
#696E60
(105,110,96)
#56594D
(86,89,77)
#43443A
(67,68,58)
#302F27
(48,47,39)
#1D1A14
(29,26,20)
#000000
(0,0,0)

Tints of #DBECD2

#DBECD2
(219,236,210)
#DEEDD6
(222,237,214)
#E1EEDA
(225,238,218)
#E4EFDE
(228,239,222)
#E7F0E2
(231,240,226)
#EAF1E6
(234,241,230)
#EDF2EA
(237,242,234)
#F0F3EE
(240,243,238)
#F3F4F2
(243,244,242)
#F6F5F6
(246,245,246)
#F9F6FA
(249,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBECD2; }

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

This text font color is #DBECD2.


Background Color

.myBgColor { background-color: #DBECD2; }

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

This div background color is #DBECD2.


Border color

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

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

This div border color is #DBECD2.


Opacity

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

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

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

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

This text has shadow with #DBECD2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBECD2 on black background.


Color preview on white background

This text has color #DBECD2 on white background.



Black color preview on #DBECD2 background

This text has black color on #DBECD2 background.


White color preview on #DBECD2 background

This text has white color on #DBECD2 background.