COLOR #DBF0A8

HEX: #DBF0A8
RGB: (219,240,168)

Color info

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

RGB color model

#DBF0A8 color RGB value is (219,240,168).

  • red value is 219;
  • green value is 240;
  • blue value is 168.
RGB:
(219,240,168)
(86%,94%,66%)

RGB channels and saturation

R 219 of 255 = 86%
G 240 of 255 = 94%
B 168 of 255 = 66%

219
240
168

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

Portions of RGB colors in percentages

R + G + B =
219 + 240 + 168 = 627 (100%)
R 219 of 627 ~ 34.93%
G 240 of 627 ~ 38.28%
B 168 of 627 ~ 26.79%

%34.93
%38.28
%26.79

CMYK color model

#DBF0A8 color CMYK value is (9,0,30,6).

  • cyan value is 8.75%
  • magenta value is 0.00%
  • yellow value is 30.00%
  • key color value is 5.88%
CMYK:
(9,0,30,6)
C9M0Y30K6 
(9%,0%,30%,6%)
(0.09/0.00/0.30/0.06)	

CMYK percentages

%8.75
%0
%30
%5.88

Codes

Color #DBF0A8 in popluar color models

DBF0A8
RGB219240168
HSL78°70.59%80.00%
HSB/HSV78°30.00%94.12%
CMYK8.75%0.00%30.00%
5.88%

Color #DBF0A8 in popluar number systems.

HEXDBF0A8
Decimal219240168
Binary110110111111000010101000
Octal333360250

Shades and tints

Shades of #DBF0A8

#DBF0A8
(219,240,168)
#C8DB99
(200,219,153)
#B5C68A
(181,198,138)
#A2B17B
(162,177,123)
#8F9C6C
(143,156,108)
#7C875D
(124,135,93)
#69724E
(105,114,78)
#565D3F
(86,93,63)
#434830
(67,72,48)
#303321
(48,51,33)
#1D1E12
(29,30,18)
#000000
(0,0,0)

Tints of #DBF0A8

#DBF0A8
(219,240,168)
#DEF1AF
(222,241,175)
#E1F2B6
(225,242,182)
#E4F3BD
(228,243,189)
#E7F4C4
(231,244,196)
#EAF5CB
(234,245,203)
#EDF6D2
(237,246,210)
#F0F7D9
(240,247,217)
#F3F8E0
(243,248,224)
#F6F9E7
(246,249,231)
#F9FAEE
(249,250,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBF0A8 color. Also use rgb(219,240,168) instead hex code.

Text Font Color

.myTextColor { color: #DBF0A8; }

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

This text font color is #DBF0A8.


Background Color

.myBgColor { background-color: #DBF0A8; }

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

This div background color is #DBF0A8.


Border color

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

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

This div border color is #DBF0A8.


Opacity

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

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

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

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

This text has shadow with #DBF0A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBF0A8 on black background.


Color preview on white background

This text has color #DBF0A8 on white background.



Black color preview on #DBF0A8 background

This text has black color on #DBF0A8 background.


White color preview on #DBF0A8 background

This text has white color on #DBF0A8 background.