COLOR #DBEE91

HEX: #DBEE91
RGB: (219,238,145)

Color info

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

RGB color model

#DBEE91 color RGB value is (219,238,145).

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

RGB channels and saturation

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

219
238
145

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

Portions of RGB colors in percentages

R + G + B =
219 + 238 + 145 = 602 (100%)
R 219 of 602 ~ 36.38%
G 238 of 602 ~ 39.53%
B 145 of 602 ~ 24.09%

%36.38
%39.53
%24.09

CMYK color model

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

  • cyan value is 7.98%
  • magenta value is 0.00%
  • yellow value is 39.08%
  • 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
%39.08
%6.67

Codes

Color #DBEE91 in popluar color models

DBEE91
RGB219238145
HSL72°73.23%75.10%
HSB/HSV72°39.08%93.33%
CMYK7.98%0.00%39.08%
6.67%

Color #DBEE91 in popluar number systems.

HEXDBEE91
Decimal219238145
Binary110110111110111010010001
Octal333356221

Shades and tints

Shades of #DBEE91

#DBEE91
(219,238,145)
#C8D984
(200,217,132)
#B5C477
(181,196,119)
#A2AF6A
(162,175,106)
#8F9A5D
(143,154,93)
#7C8550
(124,133,80)
#697043
(105,112,67)
#565B36
(86,91,54)
#434629
(67,70,41)
#30311C
(48,49,28)
#1D1C0F
(29,28,15)
#000000
(0,0,0)

Tints of #DBEE91

#DBEE91
(219,238,145)
#DEEF9B
(222,239,155)
#E1F0A5
(225,240,165)
#E4F1AF
(228,241,175)
#E7F2B9
(231,242,185)
#EAF3C3
(234,243,195)
#EDF4CD
(237,244,205)
#F0F5D7
(240,245,215)
#F3F6E1
(243,246,225)
#F6F7EB
(246,247,235)
#F9F8F5
(249,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBEE91; }

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

This text font color is #DBEE91.


Background Color

.myBgColor { background-color: #DBEE91; }

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

This div background color is #DBEE91.


Border color

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

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

This div border color is #DBEE91.


Opacity

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

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

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

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

This text has shadow with #DBEE91 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBEE91 on black background.


Color preview on white background

This text has color #DBEE91 on white background.



Black color preview on #DBEE91 background

This text has black color on #DBEE91 background.


White color preview on #DBEE91 background

This text has white color on #DBEE91 background.