COLOR #DBE8A9

HEX: #DBE8A9
RGB: (219,232,169)

Color info

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

RGB color model

#DBE8A9 color RGB value is (219,232,169).

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

RGB channels and saturation

R 219 of 255 = 86%
G 232 of 255 = 91%
B 169 of 255 = 66%

219
232
169

R + G + B ~ 81%. #DBE8A9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
219 + 232 + 169 = 620 (100%)
R 219 of 620 ~ 35.32%
G 232 of 620 ~ 37.42%
B 169 of 620 ~ 27.26%

%35.32
%37.42
%27.26

CMYK color model

#DBE8A9 color CMYK value is (6,0,27,9).

  • cyan value is 5.60%
  • magenta value is 0.00%
  • yellow value is 27.16%
  • key color value is 9.02%
CMYK:
(6,0,27,9)
C6M0Y27K9 
(6%,0%,27%,9%)
(0.06/0.00/0.27/0.09)	

CMYK percentages

%5.6
%0
%27.16
%9.02

Codes

Color #DBE8A9 in popluar color models

DBE8A9
RGB219232169
HSL72°57.80%78.63%
HSB/HSV72°27.16%90.98%
CMYK5.60%0.00%27.16%
9.02%

Color #DBE8A9 in popluar number systems.

HEXDBE8A9
Decimal219232169
Binary110110111110100010101001
Octal333350251

Shades and tints

Shades of #DBE8A9

#DBE8A9
(219,232,169)
#C8D39A
(200,211,154)
#B5BE8B
(181,190,139)
#A2A97C
(162,169,124)
#8F946D
(143,148,109)
#7C7F5E
(124,127,94)
#696A4F
(105,106,79)
#565540
(86,85,64)
#434031
(67,64,49)
#302B22
(48,43,34)
#1D1613
(29,22,19)
#000000
(0,0,0)

Tints of #DBE8A9

#DBE8A9
(219,232,169)
#DEEAB0
(222,234,176)
#E1ECB7
(225,236,183)
#E4EEBE
(228,238,190)
#E7F0C5
(231,240,197)
#EAF2CC
(234,242,204)
#EDF4D3
(237,244,211)
#F0F6DA
(240,246,218)
#F3F8E1
(243,248,225)
#F6FAE8
(246,250,232)
#F9FCEF
(249,252,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBE8A9; }

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

This text font color is #DBE8A9.


Background Color

.myBgColor { background-color: #DBE8A9; }

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

This div background color is #DBE8A9.


Border color

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

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

This div border color is #DBE8A9.


Opacity

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

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

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

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

This text has shadow with #DBE8A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBE8A9 on black background.


Color preview on white background

This text has color #DBE8A9 on white background.



Black color preview on #DBE8A9 background

This text has black color on #DBE8A9 background.


White color preview on #DBE8A9 background

This text has white color on #DBE8A9 background.