COLOR #DBF8AC

HEX: #DBF8AC RGB: (219,248,172)

Color info

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

RGB color model

#DBF8AC color RGB value is (219,248,172).

RGB: (219,248,172) (86%, 97%, 67%)

RGB channels and saturation

R 219 of 255 = 86%
G 248 of 255 = 97%
B 172 of 255 = 67%

219
248
172

R + G + B ~ 83%. #DBF8AC is quite light color.

Portions of RGB colors in percentages

R + G + B = 219 + 248 + 172 = 639 (100%)
R 219 of 639 ~ 34.27%
G 248 of 639 ~ 38.81%
B 172 of 639 ~ 26.92'%

%34.27
%38.81
%26.92

CMYK color model

#DBF8AC color CMYK value is (12,0,31,3).

  • cyan value is 11.69%
  • magenta value is 0.00%
  • yellow value is 30.65%
  • key color value is 2.75%

CMYK: (12,0,31,3)
C12M0Y31K3 (12%, 0%, 31%, 3%)
(0.12 / 0.00 / 0.31 / 0.03)

CMYK percentages

%11.69
%0
%30.65
%2.75

Codes

Color #DBF8AC in popluar color models

DB F8 AC
RGB 219 248 172
HSL 83° 84.44% 82.35%
HSB/HSV 83° 30.65% 97.25%
CMYK 11.69% 0.00% 30.65%
2.75%

Color #DBF8AC in popluar number systems.

HEX DB F8 AC
Decimal 219 248 172
Binary 11011011 11111000 10101100
Octal 333 370 254

Shades and tints

Shades of #DBF8AC

#DBF8AC
(219,248,172)
#C8E29D
(200,226,157)
#B5CC8E
(181,204,142)
#A2B67F
(162,182,127)
#8FA070
(143,160,112)
#7C8A61
(124,138,97)
#697452
(105,116,82)
#565E43
(86,94,67)
#434834
(67,72,52)
#303225
(48,50,37)
#1D1C16
(29,28,22)
#000000
(0,0,0)

Tints of #DBF8AC

#DBF8AC
(219,248,172)
#DEF8B3
(222,248,179)
#E1F8BA
(225,248,186)
#E4F8C1
(228,248,193)
#E7F8C8
(231,248,200)
#EAF8CF
(234,248,207)
#EDF8D6
(237,248,214)
#F0F8DD
(240,248,221)
#F3F8E4
(243,248,228)
#F6F8EB
(246,248,235)
#F9F8F2
(249,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBF8AC color. Also use rgb(219,248,172) instead hex code.

Text Font Color

.myTextColor { color: #DBF8AC; }

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

This text font color is #DBF8AC.

Background Color

.myBgColor { background-color: #DBF8AC; }

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

This div background color is #DBF8AC.

Border color

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

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

This div border color is #DBF8AC.

Opacity

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

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

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

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

This text has shadow with #DBF8AC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBF8AC.

Preview

Color preview on black background

This text has color #DBF8AC on black background.


Color preview on white background

This text has color #DBF8AC on white background.


Black color preview on #DBF8AC background

This text has black color on #DBF8AC background.


White color preview on #DBF8AC background

This text has white color on #DBF8AC background.


Related colors

Complementary color

Complementary color for #hex is #240753.


I love getcolorcode.com

Triadic colors

1 #ACDBF8 and #F8ACDB with #DBF8AC are triadic colors.

2 #ACF8DB and #F8DBAC with #DBF8AC are triadic colors.