COLOR #DBF8D5

HEX: #DBF8D5
RGB: (219,248,213)

Color info

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

RGB color model

#DBF8D5 color RGB value is (219,248,213).

  • red value is 219;
  • green value is 248;
  • blue value is 213.
RGB:
(219,248,213)
(86%,97%,84%)

RGB channels and saturation

R 219 of 255 = 86%
G 248 of 255 = 97%
B 213 of 255 = 84%

219
248
213

R + G + B ~ 89%. #DBF8D5 is light color.

Portions of RGB colors in percentages

R + G + B =
219 + 248 + 213 = 680 (100%)
R 219 of 680 ~ 32.21%
G 248 of 680 ~ 36.47%
B 213 of 680 ~ 31.32%

%32.21
%36.47
%31.32

CMYK color model

#DBF8D5 color CMYK value is (12,0,14,3).

  • cyan value is 11.69%
  • magenta value is 0.00%
  • yellow value is 14.11%
  • key color value is 2.75%
CMYK:
(12,0,14,3)
C12M0Y14K3 
(12%,0%,14%,3%)
(0.12/0.00/0.14/0.03)	

CMYK percentages

%11.69
%0
%14.11
%2.75

Codes

Color #DBF8D5 in popluar color models

DBF8D5
RGB219248213
HSL110°71.43%90.39%
HSB/HSV110°14.11%97.25%
CMYK11.69%0.00%14.11%
2.75%

Color #DBF8D5 in popluar number systems.

HEXDBF8D5
Decimal219248213
Binary110110111111100011010101
Octal333370325

Shades and tints

Shades of #DBF8D5

#DBF8D5
(219,248,213)
#C8E2C2
(200,226,194)
#B5CCAF
(181,204,175)
#A2B69C
(162,182,156)
#8FA089
(143,160,137)
#7C8A76
(124,138,118)
#697463
(105,116,99)
#565E50
(86,94,80)
#43483D
(67,72,61)
#30322A
(48,50,42)
#1D1C17
(29,28,23)
#000000
(0,0,0)

Tints of #DBF8D5

#DBF8D5
(219,248,213)
#DEF8D8
(222,248,216)
#E1F8DB
(225,248,219)
#E4F8DE
(228,248,222)
#E7F8E1
(231,248,225)
#EAF8E4
(234,248,228)
#EDF8E7
(237,248,231)
#F0F8EA
(240,248,234)
#F3F8ED
(243,248,237)
#F6F8F0
(246,248,240)
#F9F8F3
(249,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBF8D5; }

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

This text font color is #DBF8D5.


Background Color

.myBgColor { background-color: #DBF8D5; }

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

This div background color is #DBF8D5.


Border color

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

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

This div border color is #DBF8D5.


Opacity

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

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

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

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

This text has shadow with #DBF8D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBF8D5 on black background.


Color preview on white background

This text has color #DBF8D5 on white background.



Black color preview on #DBF8D5 background

This text has black color on #DBF8D5 background.


White color preview on #DBF8D5 background

This text has white color on #DBF8D5 background.