COLOR #DBEED2

HEX: #DBEED2
RGB: (219,238,210)

Color info

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

RGB color model

#DBEED2 color RGB value is (219,238,210).

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

RGB channels and saturation

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

219
238
210

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

Portions of RGB colors in percentages

R + G + B =
219 + 238 + 210 = 667 (100%)
R 219 of 667 ~ 32.83%
G 238 of 667 ~ 35.68%
B 210 of 667 ~ 31.48%

%32.83
%35.68
%31.48

CMYK color model

#DBEED2 color CMYK value is (8,0,12,7).

  • cyan value is 7.98%
  • magenta value is 0.00%
  • yellow value is 11.76%
  • key color value is 6.67%
CMYK:
(8,0,12,7)
C8M0Y12K7 
(8%,0%,12%,7%)
(0.08/0.00/0.12/0.07)	

CMYK percentages

%7.98
%0
%11.76
%6.67

Codes

Color #DBEED2 in popluar color models

DBEED2
RGB219238210
HSL101°45.16%87.84%
HSB/HSV101°11.76%93.33%
CMYK7.98%0.00%11.76%
6.67%

Color #DBEED2 in popluar number systems.

HEXDBEED2
Decimal219238210
Binary110110111110111011010010
Octal333356322

Shades and tints

Shades of #DBEED2

#DBEED2
(219,238,210)
#C8D9BF
(200,217,191)
#B5C4AC
(181,196,172)
#A2AF99
(162,175,153)
#8F9A86
(143,154,134)
#7C8573
(124,133,115)
#697060
(105,112,96)
#565B4D
(86,91,77)
#43463A
(67,70,58)
#303127
(48,49,39)
#1D1C14
(29,28,20)
#000000
(0,0,0)

Tints of #DBEED2

#DBEED2
(219,238,210)
#DEEFD6
(222,239,214)
#E1F0DA
(225,240,218)
#E4F1DE
(228,241,222)
#E7F2E2
(231,242,226)
#EAF3E6
(234,243,230)
#EDF4EA
(237,244,234)
#F0F5EE
(240,245,238)
#F3F6F2
(243,246,242)
#F6F7F6
(246,247,246)
#F9F8FA
(249,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBEED2; }

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

This text font color is #DBEED2.


Background Color

.myBgColor { background-color: #DBEED2; }

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

This div background color is #DBEED2.


Border color

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

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

This div border color is #DBEED2.


Opacity

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

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

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

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

This text has shadow with #DBEED2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBEED2 on black background.


Color preview on white background

This text has color #DBEED2 on white background.



Black color preview on #DBEED2 background

This text has black color on #DBEED2 background.


White color preview on #DBEED2 background

This text has white color on #DBEED2 background.