COLOR #DBEE92

HEX: #DBEE92
RGB: (219,238,146)

Color info

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

RGB color model

#DBEE92 color RGB value is (219,238,146).

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

RGB channels and saturation

R 219 of 255 = 86%
G 238 of 255 = 93%
B 146 of 255 = 57%

219
238
146

R + G + B ~ 79%. #DBEE92 is quite light color.

Portions of RGB colors in percentages

R + G + B =
219 + 238 + 146 = 603 (100%)
R 219 of 603 ~ 36.32%
G 238 of 603 ~ 39.47%
B 146 of 603 ~ 24.21%

%36.32
%39.47
%24.21

CMYK color model

#DBEE92 color CMYK value is (8,0,39,7).

  • cyan value is 7.98%
  • magenta value is 0.00%
  • yellow value is 38.66%
  • key color value is 6.67%
CMYK:
(8,0,39,7)
C8M0Y39K7 
(8%,0%,39%,7%)
(0.08/0.00/0.39/0.07)	

CMYK percentages

%7.98
%0
%38.66
%6.67

Codes

Color #DBEE92 in popluar color models

DBEE92
RGB219238146
HSL72°73.02%75.29%
HSB/HSV72°38.66%93.33%
CMYK7.98%0.00%38.66%
6.67%

Color #DBEE92 in popluar number systems.

HEXDBEE92
Decimal219238146
Binary110110111110111010010010
Octal333356222

Shades and tints

Shades of #DBEE92

#DBEE92
(219,238,146)
#C8D985
(200,217,133)
#B5C478
(181,196,120)
#A2AF6B
(162,175,107)
#8F9A5E
(143,154,94)
#7C8551
(124,133,81)
#697044
(105,112,68)
#565B37
(86,91,55)
#43462A
(67,70,42)
#30311D
(48,49,29)
#1D1C10
(29,28,16)
#000000
(0,0,0)

Tints of #DBEE92

#DBEE92
(219,238,146)
#DEEF9B
(222,239,155)
#E1F0A4
(225,240,164)
#E4F1AD
(228,241,173)
#E7F2B6
(231,242,182)
#EAF3BF
(234,243,191)
#EDF4C8
(237,244,200)
#F0F5D1
(240,245,209)
#F3F6DA
(243,246,218)
#F6F7E3
(246,247,227)
#F9F8EC
(249,248,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBEE92; }

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

This text font color is #DBEE92.


Background Color

.myBgColor { background-color: #DBEE92; }

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

This div background color is #DBEE92.


Border color

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

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

This div border color is #DBEE92.


Opacity

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

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

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

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

This text has shadow with #DBEE92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBEE92 on black background.


Color preview on white background

This text has color #DBEE92 on white background.



Black color preview on #DBEE92 background

This text has black color on #DBEE92 background.


White color preview on #DBEE92 background

This text has white color on #DBEE92 background.