COLOR #DBF5AF

HEX: #DBF5AF
RGB: (219,245,175)

Color info

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

RGB color model

#DBF5AF color RGB value is (219,245,175).

  • red value is 219;
  • green value is 245;
  • blue value is 175.
RGB:
(219,245,175)
(86%,96%,69%)

RGB channels and saturation

R 219 of 255 = 86%
G 245 of 255 = 96%
B 175 of 255 = 69%

219
245
175

R + G + B ~ 84%. #DBF5AF is quite light color.

Portions of RGB colors in percentages

R + G + B =
219 + 245 + 175 = 639 (100%)
R 219 of 639 ~ 34.27%
G 245 of 639 ~ 38.34%
B 175 of 639 ~ 27.39%

%34.27
%38.34
%27.39

CMYK color model

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

  • cyan value is 10.61%
  • magenta value is 0.00%
  • yellow value is 28.57%
  • key color value is 3.92%
CMYK:
(11,0,29,4)
C11M0Y29K4 
(11%,0%,29%,4%)
(0.11/0.00/0.29/0.04)	

CMYK percentages

%10.61
%0
%28.57
%3.92

Codes

Color #DBF5AF in popluar color models

DBF5AF
RGB219245175
HSL82°77.78%82.35%
HSB/HSV82°28.57%96.08%
CMYK10.61%0.00%28.57%
3.92%

Color #DBF5AF in popluar number systems.

HEXDBF5AF
Decimal219245175
Binary110110111111010110101111
Octal333365257

Shades and tints

Shades of #DBF5AF

#DBF5AF
(219,245,175)
#C8DFA0
(200,223,160)
#B5C991
(181,201,145)
#A2B382
(162,179,130)
#8F9D73
(143,157,115)
#7C8764
(124,135,100)
#697155
(105,113,85)
#565B46
(86,91,70)
#434537
(67,69,55)
#302F28
(48,47,40)
#1D1919
(29,25,25)
#000000
(0,0,0)

Tints of #DBF5AF

#DBF5AF
(219,245,175)
#DEF5B6
(222,245,182)
#E1F5BD
(225,245,189)
#E4F5C4
(228,245,196)
#E7F5CB
(231,245,203)
#EAF5D2
(234,245,210)
#EDF5D9
(237,245,217)
#F0F5E0
(240,245,224)
#F3F5E7
(243,245,231)
#F6F5EE
(246,245,238)
#F9F5F5
(249,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBF5AF color. Also use rgb(219,245,175) instead hex code.

Text Font Color

.myTextColor { color: #DBF5AF; }

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

This text font color is #DBF5AF.


Background Color

.myBgColor { background-color: #DBF5AF; }

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

This div background color is #DBF5AF.


Border color

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

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

This div border color is #DBF5AF.


Opacity

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

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

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

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

This text has shadow with #DBF5AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBF5AF on black background.


Color preview on white background

This text has color #DBF5AF on white background.



Black color preview on #DBF5AF background

This text has black color on #DBF5AF background.


White color preview on #DBF5AF background

This text has white color on #DBF5AF background.