COLOR #DBE792

HEX: #DBE792 RGB: (219,231,146)

Color info

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

RGB color model

#DBE792 color RGB value is (219,231,146).

RGB: (219,231,146) (86%, 91%, 57%)

RGB channels and saturation

R 219 of 255 = 86%
G 231 of 255 = 91%
B 146 of 255 = 57%

219
231
146

R + G + B ~ 78%. #DBE792 is quite light color.

Portions of RGB colors in percentages

R + G + B = 219 + 231 + 146 = 596 (100%)
R 219 of 596 ~ 36.74%
G 231 of 596 ~ 38.76%
B 146 of 596 ~ 24.5'%

%36.74
%38.76
%24.5

CMYK color model

#DBE792 color CMYK value is (5,0,37,9).

  • cyan value is 5.19%
  • magenta value is 0.00%
  • yellow value is 36.80%
  • key color value is 9.41%

CMYK: (5,0,37,9)
C5M0Y37K9 (5%, 0%, 37%, 9%)
(0.05 / 0.00 / 0.37 / 0.09)

CMYK percentages

%5.19
%0
%36.8
%9.41

Codes

Color #DBE792 in popluar color models

DB E7 92
RGB 219 231 146
HSL 68° 63.91% 73.92%
HSB/HSV 68° 36.80% 90.59%
CMYK 5.19% 0.00% 36.80%
9.41%

Color #DBE792 in popluar number systems.

HEX DB E7 92
Decimal 219 231 146
Binary 11011011 11100111 10010010
Octal 333 347 222

Shades and tints

Shades of #DBE792

#DBE792
(219,231,146)
#C8D285
(200,210,133)
#B5BD78
(181,189,120)
#A2A86B
(162,168,107)
#8F935E
(143,147,94)
#7C7E51
(124,126,81)
#696944
(105,105,68)
#565437
(86,84,55)
#433F2A
(67,63,42)
#302A1D
(48,42,29)
#1D1510
(29,21,16)
#000000
(0,0,0)

Tints of #DBE792

#DBE792
(219,231,146)
#DEE99B
(222,233,155)
#E1EBA4
(225,235,164)
#E4EDAD
(228,237,173)
#E7EFB6
(231,239,182)
#EAF1BF
(234,241,191)
#EDF3C8
(237,243,200)
#F0F5D1
(240,245,209)
#F3F7DA
(243,247,218)
#F6F9E3
(246,249,227)
#F9FBEC
(249,251,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBE792; }

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

This text font color is #DBE792.

Background Color

.myBgColor { background-color: #DBE792; }

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

This div background color is #DBE792.

Border color

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

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

This div border color is #DBE792.

Opacity

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

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

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

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

This text has shadow with #DBE792 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBE792.

Preview

Color preview on black background

This text has color #DBE792 on black background.


Color preview on white background

This text has color #DBE792 on white background.


Black color preview on #DBE792 background

This text has black color on #DBE792 background.


White color preview on #DBE792 background

This text has white color on #DBE792 background.


Related colors

Complementary color

Complementary color for #hex is #24186D.


I love getcolorcode.com

Triadic colors

1 #92DBE7 and #E792DB with #DBE792 are triadic colors.

2 #92E7DB and #E7DB92 with #DBE792 are triadic colors.