COLOR #DBFCD7

HEX: #DBFCD7
RGB: (219,252,215)

Color info

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

RGB color model

#DBFCD7 color RGB value is (219,252,215).

  • red value is 219;
  • green value is 252;
  • blue value is 215.
RGB:
(219,252,215)
(86%,99%,84%)

RGB channels and saturation

R 219 of 255 = 86%
G 252 of 255 = 99%
B 215 of 255 = 84%

219
252
215

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

Portions of RGB colors in percentages

R + G + B =
219 + 252 + 215 = 686 (100%)
R 219 of 686 ~ 31.92%
G 252 of 686 ~ 36.73%
B 215 of 686 ~ 31.34%

%31.92
%36.73
%31.34

CMYK color model

#DBFCD7 color CMYK value is (13,0,15,1).

  • cyan value is 13.10%
  • magenta value is 0.00%
  • yellow value is 14.68%
  • key color value is 1.18%
CMYK:
(13,0,15,1)
C13M0Y15K1 
(13%,0%,15%,1%)
(0.13/0.00/0.15/0.01)	

CMYK percentages

%13.1
%0
%14.68
%1.18

Codes

Color #DBFCD7 in popluar color models

DBFCD7
RGB219252215
HSL114°86.05%91.57%
HSB/HSV114°14.68%98.82%
CMYK13.10%0.00%14.68%
1.18%

Color #DBFCD7 in popluar number systems.

HEXDBFCD7
Decimal219252215
Binary110110111111110011010111
Octal333374327

Shades and tints

Shades of #DBFCD7

#DBFCD7
(219,252,215)
#C8E6C4
(200,230,196)
#B5D0B1
(181,208,177)
#A2BA9E
(162,186,158)
#8FA48B
(143,164,139)
#7C8E78
(124,142,120)
#697865
(105,120,101)
#566252
(86,98,82)
#434C3F
(67,76,63)
#30362C
(48,54,44)
#1D2019
(29,32,25)
#000000
(0,0,0)

Tints of #DBFCD7

#DBFCD7
(219,252,215)
#DEFCDA
(222,252,218)
#E1FCDD
(225,252,221)
#E4FCE0
(228,252,224)
#E7FCE3
(231,252,227)
#EAFCE6
(234,252,230)
#EDFCE9
(237,252,233)
#F0FCEC
(240,252,236)
#F3FCEF
(243,252,239)
#F6FCF2
(246,252,242)
#F9FCF5
(249,252,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBFCD7 color. Also use rgb(219,252,215) instead hex code.

Text Font Color

.myTextColor { color: #DBFCD7; }

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

This text font color is #DBFCD7.


Background Color

.myBgColor { background-color: #DBFCD7; }

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

This div background color is #DBFCD7.


Border color

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

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

This div border color is #DBFCD7.


Opacity

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

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

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

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

This text has shadow with #DBFCD7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBFCD7 on black background.


Color preview on white background

This text has color #DBFCD7 on white background.



Black color preview on #DBFCD7 background

This text has black color on #DBFCD7 background.


White color preview on #DBFCD7 background

This text has white color on #DBFCD7 background.