COLOR #DBE2A5

HEX: #DBE2A5 RGB: (219,226,165)

Color info

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

RGB color model

#DBE2A5 color RGB value is (219,226,165).

RGB: (219,226,165) (86%, 89%, 65%)

RGB channels and saturation

R 219 of 255 = 86%
G 226 of 255 = 89%
B 165 of 255 = 65%

219
226
165

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

Portions of RGB colors in percentages

R + G + B = 219 + 226 + 165 = 610 (100%)
R 219 of 610 ~ 35.9%
G 226 of 610 ~ 37.05%
B 165 of 610 ~ 27.05'%

%35.9
%37.05
%27.05

CMYK color model

#DBE2A5 color CMYK value is (3,0,27,11).

  • cyan value is 3.10%
  • magenta value is 0.00%
  • yellow value is 26.99%
  • key color value is 11.37%

CMYK: (3,0,27,11)
C3M0Y27K11 (3%, 0%, 27%, 11%)
(0.03 / 0.00 / 0.27 / 0.11)

CMYK percentages

%3.1
%0
%26.99
%11.37

Codes

Color #DBE2A5 in popluar color models

DB E2 A5
RGB 219 226 165
HSL 67° 51.26% 76.67%
HSB/HSV 67° 26.99% 88.63%
CMYK 3.10% 0.00% 26.99%
11.37%

Color #DBE2A5 in popluar number systems.

HEX DB E2 A5
Decimal 219 226 165
Binary 11011011 11100010 10100101
Octal 333 342 245

Shades and tints

Shades of #DBE2A5

#DBE2A5
(219,226,165)
#C8CE96
(200,206,150)
#B5BA87
(181,186,135)
#A2A678
(162,166,120)
#8F9269
(143,146,105)
#7C7E5A
(124,126,90)
#696A4B
(105,106,75)
#56563C
(86,86,60)
#43422D
(67,66,45)
#302E1E
(48,46,30)
#1D1A0F
(29,26,15)
#000000
(0,0,0)

Tints of #DBE2A5

#DBE2A5
(219,226,165)
#DEE4AD
(222,228,173)
#E1E6B5
(225,230,181)
#E4E8BD
(228,232,189)
#E7EAC5
(231,234,197)
#EAECCD
(234,236,205)
#EDEED5
(237,238,213)
#F0F0DD
(240,240,221)
#F3F2E5
(243,242,229)
#F6F4ED
(246,244,237)
#F9F6F5
(249,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBE2A5; }

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

This text font color is #DBE2A5.

Background Color

.myBgColor { background-color: #DBE2A5; }

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

This div background color is #DBE2A5.

Border color

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

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

This div border color is #DBE2A5.

Opacity

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

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

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

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

This text has shadow with #DBE2A5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBE2A5.

Preview

Color preview on black background

This text has color #DBE2A5 on black background.


Color preview on white background

This text has color #DBE2A5 on white background.


Black color preview on #DBE2A5 background

This text has black color on #DBE2A5 background.


White color preview on #DBE2A5 background

This text has white color on #DBE2A5 background.


Related colors

Complementary color

Complementary color for #hex is #241D5A.


I love getcolorcode.com

Triadic colors

1 #A5DBE2 and #E2A5DB with #DBE2A5 are triadic colors.

2 #A5E2DB and #E2DBA5 with #DBE2A5 are triadic colors.