COLOR #DBEE77

HEX: #DBEE77
RGB: (219,238,119)

Color info

#DBEE77 contains mainly red and green colors. Web safe color of #DBEE77 is #CCFF66 (or #CF6).

RGB color model

#DBEE77 color RGB value is (219,238,119).

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

RGB channels and saturation

R 219 of 255 = 86%
G 238 of 255 = 93%
B 119 of 255 = 47%

219
238
119

R + G + B ~ 75%. #DBEE77 is quite light color.

Portions of RGB colors in percentages

R + G + B =
219 + 238 + 119 = 576 (100%)
R 219 of 576 ~ 38.02%
G 238 of 576 ~ 41.32%
B 119 of 576 ~ 20.66%

%38.02
%41.32
%20.66

CMYK color model

#DBEE77 color CMYK value is (8,0,50,7).

  • cyan value is 7.98%
  • magenta value is 0.00%
  • yellow value is 50.00%
  • key color value is 6.67%
CMYK:
(8,0,50,7)
C8M0Y50K7 
(8%,0%,50%,7%)
(0.08/0.00/0.50/0.07)	

CMYK percentages

%7.98
%0
%50
%6.67

Codes

Color #DBEE77 in popluar color models

DBEE77
RGB219238119
HSL70°77.78%70.00%
HSB/HSV70°50.00%93.33%
CMYK7.98%0.00%50.00%
6.67%

Color #DBEE77 in popluar number systems.

HEXDBEE77
Decimal219238119
Binary11011011111011101110111
Octal333356167

Shades and tints

Shades of #DBEE77

#DBEE77
(219,238,119)
#C8D96D
(200,217,109)
#B5C463
(181,196,99)
#A2AF59
(162,175,89)
#8F9A4F
(143,154,79)
#7C8545
(124,133,69)
#69703B
(105,112,59)
#565B31
(86,91,49)
#434627
(67,70,39)
#30311D
(48,49,29)
#1D1C13
(29,28,19)
#000000
(0,0,0)

Tints of #DBEE77

#DBEE77
(219,238,119)
#DEEF83
(222,239,131)
#E1F08F
(225,240,143)
#E4F19B
(228,241,155)
#E7F2A7
(231,242,167)
#EAF3B3
(234,243,179)
#EDF4BF
(237,244,191)
#F0F5CB
(240,245,203)
#F3F6D7
(243,246,215)
#F6F7E3
(246,247,227)
#F9F8EF
(249,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBEE77; }

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

This text font color is #DBEE77.


Background Color

.myBgColor { background-color: #DBEE77; }

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

This div background color is #DBEE77.


Border color

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

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

This div border color is #DBEE77.


Opacity

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

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

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

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

This text has shadow with #DBEE77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBEE77 on black background.


Color preview on white background

This text has color #DBEE77 on white background.



Black color preview on #DBEE77 background

This text has black color on #DBEE77 background.


White color preview on #DBEE77 background

This text has white color on #DBEE77 background.