COLOR #DBE37E

HEX: #DBE37E
RGB: (219,227,126)

Color info

#DBE37E contains mainly red and green colors. Web safe color of #DBE37E is #CCCC66 (or #CC6).

RGB color model

#DBE37E color RGB value is (219,227,126).

  • red value is 219;
  • green value is 227;
  • blue value is 126.
RGB:
(219,227,126)
(86%,89%,49%)

RGB channels and saturation

R 219 of 255 = 86%
G 227 of 255 = 89%
B 126 of 255 = 49%

219
227
126

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

Portions of RGB colors in percentages

R + G + B =
219 + 227 + 126 = 572 (100%)
R 219 of 572 ~ 38.29%
G 227 of 572 ~ 39.69%
B 126 of 572 ~ 22.03%

%38.29
%39.69
%22.03

CMYK color model

#DBE37E color CMYK value is (4,0,44,11).

  • cyan value is 3.52%
  • magenta value is 0.00%
  • yellow value is 44.49%
  • key color value is 10.98%
CMYK:
(4,0,44,11)
C4M0Y44K11 
(4%,0%,44%,11%)
(0.04/0.00/0.44/0.11)	

CMYK percentages

%3.52
%0
%44.49
%10.98

Codes

Color #DBE37E in popluar color models

DBE37E
RGB219227126
HSL65°64.33%69.22%
HSB/HSV65°44.49%89.02%
CMYK3.52%0.00%44.49%
10.98%

Color #DBE37E in popluar number systems.

HEXDBE37E
Decimal219227126
Binary11011011111000111111110
Octal333343176

Shades and tints

Shades of #DBE37E

#DBE37E
(219,227,126)
#C8CF73
(200,207,115)
#B5BB68
(181,187,104)
#A2A75D
(162,167,93)
#8F9352
(143,147,82)
#7C7F47
(124,127,71)
#696B3C
(105,107,60)
#565731
(86,87,49)
#434326
(67,67,38)
#302F1B
(48,47,27)
#1D1B10
(29,27,16)
#000000
(0,0,0)

Tints of #DBE37E

#DBE37E
(219,227,126)
#DEE589
(222,229,137)
#E1E794
(225,231,148)
#E4E99F
(228,233,159)
#E7EBAA
(231,235,170)
#EAEDB5
(234,237,181)
#EDEFC0
(237,239,192)
#F0F1CB
(240,241,203)
#F3F3D6
(243,243,214)
#F6F5E1
(246,245,225)
#F9F7EC
(249,247,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBE37E; }

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

This text font color is #DBE37E.


Background Color

.myBgColor { background-color: #DBE37E; }

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

This div background color is #DBE37E.


Border color

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

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

This div border color is #DBE37E.


Opacity

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

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

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

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

This text has shadow with #DBE37E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBE37E on black background.


Color preview on white background

This text has color #DBE37E on white background.



Black color preview on #DBE37E background

This text has black color on #DBE37E background.


White color preview on #DBE37E background

This text has white color on #DBE37E background.