COLOR #DBE39E

HEX: #DBE39E RGB: (219,227,158)

Color info

#DBE39E contains mainly red and green colors. Web safe color of #DBE39E is #CCCC99 (or #CC9).

RGB color model

#DBE39E color RGB value is (219,227,158).

RGB: (219,227,158) (86%, 89%, 62%)

RGB channels and saturation

R 219 of 255 = 86%
G 227 of 255 = 89%
B 158 of 255 = 62%

219
227
158

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

Portions of RGB colors in percentages

R + G + B = 219 + 227 + 158 = 604 (100%)
R 219 of 604 ~ 36.26%
G 227 of 604 ~ 37.58%
B 158 of 604 ~ 26.16'%

%36.26
%37.58
%26.16

CMYK color model

#DBE39E color CMYK value is (4,0,30,11).

  • cyan value is 3.52%
  • magenta value is 0.00%
  • yellow value is 30.40%
  • key color value is 10.98%
CMYK: (4,0,30,11) C4M0Y30K11 (4%,0%,30%,11%) (0.04/0.00/0.30/0.11) 

CMYK percentages

%3.52
%0
%30.4
%10.98

Codes

Color #DBE39E in popluar color models

DB E3 9E
RGB 219 227 158
HSL 67° 55.20% 75.49%
HSB/HSV 67° 30.40% 89.02%
CMYK 3.52% 0.00% 30.40%
10.98%

Color #DBE39E in popluar number systems.

HEX DB E3 9E
Decimal 219 227 158
Binary 11011011 11100011 10011110
Octal 333 343 236

Shades and tints

Shades of #DBE39E

#DBE39E
(219,227,158)
#C8CF90
(200,207,144)
#B5BB82
(181,187,130)
#A2A774
(162,167,116)
#8F9366
(143,147,102)
#7C7F58
(124,127,88)
#696B4A
(105,107,74)
#56573C
(86,87,60)
#43432E
(67,67,46)
#302F20
(48,47,32)
#1D1B12
(29,27,18)
#000000
(0,0,0)

Tints of #DBE39E

#DBE39E
(219,227,158)
#DEE5A6
(222,229,166)
#E1E7AE
(225,231,174)
#E4E9B6
(228,233,182)
#E7EBBE
(231,235,190)
#EAEDC6
(234,237,198)
#EDEFCE
(237,239,206)
#F0F1D6
(240,241,214)
#F3F3DE
(243,243,222)
#F6F5E6
(246,245,230)
#F9F7EE
(249,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBE39E color. Also use rgb(219,227,158) instead hex code.

Text Font Color

.myTextColor { color: #DBE39E; }

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

This text font color is #DBE39E.

Background Color

.myBgColor { background-color: #DBE39E; }

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

This div background color is #DBE39E.

Border color

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

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

This div border color is #DBE39E.

Opacity

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

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

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

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

This text has shadow with #DBE39E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBE39E.

Preview

Color preview on black background

This text has color #DBE39E on black background.


Color preview on white background

This text has color #DBE39E on white background.


Black color preview on #DBE39E background

This text has black color on #DBE39E background.


White color preview on #DBE39E background

This text has white color on #DBE39E background.


Related colors

Complementary color

Complementary color for #hex is #241C61.


I love getcolorcode.com

Triadic colors

1 #9EDBE3 and #E39EDB with #DBE39E are triadic colors.

2 #9EE3DB and #E3DB9E with #DBE39E are triadic colors.