COLOR #DBE6A9

HEX: #DBE6A9
RGB: (219,230,169)

Color info

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

RGB color model

#DBE6A9 color RGB value is (219,230,169).

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

RGB channels and saturation

R 219 of 255 = 86%
G 230 of 255 = 90%
B 169 of 255 = 66%

219
230
169

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

Portions of RGB colors in percentages

R + G + B =
219 + 230 + 169 = 618 (100%)
R 219 of 618 ~ 35.44%
G 230 of 618 ~ 37.22%
B 169 of 618 ~ 27.35%

%35.44
%37.22
%27.35

CMYK color model

#DBE6A9 color CMYK value is (5,0,27,10).

  • cyan value is 4.78%
  • magenta value is 0.00%
  • yellow value is 26.52%
  • key color value is 9.80%
CMYK:
(5,0,27,10)
C5M0Y27K10 
(5%,0%,27%,10%)
(0.05/0.00/0.27/0.10)	

CMYK percentages

%4.78
%0
%26.52
%9.8

Codes

Color #DBE6A9 in popluar color models

DBE6A9
RGB219230169
HSL71°54.95%78.24%
HSB/HSV71°26.52%90.20%
CMYK4.78%0.00%26.52%
9.80%

Color #DBE6A9 in popluar number systems.

HEXDBE6A9
Decimal219230169
Binary110110111110011010101001
Octal333346251

Shades and tints

Shades of #DBE6A9

#DBE6A9
(219,230,169)
#C8D29A
(200,210,154)
#B5BE8B
(181,190,139)
#A2AA7C
(162,170,124)
#8F966D
(143,150,109)
#7C825E
(124,130,94)
#696E4F
(105,110,79)
#565A40
(86,90,64)
#434631
(67,70,49)
#303222
(48,50,34)
#1D1E13
(29,30,19)
#000000
(0,0,0)

Tints of #DBE6A9

#DBE6A9
(219,230,169)
#DEE8B0
(222,232,176)
#E1EAB7
(225,234,183)
#E4ECBE
(228,236,190)
#E7EEC5
(231,238,197)
#EAF0CC
(234,240,204)
#EDF2D3
(237,242,211)
#F0F4DA
(240,244,218)
#F3F6E1
(243,246,225)
#F6F8E8
(246,248,232)
#F9FAEF
(249,250,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBE6A9; }

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

This text font color is #DBE6A9.


Background Color

.myBgColor { background-color: #DBE6A9; }

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

This div background color is #DBE6A9.


Border color

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

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

This div border color is #DBE6A9.


Opacity

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

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

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

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

This text has shadow with #DBE6A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBE6A9 on black background.


Color preview on white background

This text has color #DBE6A9 on white background.



Black color preview on #DBE6A9 background

This text has black color on #DBE6A9 background.


White color preview on #DBE6A9 background

This text has white color on #DBE6A9 background.