COLOR #DBE5A2

HEX: #DBE5A2
RGB: (219,229,162)

Color info

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

RGB color model

#DBE5A2 color RGB value is (219,229,162).

  • red value is 219;
  • green value is 229;
  • blue value is 162.
RGB:
(219,229,162)
(86%,90%,64%)

RGB channels and saturation

R 219 of 255 = 86%
G 229 of 255 = 90%
B 162 of 255 = 64%

219
229
162

R + G + B ~ 80%. #DBE5A2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
219 + 229 + 162 = 610 (100%)
R 219 of 610 ~ 35.9%
G 229 of 610 ~ 37.54%
B 162 of 610 ~ 26.56%

%35.9
%37.54
%26.56

CMYK color model

#DBE5A2 color CMYK value is (4,0,29,10).

  • cyan value is 4.37%
  • magenta value is 0.00%
  • yellow value is 29.26%
  • key color value is 10.20%
CMYK:
(4,0,29,10)
C4M0Y29K10 
(4%,0%,29%,10%)
(0.04/0.00/0.29/0.10)	

CMYK percentages

%4.37
%0
%29.26
%10.2

Codes

Color #DBE5A2 in popluar color models

DBE5A2
RGB219229162
HSL69°56.30%76.67%
HSB/HSV69°29.26%89.80%
CMYK4.37%0.00%29.26%
10.20%

Color #DBE5A2 in popluar number systems.

HEXDBE5A2
Decimal219229162
Binary110110111110010110100010
Octal333345242

Shades and tints

Shades of #DBE5A2

#DBE5A2
(219,229,162)
#C8D194
(200,209,148)
#B5BD86
(181,189,134)
#A2A978
(162,169,120)
#8F956A
(143,149,106)
#7C815C
(124,129,92)
#696D4E
(105,109,78)
#565940
(86,89,64)
#434532
(67,69,50)
#303124
(48,49,36)
#1D1D16
(29,29,22)
#000000
(0,0,0)

Tints of #DBE5A2

#DBE5A2
(219,229,162)
#DEE7AA
(222,231,170)
#E1E9B2
(225,233,178)
#E4EBBA
(228,235,186)
#E7EDC2
(231,237,194)
#EAEFCA
(234,239,202)
#EDF1D2
(237,241,210)
#F0F3DA
(240,243,218)
#F3F5E2
(243,245,226)
#F6F7EA
(246,247,234)
#F9F9F2
(249,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBE5A2 color. Also use rgb(219,229,162) instead hex code.

Text Font Color

.myTextColor { color: #DBE5A2; }

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

This text font color is #DBE5A2.


Background Color

.myBgColor { background-color: #DBE5A2; }

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

This div background color is #DBE5A2.


Border color

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

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

This div border color is #DBE5A2.


Opacity

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

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

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

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

This text has shadow with #DBE5A2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBE5A2 on black background.


Color preview on white background

This text has color #DBE5A2 on white background.



Black color preview on #DBE5A2 background

This text has black color on #DBE5A2 background.


White color preview on #DBE5A2 background

This text has white color on #DBE5A2 background.