COLOR #DBFBD8

HEX: #DBFBD8 RGB: (219,251,216)

Color info

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

RGB color model

#DBFBD8 color RGB value is (219,251,216).

RGB: (219,251,216) (86%, 98%, 85%)

RGB channels and saturation

R 219 of 255 = 86%
G 251 of 255 = 98%
B 216 of 255 = 85%

219
251
216

R + G + B ~ 90%. #DBFBD8 is light color.

Portions of RGB colors in percentages

R + G + B = 219 + 251 + 216 = 686 (100%)
R 219 of 686 ~ 31.92%
G 251 of 686 ~ 36.59%
B 216 of 686 ~ 31.49'%

%31.92
%36.59
%31.49

CMYK color model

#DBFBD8 color CMYK value is (13,0,14,2).

  • cyan value is 12.75%
  • magenta value is 0.00%
  • yellow value is 13.94%
  • key color value is 1.57%

CMYK: (13,0,14,2)
C13M0Y14K2 (13%, 0%, 14%, 2%)
(0.13 / 0.00 / 0.14 / 0.02)

CMYK percentages

%12.75
%0
%13.94
%1.57

Codes

Color #DBFBD8 in popluar color models

DB FB D8
RGB 219 251 216
HSL 115° 81.40% 91.57%
HSB/HSV 115° 13.94% 98.43%
CMYK 12.75% 0.00% 13.94%
1.57%

Color #DBFBD8 in popluar number systems.

HEX DB FB D8
Decimal 219 251 216
Binary 11011011 11111011 11011000
Octal 333 373 330

Shades and tints

Shades of #DBFBD8

#DBFBD8
(219,251,216)
#C8E5C5
(200,229,197)
#B5CFB2
(181,207,178)
#A2B99F
(162,185,159)
#8FA38C
(143,163,140)
#7C8D79
(124,141,121)
#697766
(105,119,102)
#566153
(86,97,83)
#434B40
(67,75,64)
#30352D
(48,53,45)
#1D1F1A
(29,31,26)
#000000
(0,0,0)

Tints of #DBFBD8

#DBFBD8
(219,251,216)
#DEFBDB
(222,251,219)
#E1FBDE
(225,251,222)
#E4FBE1
(228,251,225)
#E7FBE4
(231,251,228)
#EAFBE7
(234,251,231)
#EDFBEA
(237,251,234)
#F0FBED
(240,251,237)
#F3FBF0
(243,251,240)
#F6FBF3
(246,251,243)
#F9FBF6
(249,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBFBD8 color. Also use rgb(219,251,216) instead hex code.

Text Font Color

.myTextColor { color: #DBFBD8; }

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

This text font color is #DBFBD8.

Background Color

.myBgColor { background-color: #DBFBD8; }

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

This div background color is #DBFBD8.

Border color

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

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

This div border color is #DBFBD8.

Opacity

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

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

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

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

This text has shadow with #DBFBD8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBFBD8.

Preview

Color preview on black background

This text has color #DBFBD8 on black background.


Color preview on white background

This text has color #DBFBD8 on white background.


Black color preview on #DBFBD8 background

This text has black color on #DBFBD8 background.


White color preview on #DBFBD8 background

This text has white color on #DBFBD8 background.


Related colors

Complementary color

Complementary color for #hex is #240427.


I love getcolorcode.com

Triadic colors

1 #D8DBFB and #FBD8DB with #DBFBD8 are triadic colors.

2 #D8FBDB and #FBDBD8 with #DBFBD8 are triadic colors.