COLOR #DBEFA1

HEX: #DBEFA1
RGB: (219,239,161)

Color info

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

RGB color model

#DBEFA1 color RGB value is (219,239,161).

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

RGB channels and saturation

R 219 of 255 = 86%
G 239 of 255 = 94%
B 161 of 255 = 63%

219
239
161

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

Portions of RGB colors in percentages

R + G + B =
219 + 239 + 161 = 619 (100%)
R 219 of 619 ~ 35.38%
G 239 of 619 ~ 38.61%
B 161 of 619 ~ 26.01%

%35.38
%38.61
%26.01

CMYK color model

#DBEFA1 color CMYK value is (8,0,33,6).

  • cyan value is 8.37%
  • magenta value is 0.00%
  • yellow value is 32.64%
  • key color value is 6.27%
CMYK:
(8,0,33,6)
C8M0Y33K6 
(8%,0%,33%,6%)
(0.08/0.00/0.33/0.06)	

CMYK percentages

%8.37
%0
%32.64
%6.27

Codes

Color #DBEFA1 in popluar color models

DBEFA1
RGB219239161
HSL75°70.91%78.43%
HSB/HSV75°32.64%93.73%
CMYK8.37%0.00%32.64%
6.27%

Color #DBEFA1 in popluar number systems.

HEXDBEFA1
Decimal219239161
Binary110110111110111110100001
Octal333357241

Shades and tints

Shades of #DBEFA1

#DBEFA1
(219,239,161)
#C8DA93
(200,218,147)
#B5C585
(181,197,133)
#A2B077
(162,176,119)
#8F9B69
(143,155,105)
#7C865B
(124,134,91)
#69714D
(105,113,77)
#565C3F
(86,92,63)
#434731
(67,71,49)
#303223
(48,50,35)
#1D1D15
(29,29,21)
#000000
(0,0,0)

Tints of #DBEFA1

#DBEFA1
(219,239,161)
#DEF0A9
(222,240,169)
#E1F1B1
(225,241,177)
#E4F2B9
(228,242,185)
#E7F3C1
(231,243,193)
#EAF4C9
(234,244,201)
#EDF5D1
(237,245,209)
#F0F6D9
(240,246,217)
#F3F7E1
(243,247,225)
#F6F8E9
(246,248,233)
#F9F9F1
(249,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBEFA1; }

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

This text font color is #DBEFA1.


Background Color

.myBgColor { background-color: #DBEFA1; }

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

This div background color is #DBEFA1.


Border color

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

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

This div border color is #DBEFA1.


Opacity

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

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

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

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

This text has shadow with #DBEFA1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBEFA1 on black background.


Color preview on white background

This text has color #DBEFA1 on white background.



Black color preview on #DBEFA1 background

This text has black color on #DBEFA1 background.


White color preview on #DBEFA1 background

This text has white color on #DBEFA1 background.