COLOR #DBE284

HEX: #DBE284 RGB: (219,226,132)

Color info

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

RGB color model

#DBE284 color RGB value is (219,226,132).

RGB: (219,226,132) (86%, 89%, 52%)

RGB channels and saturation

R 219 of 255 = 86%
G 226 of 255 = 89%
B 132 of 255 = 52%

219
226
132

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

Portions of RGB colors in percentages

R + G + B = 219 + 226 + 132 = 577 (100%)
R 219 of 577 ~ 37.95%
G 226 of 577 ~ 39.17%
B 132 of 577 ~ 22.88'%

%37.95
%39.17
%22.88

CMYK color model

#DBE284 color CMYK value is (3,0,42,11).

  • cyan value is 3.10%
  • magenta value is 0.00%
  • yellow value is 41.59%
  • key color value is 11.37%

CMYK: (3,0,42,11)
C3M0Y42K11 (3%, 0%, 42%, 11%)
(0.03 / 0.00 / 0.42 / 0.11)

CMYK percentages

%3.1
%0
%41.59
%11.37

Codes

Color #DBE284 in popluar color models

DB E2 84
RGB 219 226 132
HSL 64° 61.84% 70.20%
HSB/HSV 64° 41.59% 88.63%
CMYK 3.10% 0.00% 41.59%
11.37%

Color #DBE284 in popluar number systems.

HEX DB E2 84
Decimal 219 226 132
Binary 11011011 11100010 10000100
Octal 333 342 204

Shades and tints

Shades of #DBE284

#DBE284
(219,226,132)
#C8CE78
(200,206,120)
#B5BA6C
(181,186,108)
#A2A660
(162,166,96)
#8F9254
(143,146,84)
#7C7E48
(124,126,72)
#696A3C
(105,106,60)
#565630
(86,86,48)
#434224
(67,66,36)
#302E18
(48,46,24)
#1D1A0C
(29,26,12)
#000000
(0,0,0)

Tints of #DBE284

#DBE284
(219,226,132)
#DEE48F
(222,228,143)
#E1E69A
(225,230,154)
#E4E8A5
(228,232,165)
#E7EAB0
(231,234,176)
#EAECBB
(234,236,187)
#EDEEC6
(237,238,198)
#F0F0D1
(240,240,209)
#F3F2DC
(243,242,220)
#F6F4E7
(246,244,231)
#F9F6F2
(249,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBE284 color. Also use rgb(219,226,132) instead hex code.

Text Font Color

.myTextColor { color: #DBE284; }

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

This text font color is #DBE284.

Background Color

.myBgColor { background-color: #DBE284; }

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

This div background color is #DBE284.

Border color

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

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

This div border color is #DBE284.

Opacity

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

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

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

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

This text has shadow with #DBE284 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBE284.

Preview

Color preview on black background

This text has color #DBE284 on black background.


Color preview on white background

This text has color #DBE284 on white background.


Black color preview on #DBE284 background

This text has black color on #DBE284 background.


White color preview on #DBE284 background

This text has white color on #DBE284 background.


Related colors

Complementary color

Complementary color for #hex is #241D7B.


I love getcolorcode.com

Triadic colors

1 #84DBE2 and #E284DB with #DBE284 are triadic colors.

2 #84E2DB and #E2DB84 with #DBE284 are triadic colors.