COLOR #DBE4A1

HEX: #DBE4A1
RGB: (219,228,161)

Color info

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

RGB color model

#DBE4A1 color RGB value is (219,228,161).

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

RGB channels and saturation

R 219 of 255 = 86%
G 228 of 255 = 89%
B 161 of 255 = 63%

219
228
161

R + G + B ~ 79%. #DBE4A1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
219 + 228 + 161 = 608 (100%)
R 219 of 608 ~ 36.02%
G 228 of 608 ~ 37.5%
B 161 of 608 ~ 26.48%

%36.02
%37.5
%26.48

CMYK color model

#DBE4A1 color CMYK value is (4,0,29,11).

  • cyan value is 3.95%
  • magenta value is 0.00%
  • yellow value is 29.39%
  • key color value is 10.59%
CMYK:
(4,0,29,11)
C4M0Y29K11 
(4%,0%,29%,11%)
(0.04/0.00/0.29/0.11)	

CMYK percentages

%3.95
%0
%29.39
%10.59

Codes

Color #DBE4A1 in popluar color models

DBE4A1
RGB219228161
HSL68°55.37%76.27%
HSB/HSV68°29.39%89.41%
CMYK3.95%0.00%29.39%
10.59%

Color #DBE4A1 in popluar number systems.

HEXDBE4A1
Decimal219228161
Binary110110111110010010100001
Octal333344241

Shades and tints

Shades of #DBE4A1

#DBE4A1
(219,228,161)
#C8D093
(200,208,147)
#B5BC85
(181,188,133)
#A2A877
(162,168,119)
#8F9469
(143,148,105)
#7C805B
(124,128,91)
#696C4D
(105,108,77)
#56583F
(86,88,63)
#434431
(67,68,49)
#303023
(48,48,35)
#1D1C15
(29,28,21)
#000000
(0,0,0)

Tints of #DBE4A1

#DBE4A1
(219,228,161)
#DEE6A9
(222,230,169)
#E1E8B1
(225,232,177)
#E4EAB9
(228,234,185)
#E7ECC1
(231,236,193)
#EAEEC9
(234,238,201)
#EDF0D1
(237,240,209)
#F0F2D9
(240,242,217)
#F3F4E1
(243,244,225)
#F6F6E9
(246,246,233)
#F9F8F1
(249,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBE4A1; }

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

This text font color is #DBE4A1.


Background Color

.myBgColor { background-color: #DBE4A1; }

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

This div background color is #DBE4A1.


Border color

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

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

This div border color is #DBE4A1.


Opacity

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

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

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

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

This text has shadow with #DBE4A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBE4A1 on black background.


Color preview on white background

This text has color #DBE4A1 on white background.



Black color preview on #DBE4A1 background

This text has black color on #DBE4A1 background.


White color preview on #DBE4A1 background

This text has white color on #DBE4A1 background.