COLOR #DBFFD5

HEX: #DBFFD5
RGB: (219,255,213)

Color info

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

RGB color model

#DBFFD5 color RGB value is (219,255,213).

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

RGB channels and saturation

R 219 of 255 = 86%
G 255 of 255 = 100%
B 213 of 255 = 84%

219
255
213

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

Portions of RGB colors in percentages

R + G + B =
219 + 255 + 213 = 687 (100%)
R 219 of 687 ~ 31.88%
G 255 of 687 ~ 37.12%
B 213 of 687 ~ 31%

%31.88
%37.12
%31

CMYK color model

#DBFFD5 color CMYK value is (14,0,16,0).

  • cyan value is 14.12%
  • magenta value is 0.00%
  • yellow value is 16.47%
  • key color value is 0.00%
CMYK:
(14,0,16,0)
C14M0Y16K0 
(14%,0%,16%,0%)
(0.14/0.00/0.16/0.00)	

CMYK percentages

%14.12
%0
%16.47
%0

Codes

Color #DBFFD5 in popluar color models

DBFFD5
RGB219255213
HSL111°100.00%91.76%
HSB/HSV111°16.47%100.00%
CMYK14.12%0.00%16.47%
0.00%

Color #DBFFD5 in popluar number systems.

HEXDBFFD5
Decimal219255213
Binary110110111111111111010101
Octal333377325

Shades and tints

Shades of #DBFFD5

#DBFFD5
(219,255,213)
#C8E8C2
(200,232,194)
#B5D1AF
(181,209,175)
#A2BA9C
(162,186,156)
#8FA389
(143,163,137)
#7C8C76
(124,140,118)
#697563
(105,117,99)
#565E50
(86,94,80)
#43473D
(67,71,61)
#30302A
(48,48,42)
#1D1917
(29,25,23)
#000000
(0,0,0)

Tints of #DBFFD5

#DBFFD5
(219,255,213)
#DEFFD8
(222,255,216)
#E1FFDB
(225,255,219)
#E4FFDE
(228,255,222)
#E7FFE1
(231,255,225)
#EAFFE4
(234,255,228)
#EDFFE7
(237,255,231)
#F0FFEA
(240,255,234)
#F3FFED
(243,255,237)
#F6FFF0
(246,255,240)
#F9FFF3
(249,255,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBFFD5; }

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

This text font color is #DBFFD5.


Background Color

.myBgColor { background-color: #DBFFD5; }

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

This div background color is #DBFFD5.


Border color

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

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

This div border color is #DBFFD5.


Opacity

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

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

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

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

This text has shadow with #DBFFD5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBFFD5 on black background.


Color preview on white background

This text has color #DBFFD5 on white background.



Black color preview on #DBFFD5 background

This text has black color on #DBFFD5 background.


White color preview on #DBFFD5 background

This text has white color on #DBFFD5 background.