COLOR #DBEE99

HEX: #DBEE99
RGB: (219,238,153)

Color info

#DBEE99 contains mainly red and green colors. Web safe color of #DBEE99 is #CCFF99 (or #CF9).

RGB color model

#DBEE99 color RGB value is (219,238,153).

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

RGB channels and saturation

R 219 of 255 = 86%
G 238 of 255 = 93%
B 153 of 255 = 60%

219
238
153

R + G + B ~ 80%. #DBEE99 is quite light color.

Portions of RGB colors in percentages

R + G + B =
219 + 238 + 153 = 610 (100%)
R 219 of 610 ~ 35.9%
G 238 of 610 ~ 39.02%
B 153 of 610 ~ 25.08%

%35.9
%39.02
%25.08

CMYK color model

#DBEE99 color CMYK value is (8,0,36,7).

  • cyan value is 7.98%
  • magenta value is 0.00%
  • yellow value is 35.71%
  • key color value is 6.67%
CMYK:
(8,0,36,7)
C8M0Y36K7 
(8%,0%,36%,7%)
(0.08/0.00/0.36/0.07)	

CMYK percentages

%7.98
%0
%35.71
%6.67

Codes

Color #DBEE99 in popluar color models

DBEE99
RGB219238153
HSL73°71.43%76.67%
HSB/HSV73°35.71%93.33%
CMYK7.98%0.00%35.71%
6.67%

Color #DBEE99 in popluar number systems.

HEXDBEE99
Decimal219238153
Binary110110111110111010011001
Octal333356231

Shades and tints

Shades of #DBEE99

#DBEE99
(219,238,153)
#C8D98C
(200,217,140)
#B5C47F
(181,196,127)
#A2AF72
(162,175,114)
#8F9A65
(143,154,101)
#7C8558
(124,133,88)
#69704B
(105,112,75)
#565B3E
(86,91,62)
#434631
(67,70,49)
#303124
(48,49,36)
#1D1C17
(29,28,23)
#000000
(0,0,0)

Tints of #DBEE99

#DBEE99
(219,238,153)
#DEEFA2
(222,239,162)
#E1F0AB
(225,240,171)
#E4F1B4
(228,241,180)
#E7F2BD
(231,242,189)
#EAF3C6
(234,243,198)
#EDF4CF
(237,244,207)
#F0F5D8
(240,245,216)
#F3F6E1
(243,246,225)
#F6F7EA
(246,247,234)
#F9F8F3
(249,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBEE99; }

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

This text font color is #DBEE99.


Background Color

.myBgColor { background-color: #DBEE99; }

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

This div background color is #DBEE99.


Border color

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

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

This div border color is #DBEE99.


Opacity

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

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

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

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

This text has shadow with #DBEE99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBEE99 on black background.


Color preview on white background

This text has color #DBEE99 on white background.



Black color preview on #DBEE99 background

This text has black color on #DBEE99 background.


White color preview on #DBEE99 background

This text has white color on #DBEE99 background.