COLOR #DBE5A1

HEX: #DBE5A1
RGB: (219,229,161)

Color info

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

RGB color model

#DBE5A1 color RGB value is (219,229,161).

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

RGB channels and saturation

R 219 of 255 = 86%
G 229 of 255 = 90%
B 161 of 255 = 63%

219
229
161

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

Portions of RGB colors in percentages

R + G + B =
219 + 229 + 161 = 609 (100%)
R 219 of 609 ~ 35.96%
G 229 of 609 ~ 37.6%
B 161 of 609 ~ 26.44%

%35.96
%37.6
%26.44

CMYK color model

#DBE5A1 color CMYK value is (4,0,30,10).

  • cyan value is 4.37%
  • magenta value is 0.00%
  • yellow value is 29.69%
  • key color value is 10.20%
CMYK:
(4,0,30,10)
C4M0Y30K10 
(4%,0%,30%,10%)
(0.04/0.00/0.30/0.10)	

CMYK percentages

%4.37
%0
%29.69
%10.2

Codes

Color #DBE5A1 in popluar color models

DBE5A1
RGB219229161
HSL69°56.67%76.47%
HSB/HSV69°29.69%89.80%
CMYK4.37%0.00%29.69%
10.20%

Color #DBE5A1 in popluar number systems.

HEXDBE5A1
Decimal219229161
Binary110110111110010110100001
Octal333345241

Shades and tints

Shades of #DBE5A1

#DBE5A1
(219,229,161)
#C8D193
(200,209,147)
#B5BD85
(181,189,133)
#A2A977
(162,169,119)
#8F9569
(143,149,105)
#7C815B
(124,129,91)
#696D4D
(105,109,77)
#56593F
(86,89,63)
#434531
(67,69,49)
#303123
(48,49,35)
#1D1D15
(29,29,21)
#000000
(0,0,0)

Tints of #DBE5A1

#DBE5A1
(219,229,161)
#DEE7A9
(222,231,169)
#E1E9B1
(225,233,177)
#E4EBB9
(228,235,185)
#E7EDC1
(231,237,193)
#EAEFC9
(234,239,201)
#EDF1D1
(237,241,209)
#F0F3D9
(240,243,217)
#F3F5E1
(243,245,225)
#F6F7E9
(246,247,233)
#F9F9F1
(249,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBE5A1; }

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

This text font color is #DBE5A1.


Background Color

.myBgColor { background-color: #DBE5A1; }

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

This div background color is #DBE5A1.


Border color

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

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

This div border color is #DBE5A1.


Opacity

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

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

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

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

This text has shadow with #DBE5A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBE5A1 on black background.


Color preview on white background

This text has color #DBE5A1 on white background.



Black color preview on #DBE5A1 background

This text has black color on #DBE5A1 background.


White color preview on #DBE5A1 background

This text has white color on #DBE5A1 background.