COLOR #DBE882

HEX: #DBE882
RGB: (219,232,130)

Color info

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

RGB color model

#DBE882 color RGB value is (219,232,130).

  • red value is 219;
  • green value is 232;
  • blue value is 130.
RGB:
(219,232,130)
(86%,91%,51%)

RGB channels and saturation

R 219 of 255 = 86%
G 232 of 255 = 91%
B 130 of 255 = 51%

219
232
130

R + G + B ~ 76%. #DBE882 is quite light color.

Portions of RGB colors in percentages

R + G + B =
219 + 232 + 130 = 581 (100%)
R 219 of 581 ~ 37.69%
G 232 of 581 ~ 39.93%
B 130 of 581 ~ 22.38%

%37.69
%39.93
%22.38

CMYK color model

#DBE882 color CMYK value is (6,0,44,9).

  • cyan value is 5.60%
  • magenta value is 0.00%
  • yellow value is 43.97%
  • key color value is 9.02%
CMYK:
(6,0,44,9)
C6M0Y44K9 
(6%,0%,44%,9%)
(0.06/0.00/0.44/0.09)	

CMYK percentages

%5.6
%0
%43.97
%9.02

Codes

Color #DBE882 in popluar color models

DBE882
RGB219232130
HSL68°68.92%70.98%
HSB/HSV68°43.97%90.98%
CMYK5.60%0.00%43.97%
9.02%

Color #DBE882 in popluar number systems.

HEXDBE882
Decimal219232130
Binary110110111110100010000010
Octal333350202

Shades and tints

Shades of #DBE882

#DBE882
(219,232,130)
#C8D377
(200,211,119)
#B5BE6C
(181,190,108)
#A2A961
(162,169,97)
#8F9456
(143,148,86)
#7C7F4B
(124,127,75)
#696A40
(105,106,64)
#565535
(86,85,53)
#43402A
(67,64,42)
#302B1F
(48,43,31)
#1D1614
(29,22,20)
#000000
(0,0,0)

Tints of #DBE882

#DBE882
(219,232,130)
#DEEA8D
(222,234,141)
#E1EC98
(225,236,152)
#E4EEA3
(228,238,163)
#E7F0AE
(231,240,174)
#EAF2B9
(234,242,185)
#EDF4C4
(237,244,196)
#F0F6CF
(240,246,207)
#F3F8DA
(243,248,218)
#F6FAE5
(246,250,229)
#F9FCF0
(249,252,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBE882 color. Also use rgb(219,232,130) instead hex code.

Text Font Color

.myTextColor { color: #DBE882; }

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

This text font color is #DBE882.


Background Color

.myBgColor { background-color: #DBE882; }

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

This div background color is #DBE882.


Border color

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

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

This div border color is #DBE882.


Opacity

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

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

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

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

This text has shadow with #DBE882 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBE882 on black background.


Color preview on white background

This text has color #DBE882 on white background.



Black color preview on #DBE882 background

This text has black color on #DBE882 background.


White color preview on #DBE882 background

This text has white color on #DBE882 background.