COLOR #DBF8BF

HEX: #DBF8BF RGB: (219,248,191)

Color info

#DBF8BF contains red, green and blue colors in about the same proportion. Web safe color of #DBF8BF is #CCFFCC (or #CFC).

RGB color model

#DBF8BF color RGB value is (219,248,191).

RGB: (219,248,191) (86%, 97%, 75%)

RGB channels and saturation

R 219 of 255 = 86%
G 248 of 255 = 97%
B 191 of 255 = 75%

219
248
191

R + G + B ~ 86%. #DBF8BF is light color.

Portions of RGB colors in percentages

R + G + B = 219 + 248 + 191 = 658 (100%)
R 219 of 658 ~ 33.28%
G 248 of 658 ~ 37.69%
B 191 of 658 ~ 29.03'%

%33.28
%37.69
%29.03

CMYK color model

#DBF8BF color CMYK value is (12,0,23,3).

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

CMYK: (12,0,23,3)
C12M0Y23K3 (12%, 0%, 23%, 3%)
(0.12 / 0.00 / 0.23 / 0.03)

CMYK percentages

%11.69
%0
%22.98
%2.75

Codes

Color #DBF8BF in popluar color models

DB F8 BF
RGB 219 248 191
HSL 91° 80.28% 86.08%
HSB/HSV 91° 22.98% 97.25%
CMYK 11.69% 0.00% 22.98%
2.75%

Color #DBF8BF in popluar number systems.

HEX DB F8 BF
Decimal 219 248 191
Binary 11011011 11111000 10111111
Octal 333 370 277

Shades and tints

Shades of #DBF8BF

#DBF8BF
(219,248,191)
#C8E2AE
(200,226,174)
#B5CC9D
(181,204,157)
#A2B68C
(162,182,140)
#8FA07B
(143,160,123)
#7C8A6A
(124,138,106)
#697459
(105,116,89)
#565E48
(86,94,72)
#434837
(67,72,55)
#303226
(48,50,38)
#1D1C15
(29,28,21)
#000000
(0,0,0)

Tints of #DBF8BF

#DBF8BF
(219,248,191)
#DEF8C4
(222,248,196)
#E1F8C9
(225,248,201)
#E4F8CE
(228,248,206)
#E7F8D3
(231,248,211)
#EAF8D8
(234,248,216)
#EDF8DD
(237,248,221)
#F0F8E2
(240,248,226)
#F3F8E7
(243,248,231)
#F6F8EC
(246,248,236)
#F9F8F1
(249,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBF8BF; }

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

This text font color is #DBF8BF.

Background Color

.myBgColor { background-color: #DBF8BF; }

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

This div background color is #DBF8BF.

Border color

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

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

This div border color is #DBF8BF.

Opacity

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

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

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

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

This text has shadow with #DBF8BF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBF8BF.

Preview

Color preview on black background

This text has color #DBF8BF on black background.


Color preview on white background

This text has color #DBF8BF on white background.


Black color preview on #DBF8BF background

This text has black color on #DBF8BF background.


White color preview on #DBF8BF background

This text has white color on #DBF8BF background.


Related colors

Complementary color

Complementary color for #hex is #240740.


I love getcolorcode.com

Triadic colors

1 #BFDBF8 and #F8BFDB with #DBF8BF are triadic colors.

2 #BFF8DB and #F8DBBF with #DBF8BF are triadic colors.