COLOR #DBE9A5

HEX: #DBE9A5 RGB: (219,233,165)

Color info

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

RGB color model

#DBE9A5 color RGB value is (219,233,165).

RGB: (219,233,165) (86%, 91%, 65%)

RGB channels and saturation

R 219 of 255 = 86%
G 233 of 255 = 91%
B 165 of 255 = 65%

219
233
165

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

Portions of RGB colors in percentages

R + G + B = 219 + 233 + 165 = 617 (100%)
R 219 of 617 ~ 35.49%
G 233 of 617 ~ 37.76%
B 165 of 617 ~ 26.74'%

%35.49
%37.76
%26.74

CMYK color model

#DBE9A5 color CMYK value is (6,0,29,9).

  • cyan value is 6.01%
  • magenta value is 0.00%
  • yellow value is 29.18%
  • key color value is 8.63%

CMYK: (6,0,29,9)
C6M0Y29K9 (6%, 0%, 29%, 9%)
(0.06 / 0.00 / 0.29 / 0.09)

CMYK percentages

%6.01
%0
%29.18
%8.63

Codes

Color #DBE9A5 in popluar color models

DB E9 A5
RGB 219 233 165
HSL 72° 60.71% 78.04%
HSB/HSV 72° 29.18% 91.37%
CMYK 6.01% 0.00% 29.18%
8.63%

Color #DBE9A5 in popluar number systems.

HEX DB E9 A5
Decimal 219 233 165
Binary 11011011 11101001 10100101
Octal 333 351 245

Shades and tints

Shades of #DBE9A5

#DBE9A5
(219,233,165)
#C8D496
(200,212,150)
#B5BF87
(181,191,135)
#A2AA78
(162,170,120)
#8F9569
(143,149,105)
#7C805A
(124,128,90)
#696B4B
(105,107,75)
#56563C
(86,86,60)
#43412D
(67,65,45)
#302C1E
(48,44,30)
#1D170F
(29,23,15)
#000000
(0,0,0)

Tints of #DBE9A5

#DBE9A5
(219,233,165)
#DEEBAD
(222,235,173)
#E1EDB5
(225,237,181)
#E4EFBD
(228,239,189)
#E7F1C5
(231,241,197)
#EAF3CD
(234,243,205)
#EDF5D5
(237,245,213)
#F0F7DD
(240,247,221)
#F3F9E5
(243,249,229)
#F6FBED
(246,251,237)
#F9FDF5
(249,253,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBE9A5 color. Also use rgb(219,233,165) instead hex code.

Text Font Color

.myTextColor { color: #DBE9A5; }

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

This text font color is #DBE9A5.

Background Color

.myBgColor { background-color: #DBE9A5; }

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

This div background color is #DBE9A5.

Border color

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

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

This div border color is #DBE9A5.

Opacity

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

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

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

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

This text has shadow with #DBE9A5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBE9A5.

Preview

Color preview on black background

This text has color #DBE9A5 on black background.


Color preview on white background

This text has color #DBE9A5 on white background.


Black color preview on #DBE9A5 background

This text has black color on #DBE9A5 background.


White color preview on #DBE9A5 background

This text has white color on #DBE9A5 background.


Related colors

Complementary color

Complementary color for #hex is #24165A.


I love getcolorcode.com

Triadic colors

1 #A5DBE9 and #E9A5DB with #DBE9A5 are triadic colors.

2 #A5E9DB and #E9DBA5 with #DBE9A5 are triadic colors.