COLOR #DBF3A5

HEX: #DBF3A5
RGB: (219,243,165)

Color info

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

RGB color model

#DBF3A5 color RGB value is (219,243,165).

  • red value is 219;
  • green value is 243;
  • blue value is 165.
RGB:
(219,243,165)
(86%,95%,65%)

RGB channels and saturation

R 219 of 255 = 86%
G 243 of 255 = 95%
B 165 of 255 = 65%

219
243
165

R + G + B ~ 82%. #DBF3A5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
219 + 243 + 165 = 627 (100%)
R 219 of 627 ~ 34.93%
G 243 of 627 ~ 38.76%
B 165 of 627 ~ 26.32%

%34.93
%38.76
%26.32

CMYK color model

#DBF3A5 color CMYK value is (10,0,32,5).

  • cyan value is 9.88%
  • magenta value is 0.00%
  • yellow value is 32.10%
  • key color value is 4.71%
CMYK:
(10,0,32,5)
C10M0Y32K5 
(10%,0%,32%,5%)
(0.10/0.00/0.32/0.05)	

CMYK percentages

%9.88
%0
%32.1
%4.71

Codes

Color #DBF3A5 in popluar color models

DBF3A5
RGB219243165
HSL78°76.47%80.00%
HSB/HSV78°32.10%95.29%
CMYK9.88%0.00%32.10%
4.71%

Color #DBF3A5 in popluar number systems.

HEXDBF3A5
Decimal219243165
Binary110110111111001110100101
Octal333363245

Shades and tints

Shades of #DBF3A5

#DBF3A5
(219,243,165)
#C8DD96
(200,221,150)
#B5C787
(181,199,135)
#A2B178
(162,177,120)
#8F9B69
(143,155,105)
#7C855A
(124,133,90)
#696F4B
(105,111,75)
#56593C
(86,89,60)
#43432D
(67,67,45)
#302D1E
(48,45,30)
#1D170F
(29,23,15)
#000000
(0,0,0)

Tints of #DBF3A5

#DBF3A5
(219,243,165)
#DEF4AD
(222,244,173)
#E1F5B5
(225,245,181)
#E4F6BD
(228,246,189)
#E7F7C5
(231,247,197)
#EAF8CD
(234,248,205)
#EDF9D5
(237,249,213)
#F0FADD
(240,250,221)
#F3FBE5
(243,251,229)
#F6FCED
(246,252,237)
#F9FDF5
(249,253,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBF3A5; }

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

This text font color is #DBF3A5.


Background Color

.myBgColor { background-color: #DBF3A5; }

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

This div background color is #DBF3A5.


Border color

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

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

This div border color is #DBF3A5.


Opacity

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

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

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

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

This text has shadow with #DBF3A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBF3A5 on black background.


Color preview on white background

This text has color #DBF3A5 on white background.



Black color preview on #DBF3A5 background

This text has black color on #DBF3A5 background.


White color preview on #DBF3A5 background

This text has white color on #DBF3A5 background.