COLOR #DBE77A

HEX: #DBE77A
RGB: (219,231,122)

Color info

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

RGB color model

#DBE77A color RGB value is (219,231,122).

  • red value is 219;
  • green value is 231;
  • blue value is 122.
RGB:
(219,231,122)
(86%,91%,48%)

RGB channels and saturation

R 219 of 255 = 86%
G 231 of 255 = 91%
B 122 of 255 = 48%

219
231
122

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

Portions of RGB colors in percentages

R + G + B =
219 + 231 + 122 = 572 (100%)
R 219 of 572 ~ 38.29%
G 231 of 572 ~ 40.38%
B 122 of 572 ~ 21.33%

%38.29
%40.38
%21.33

CMYK color model

#DBE77A color CMYK value is (5,0,47,9).

  • cyan value is 5.19%
  • magenta value is 0.00%
  • yellow value is 47.19%
  • key color value is 9.41%
CMYK:
(5,0,47,9)
C5M0Y47K9 
(5%,0%,47%,9%)
(0.05/0.00/0.47/0.09)	

CMYK percentages

%5.19
%0
%47.19
%9.41

Codes

Color #DBE77A in popluar color models

DBE77A
RGB219231122
HSL67°69.43%69.22%
HSB/HSV67°47.19%90.59%
CMYK5.19%0.00%47.19%
9.41%

Color #DBE77A in popluar number systems.

HEXDBE77A
Decimal219231122
Binary11011011111001111111010
Octal333347172

Shades and tints

Shades of #DBE77A

#DBE77A
(219,231,122)
#C8D26F
(200,210,111)
#B5BD64
(181,189,100)
#A2A859
(162,168,89)
#8F934E
(143,147,78)
#7C7E43
(124,126,67)
#696938
(105,105,56)
#56542D
(86,84,45)
#433F22
(67,63,34)
#302A17
(48,42,23)
#1D150C
(29,21,12)
#000000
(0,0,0)

Tints of #DBE77A

#DBE77A
(219,231,122)
#DEE986
(222,233,134)
#E1EB92
(225,235,146)
#E4ED9E
(228,237,158)
#E7EFAA
(231,239,170)
#EAF1B6
(234,241,182)
#EDF3C2
(237,243,194)
#F0F5CE
(240,245,206)
#F3F7DA
(243,247,218)
#F6F9E6
(246,249,230)
#F9FBF2
(249,251,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBE77A color. Also use rgb(219,231,122) instead hex code.

Text Font Color

.myTextColor { color: #DBE77A; }

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

This text font color is #DBE77A.


Background Color

.myBgColor { background-color: #DBE77A; }

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

This div background color is #DBE77A.


Border color

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

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

This div border color is #DBE77A.


Opacity

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

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

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

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

This text has shadow with #DBE77A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBE77A on black background.


Color preview on white background

This text has color #DBE77A on white background.



Black color preview on #DBE77A background

This text has black color on #DBE77A background.


White color preview on #DBE77A background

This text has white color on #DBE77A background.